Bennett Helm a écrit :
I'm trying to see if I can build a universal binary of LyX (for both intel and powerpc macs), which seems to require Qt-4, so I thought I'd try out the qt4 frontend. When I do so, however, I get the following error:

Making all in qt4
make  all-recursive
Making all in ui
make[7]: *** No rule to make target `pch.h', needed by `pch.h.gch'.  Stop.

Hello Bennet,

I have to confess that I always use --disable-pch:

./configure --with-version-suffix=-svn --with-included-gettext --with-frontend=qt4 --disable-pch --disable-stdlib-debug --with-qt4-dir='d:/program/Qt/4.1.0'

This should solve your problem until the makefile is fixed.

Abdel.

make[6]: *** [all-recursive] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1

(This is on a fresh svn checkout.)

What am I doing wrong?

Bennett


Reply via email to