Hello Carlos, > On 2008-10-21 21:59:19 +0200, "Carlos Smith" <[EMAIL PROTECTED]> > said: > > Has anyone been able to get this to build on OSX (10.5.5) for Cocoa? > > If I don't specify -no-openssl then I get a fatal error linking SSL.
What sort of errors are you getting? Do you have two versions of OpenSSL and is it using the headers of one, but linking against another. What's the link line look line? When I configure Qt here the status screen shows this for OpenSSL: OpenSSL support ..... yes (run-time) What does it show for you? > > If I do specify -no-openssl I get past that and get a fatal error > compiling > qfiledialog_mac.mm: ui_qfiledialog.h No such file or directory. This seems to indicate that qfiledialog.ui was run over by uic. Not sure why that should matter if it's Carbon or Cocoa. > > My config spec is: > > ./configure -debug -platform macx-g++ -cocoa -arch x86_64 -no-openssl > > If I did the straight ./configure out-of-the-box I got the SSL build > error. > > There were no special instructions in INSTALL that this would not > build > on Cocoa. There really shouldn't be anything more than what you did. If you can answer the questions we can figure out what went wrong. -- Trenton _______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
