2007/6/27, mariposa <[EMAIL PROTECTED]>:
So now cmake is correctly running through and builds the Makefile, but
the make-process stops with the following error:

I tried installing Qt 4.3 and compile cmake (2.4.6) on my ibook just
now, and moc works for me. Unfortunately there are still two problems.

The first is pretty easy to solve. We still include a lot of files
from <Qt/...> and those don't exist on (at least my) mac. To fix that
create a Qt dir in the directory where you build qt-qui_qt4, cd Qt and
then run:
for d in /Library/Frameworks/Qt*/Versions/4/Headers; do for h in
/q*.h; do ln -s ; done; done

The second problem is a bit harder. In licqgui, mainwin, optionsdlg,
userbox, usereventdlg and wharf we do some x11-stuff that don't
compile on the mac. But patches are welcome :)

// Erik

--
Erik Johansson
http://ejohansson.se/

Reply via email to