Hello,

On Mon, Jul 29, 2013 at 10:03 PM, Johannes Scholz
<[email protected]> wrote:
> Hi,
>
> my development environment is MSVC++ 2008 Express. Compiler support for 2010 
> to 2012 and GCC is planned, but that are topics for the next days.
>
> Jan, could you please send you CMakeCache.txt so that I may review your 
> settings? Thanks in advance!

I have checked out your current SVN to make sure I don't send you some
of my hacks I was trying yesterday and now it compiles after there is
proper Release/Debug support. I guess that the OSG macros you are
using are not happy with the "debug;foo_d.lib;optimized;foo.lib"
format I have used for the LEAP_LIBRARY variable before.

However, I had to fix this:


Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt      (révision 11)
+++ CMakeLists.txt      (copie de travail)
@@ -55,6 +55,7 @@
     ${OPENGL_INCLUDE_DIR}
     ${OSG_INCLUDE_DIRS}
     ${CMAKE_SOURCE_DIR}/src
+    ${CMAKE_SOURCE_DIR}/include
 )

 ADD_SUBDIRECTORY(src)

Without adding of the include folder the compiler won't find the
osgLeap/LeapManipulator header.

Regards,

Jan
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to