Hi, the general problem is you include qt from /usr/lib/qt3/include and link against the lib coming with OpenSG. This is not an easy thing to get working.
As OpenSG does not provide qt headers you must use qt from /usr/lib/qt3 for both including and linking (just rename the libqt files from the OpenSG dist). If this does not work the qt version you have installed on your system (/usr/lib/qt3) and the one used to compile OpenSG do not match. There are two things you can do (I understood you are using the OpenSG 1.2.0 release), upgrade OpenSG to 1.4.0 and try again or recompile OpenSG yourself against the qt lib that comes with your system. My recommendation would be to update OpenSG to 1.4.0 first. If this still does not work, again there are two options, compile OpenSG against your system qt lib or get the correct qt version OpenSG was compiled against and either just install it (if you bet binaries) or compile qt (if you get the source). I'll try to figure out which qt version was used to create the 1.4.0 release. regards, gerrit ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
