On Tuesday 01 December 2009 19:24, David Emerson wrote: > Ah, now I've found it, and it is compiling! Thank you! > > Now, after many parts are successfully compiled, it is stumbling on the > qt part. I'm getting about 250 messages like this: > > /usr/local/lib/libqt4intf.so: undefined reference to > `QTabBar::moveTab(int, int)' > > (each message lists a different function) > > then "Error while linking". > > any tips from here?
Yes, you are using old libqt4intf.so and/or old qt libs. Read http://wiki.lazarus.freepascal.org/index.php/Qt_Interface and you can download latest libqt4intf from http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html of course latest bindings works with >= qt-4.5 (just tested released 4.6.0 and it works) :) -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
