On 5/25/07, Lefteris Dimitroulakis <[EMAIL PROTECTED]> wrote:
> Στις Friday 25 May 2007 19:21:26 ο/η Dan Nicholson έγραψε:
>
> > > > http://www.linuxfromscratch.org/~dnicholson/blfs-xfree86/x/xfree86.html
> I followed the above.

I don't think there are any differences, but I put it in the main
book. The host.def looks a bit different, but it should do the same
thing.

http://www.linuxfromscratch.org/blfs/view/svn/x/xfree86.html

> > Hmm. For me, it doesn't try to build in that directory at all. A
> > couple questions.
> I checked my other build of XFree86-4.6.99.21 and it doesn't try to build in
> that directory for me also.

<snip>

> > 2. Are you setting "#define HasFreetype2        YES" in host.def? It
> > should only enter the lib/freetype2 if HasFreetype2 is false.
> I used host.def from your page.

It sounds like something got messed up. If you run "make Makefiles" it
will rebuild all the Makefiles. Then run this command:

$ grep ^FREETYPE2BUILDDIR lib/Makefile

You should get no output from that command. If you do, then there's
something wrong with that host.def file or something.

> > 3. Can you show the command it's trying to run there? Should be just
> > before the warnings/errors.
> make[4]: Entering directory `/usr/src/xcbuild/lib/freetype2'
> ../../config/makedepend/makedepend  -- -I. -I../../extras/freetype2/src 
> -I../../extras/freetype2/src/base       -I../../extras/freetype2/src/autofit  
>   -I../../extras/freetype2/src/autohint   -I../../extras/freetype2/src/bdf    
>     -I../../extras/freetype2/src/cff        -I../../extras/freetype2/src/cid  
>       -I../../extras/freetype2/src/gzip       
> -I../../extras/freetype2/src/lzw        -I../../extras/freetype2/src/pcf      
>   -I../../extras/freetype2/src/pfr        -I../../extras/freetype2/src/psaux  
>     -I../../extras/freetype2/src/pshinter   
> -I../../extras/freetype2/src/psnames    -I../../extras/freetype2/src/raster   
>   -I../../extras/freetype2/src/sfnt       -I../../extras/freetype2/src/smooth 
>     -I../../extras/freetype2/src/truetype   
> -I../../extras/freetype2/src/type1      -I../../extras/freetype2/src/type42   
>   -I../../extras/freetype2/src/winfonts   -I../../exports/include 
> -I../../exports/include/freetype2  -I../../exports/include    -Dlinux 
> -D__i386__ -D_POSIX_C_SOURCE=199309L                              
> -D_POSIX_SOURCE -D_XOPEN_SOURCE                                 -D_BSD_SOURCE 
> -D_SVID_SOURCE                             -D_GNU_SOURCE                      
>       -DFUNCPROTO=15 -DNARROWPROTO -DXTHREADS  -D_REENTRANT -DXUSE_MTSAFE_API 
>       --
> ftapi.c             ftbase.c             ftbbox.c             ftbdf.c
> ftdebug.c             ftglyph.c             ftinit.c             ftmm.c
> ftpfr.c             ftstroke.c             ftsynth.c             ftsystem.c
> fttype1.c             ftwinfnt.c             ftxf86.c       autofit.c
> autohint.c       bdf.c       cff.c       type1cid.c       ftgzip.c
> ftlzw.c       pcf.c       pfr.c       psaux.c       pshinter.c
> psnames.c       raster.c       sfnt.c       smooth.c       truetype.c
> type1.c       type42.c       winfnt.c
> ../../config/makedepend/makedepend: warning:  /usr/include/gnu/stubs-32.h:
> non-portable whitespace encountered at line 7
> ../../config/makedepend/makedepend: warning:  ftapi.c
> (reading ./freetype/config/ftconfig.h), line 83: #error "Unsupported size of
> `int' type!"
> ../../config/makedepend/makedepend: warning:  ftapi.c
> (reading ./freetype/config/ftconfig.h), line 93: #error "Unsupported size of
> `long' type!"
> make[4]: *** [depend] Floating point exception
> make[4]: Leaving directory `/usr/src/xcbuild/lib/freetype2'
> make[3]: *** [depend] Error 2

OK. Yeah, make should never descend into that directory if you're
using the system freetype library.

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to