Hm...
I ran:
$ ./configure --without-qt
--with-freetype-config=`pwd`/../out/bin/freetype-config
--prefix=`pwd`/../out \
CFLAGS="-Os -arch x86_64" \
CXXFLAGS="-Os -arch x86_64" \
CPPFLAGS="-Os -arch x86_64"
$ make
and then got:
make all-am
CXX main.o
CXX maingui.o
CXX maingui.moc.o
In file included from ../gnulib/src/unistd.h:121,
from
/usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/os_defines.h:61,
from
/usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/c++config.h:41,
from /usr/include/c++/4.2.1/bits/stl_algobase.h:65,
from /usr/include/c++/4.2.1/algorithm:65,
from
/Library/Frameworks/QtCore.framework/Headers/qglobal.h:68,
from
/Library/Frameworks/QtCore.framework/Headers/qnamespace.h:45,
from
/Library/Frameworks/QtCore.framework/Headers/qobjectdefs.h:45,
from
/Library/Frameworks/QtGui.framework/Headers/qwindowdefs.h:45,
from
/Library/Frameworks/QtGui.framework/Headers/qwidget.h:45,
from
/Library/Frameworks/QtGui.framework/Versions/4/Headers/qmainwindow.h:45,
from
/Library/Frameworks/QtGui.framework/Versions/4/Headers/QMainWindow:1,
from maingui.h:17,
from maingui.moc.cpp:10:
../gnulib/src/getopt.h:196: error: redefinition of 'struct option'
/usr/include/getopt.h:54: error: previous definition of 'struct option'
make[3]: *** [maingui.moc.o] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Still the same problem. :/
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype