[Ipe-discuss] Compiling Ipe 6.0pre32 on Mac OS X 10.6 (Snow Leopard)

Sherif Ghali sherif.ghali at yahoo.com
Sun Jun 6 22:40:12 CEST 2010


Hi Murat, I'm afraid I don't have any useful advice. I am using:


> qmake -version
QMake version 2.01a
Using Qt version 4.6.2 in /Library/Frameworks

which does indeed have both -recursive and -nonrecursive options:


> qmake -help | grep recursive
  -norecursive   Don't do a recursive search
  -recursive     Do a recursive search

When I run 'make', the -I (include) directories look quite different from yours:

cd image/ && make -f Makefile 
g++ -c -pipe -m32 -O2 -arch i386 -Wall -W -fPIC -DQT_NO_CAST_FROM_ASCII -DQT_NO_DEBUG -DQT_PLUGIN -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Qt4.6/mkspecs/macx-g++ -I. -I/Library/Frameworks/QtCore.framework/Versions/4/Headers -I/usr/include/QtCore -I/Library/Frameworks/QtGui.framework/Versions/4/Headers -I/usr/include/QtGui -I/usr/include -I../../include -I. -F/Library/Frameworks -o ../../../build/obj/ipelets/image.o image.cpp

In particular, the file you are missing:
    QFileDialog
is in:
    /Library/Frameworks/QtGui.framework/Versions/4/Headers

There might yet be another difference between your and my installations: my disk had all the leftovers from Leopard and from Ipe's previous setup on Leopard when I upgraded to Snow Leopard and installed Ipe-6.32.

Could perhaps someone who wiped out their disk and then successfully installed OS X 10.6 and Ipe 6.32 comment?

Sherif



      



More information about the Ipe-discuss mailing list