On Nov 13, 2008, at 7:59 PM, Neal Meyer wrote:

I have a project that I have been working on for a while using the Visual Studio generator in Windows, and I am now attempting to build in on Mac. Right now it's very early and I'm having problems building any of the executables using the Unix Makefile generation or the XCode generator. It's basically just a couple of static libraries, that need to get linked into to build the executable. I have set them up as dependencies in the CMake files, and in XCode they show as dependencies, and the Unix builds them in the proper order. But it doesn't appear to try to link them in via the make files. I'm makefile illiterate so there maybe something I'm missing in them.

Is there anywhere I could start to try to figure out what's wrong?

-Neal

Do you get a link error when you try to compile? Does the code compile at all? Can yo post the error messages to the list?


_________________________________________________________
Mike Jackson                  [EMAIL PROTECTED]
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio



_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to