| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 6 | |
<<< text/html: EXCLUDED >>>
I've never been able to use QtMac on mine... Could anyone help me do that ? I already asked several Unix guru friends, but none of them found something wrong with my config... Though I can run the executables, I just can't compile anything. Any idea, anyone ? -- [ signature omitted ]
At 2:54 PM +0100 3/16/02, GILLES DATCHARRY wrote: >I've never been able to use QtMac on mine... >Could anyone help me do that ? >I already asked several Unix guru friends, but none of them found >something wrong with my config... > >Though I can run the executables, I just can't compile anything. >Any idea, anyone ? - What sorts of compile-time errors are you getting? - Which config are you using? The only officially-supported one is macx-g++, but macx-pbuilder is partially functional. There are a few rough edges, but it is definitely possible to build (and run) Qt/Mac applications on OS X. Bonne chance, Eric Smith Tarkvara Design Inc.
With a lot of help from Eric Tarkvara, I managed to use Qt on my Mac. The bottomline was that I needed to *manually* link all the Qt libs to usr/lib 'Hope it helps others, -- [ signature omitted ]
GILLES DATCHARRY wrote: > With a lot of help from Eric Tarkvara, I managed to use Qt on my Mac. > The bottomline was that I needed to *manually* link all the Qt libs to > usr/lib Yes, this is listed in the INSTALL document. --Kent