Jean-François Mertens wrote: [] > Same results here _ those QGLWidget symbols were obviously there before > in libqt-mt, and after the last revision no such symbol left in any > qt lib..
Yes, the new qt3.patch that is probably supposed to fix some brain damage in the latest Apple bintools seed, has in reality the simple effect that opengl support is switched off. The reason is that qt3's opengl.test script parses the qmake.conf script for the line beginning with QMAKE_LIBS_OPENGL, interprets everything after the '=' sign in that line as libs and then checks if these libs exist. The patch writes some -dylib_file command into that line which opengl.test interprets as a non-existent library and then switches opengl support off. Did anyone test this patch before committing it? -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
