freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft-devel] [ft] ttfautohint now has a GUI


From: Werner LEMBERG
Subject: Re: [ft-devel] [ft] ttfautohint now has a GUI
Date: Sat, 28 Jan 2012 00:59:07 +0100 (CET)

From: "Adam Twardoch (List)" <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]