-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/29/2013 01:40 PM, Johannes Scholz wrote: > Hi, > > now here is the URL to the repository at Google Code: > > https://code.google.com/p/osgleap/
Hello, Thanks for your work! I have tried to compile your code on Windows, using MSVC++ 2012, but unsuccessfully. I think that your CMake scripts are a bit broken - they don't respect that in Windows there are Debug and Release versions of the libraries and those *must not* be mixed, otherwise crashes are likely due to memory corruption (debug libs use different heap implementation). This is the case for your code to find the Leap SDK. Furthermore, when I have manually defined LEAP_LIBRARY in the cmake-gui, defining both debug and optimized libraries manually (using the debug and optimized tags), the example fails to build, because both debug and release libraries are added to the link together, including even nonsense like debug.lib and release.lib (CMake seems to be interpreting the tags as additional libraries ...) I didn't have time to investigate further, unfortunately. Regards, Jan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iD8DBQFR9sFXn11XseNj94gRAkIXAJ0TKwQz8cmmtaxF9xcbmen8lBX4UQCgkpGj GjJhJtZfZAdS5KzVJzMpzY8= =ay+d -----END PGP SIGNATURE----- _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

