-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello,
David Lscbe wrote: > Ok here's what I did : ... > BSP_BIQUADRATIC_PATCH::Tesselate(int, osg::Geometry*)': > ../ReaderWriterQ3BSP.cpp:637: error: invalid conversion from 'GLuint*' > to 'unsigned int*' I am not sure about Macs, but I have seen a similar problem on a x86_64 architecture (AMD Opteron/Athlon64) recently. The problem is in the type size - GLuint is 32bit (stamdard specified) and unsigned int is 64bit on many 64bit architectures -> this sort of conversion is invalid because the types are not compatible. Macs are 64bit systems as well, aren't they? Regards, Jan - -- Jan Ciger GPG public key: http://www.keyserver.net/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mandriva - http://enigmail.mozdev.org iD8DBQFElCIWn11XseNj94gRAuYAAKDwESKgsPeAHIg+nQQnete0m6AhagCfdXgg edzLeaQ6H9QcquU44huXGZc= =7739 -----END PGP SIGNATURE----- _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
