![]() |
2012-07-13
, 08:03
|
Posts: 863 |
Thanked: 213 times |
Joined on Feb 2012
@ Goa
|
#41
|
![]() |
2012-07-13
, 08:38
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#42
|
@marmistrz - I know you have had your hands full with Meecolay, but did you get a chance to convert the file to cmake and attempt to compile this open iOS?
[sbox-FREMANTLE_ARMEL: ~/ice/libobjc] > cmake libObjC/ CMake Error at CMakeLists.txt:29 (include): include could not find load file: vcproj2cmake_func CMake Error at CMakeLists.txt:32 (include): include could not find load file: vcproj2cmake_defs CMake Error at CMakeLists.txt:54 (include): include could not find load file: OPTIONAL CMake Error at CMakeLists.txt:140 (include): include could not find load file: OPTIONAL CMake Error at CMakeLists.txt:190 (v2c_rebuild_on_update): Unknown CMake command "v2c_rebuild_on_update". -- Configuring incomplete, errors occurred!
![]() |
2012-07-13
, 09:16
|
Posts: 1,397 |
Thanked: 2,126 times |
Joined on Nov 2009
@ Dublin, Ireland
|
#43
|
![]() |
2012-07-14
, 19:51
|
|
Posts: 1,338 |
Thanked: 1,055 times |
Joined on Oct 2009
@ California, USA / Jordan
|
#44
|
![]() |
2012-07-19
, 17:59
|
Posts: 5 |
Thanked: 15 times |
Joined on Jul 2012
|
#45
|
There are problems:
Code:[sbox-FREMANTLE_ARMEL: ~/ice/libobjc] > cmake libObjC/ CMake Error at CMakeLists.txt:29 (include): include could not find load file: vcproj2cmake_func CMake Error at CMakeLists.txt:32 (include): include could not find load file: vcproj2cmake_defs
Code:CMake Error at CMakeLists.txt:54 (include): include could not find load file: OPTIONAL
![]() |
2012-07-20
, 17:04
|
Posts: 5 |
Thanked: 15 times |
Joined on Jul 2012
|
#46
|
c++: error trying to exec 'cc1obj': execvp: No such file or directory
![]() |
2012-07-20
, 17:13
|
Posts: 5 |
Thanked: 15 times |
Joined on Jul 2012
|
#47
|
![]() |
2012-07-20
, 17:16
|
Posts: 5 |
Thanked: 15 times |
Joined on Jul 2012
|
#48
|
![]() |
2012-07-22
, 10:40
|
Posts: 3,328 |
Thanked: 4,476 times |
Joined on May 2011
@ Poland
|
#49
|
"The Following 4 Users Say Thank You to vcproj2cmake For This Useful Post" - WTH!?
All I can say is THANKS!
I tried that tree archive yesterday, and unfortunately there were numerous problems with my converter, so I tried adding some initial ObjectiveC-related support to it.
During CMake configure run, it complained about certain files missing from the project (libObjC/runtime/error.h, libObjC/runtime/objc-sel-table.h etc.). Are those .vcproj files somewhat outdated!?
After CMake configure run, the build failed with
which was easily solved by installing the still missing gcc ObjectiveC(++?) packagesCode:c++: error trying to exec 'cc1obj': execvp: No such file or directory
Now, the build is finally crapping out at the TargetConditionals.h header which is part of Apple SDKs thus not readily available on this particular platform (or am I supposed to install this as an easily downloadable toolkit dependency?? After all TARGET_OS_WIN32 needed that header as well...)
If so, then one should probably do a find_package() (or find_path() in case no Find module is available yet) in one of the possible hook files in ${CMAKE_SOURCE_DIR}/cmake/vcproj2cmake and error out in case that Apple platform toolkit cannot be found.
Finally, I also have to say: are you sure you're attempting to build the correct variant??
I'd venture a guess that there should be a Linux-suited objc-runtime variant out there somewhere?
http://cxwangyi.wordpress.com/2011/0...c-programmers/
might be relevant...
HTH
![]() |
2012-08-20
, 10:42
|
Posts: 309 |
Thanked: 456 times |
Joined on Jan 2010
|
#50
|
Got a reply back from businesscat2000:
Sorry for the late reply - I just (didn't) and don't really know what to say. I wish I could release the code - I'm familiar with N900, and it would run perfectly. It only has dependencies on pthreads, ogl 1.1/oal, libc and the ability to mmap the low address range 0x1000->~0x300000.