View Single Post
Posts: 5 | Thanked: 15 times | Joined on Jul 2012
#45
Happened to stumble upon this forum by checking for vcproj2cmake internet activity

Originally Posted by marmistrz View Post
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
This means that the source tree root was not set up properly with files for a local module path addition as done by the generated CMakeLists.txt files (i.e. <SOURCE>/cmake/Modules/vcproj2cmake_func.cmake etc.).
Or, more specific, this likely means that someone didn't read the areas of the README file that mattered

I don't have a sufficiently comfortable automatic installation mode for this kind of job yet, SORRY! (top priority item, for my own requirements as well)


Originally Posted by marmistrz View Post
Code:
CMake Error at CMakeLists.txt:54 (include):
  include could not find load file:

    OPTIONAL
And this means that you skipped certain website content
(which advises people to checkout another - admittedly non-standard - branch, rather than master with a rather outdated HEAD, which AFAICS is the one here due to the fact that this error turns up).

Feel free to keep me updated on any (non-?)progress on this,
I'll try to help as much as possible.
 

The Following 7 Users Say Thank You to vcproj2cmake For This Useful Post: