[apologies if you receive this message twice, I forgot to include the 
mailing list in my initial reply]

        Hello Patrick,

Patrick Hartling wrote:
>> - can you post your CMakeCache.txt and perhaps OSGFileIO.cmake from your 
>> build directory?
> 
> Here are the files that you requested.

thank you. I believe I have an idea what the problem is: There are 
places in the build system that are conditional on IF(WIN32) and assume 
that means CMAKE_BUILD_TYPE is not available (it is not if building from 
the VS IDE, because there you can switch build types without 
regenerating the project).
For nmake builds this is wrong, since they behave much like unix 
Makefiles and thus should take the CMAKE_BUILD_TYPE into account. I 
think in your case this leads the build system to attempt to link 
against the (not found) debug collada library.
Offhand I don't know what the correct test should be (perhaps there is a 
cmake variable that indicates an IDE build vs. an (n)make build?). Can 
you work around this by building from the IDE while we try to fix it?

        Cheers,
                Carsten

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to