-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello Robert,
Robert Osfield wrote: > Hi Martin, > > Neither Jan or > myself have touched this CMakeLists.txt file on merging Jan's changes > so I can only guess that these Win32 extra's were previously > required, but aren't any longer. The problem section looks like: > > Note, how the non Win32 section at the end is just a single SET, it's > curious how previous windows programmers found it necessary to link > all these extras. Have a bash at removing the I think that the differences could be down to the different linker behaviour in Windows and Linux. The Linux linker allows linking the shared library with all dependencies and then the dynamic linker will pull them in automatically when the library is loaded at run time. There is no need to link to e.g. zlib or libpng if your code doesn't use them, only the VRML lib. My guess is that the windows linker does not do that (or the windows OpenVRML build was not configured in that way) and these dependencies had to be added explicitly. ANTLR is a parser generator - I think that is what the old OpenVRML used for parsing. The current version is using the skip parsers from Boost, so that is why this is probably obsolete. Regards, Jan -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org iD8DBQFKHRqpn11XseNj94gRAsl7AKCboiIpxsf06j6QVvxnl2sV4K1/HwCg4880 DBhalhCZf+l+3WAzCboEQR0= =EF10 -----END PGP SIGNATURE----- _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
