I make mistake in using command, and I fixed it and run make, now I'm
getting this error at the end:
../src/pj/os_info_iphone.m:27:28: error: UIKit/UIDevice.h: No such
file or directory
../src/pj/os_info_iphone.m: In function ‘pj_iphone_os_get_sys_info’:
../src/pj/os_info_iphone.m:32: error: ‘UIDevice’ undeclared (first use
in this function)
../src/pj/os_info_iphone.m:32: error: (Each undeclared identifier is
reported only once
../src/pj/os_info_iphone.m:32: error: for each function it appears
in.)
../src/pj/os_info_iphone.m:32: error: ‘device’ undeclared (first use
in this function)
../src/pj/os_info_iphone.m:49: error: ‘NSASCIIStringEncoding’
undeclared (first use in this function)
make[2]: *** [output/pjlib-arm-apple-darwin8/os_info_iphone.o] Error 1
make[1]: *** [pjlib] Error 2
make: *** [all] Error 1
What happen and what would I do?