From: "Adam Twardoch (List)" <[email protected]>
Subject: Re: [ft-devel] [ft] ttfautohint now has a GUI
Date: Fri, 27 Jan 2012 16:24:23 +0100
> 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
Both maingui.cpp and maingui.moc.cpp are *not* processed if
`--without-qt' is used.
Have you run
./bootstrap
again? This automatically runs `autoheader' which is necessary to
update the C preprocessor macros in `config.h'. Then continue with
./configure and make as usual.
Werner
_______________________________________________
Freetype mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype