PDA

View Full Version : QT & Solaris Question



sgrant327
11th May 2010, 20:55
I could not find a definitive answer...so here I am!

What do I need to compile QT on Solaris(sparc)? The X11 32bit version?

SixDegrees
11th May 2010, 23:54
Yes, that will work. Note that the Solaris compiler has issues with Qt; you'll need to be running Solaris 10 with the latest compiler and patches installed, and you'll likely need to use the makespec with 'stlport' to ensure decent C++ behavior. Also, just forget about getting WebKit to compile - it's not gonna happen with the native compiler

If you're compiling with the Gnu compiler, things will be a lot easier.