discuss-gnustep
[Top][All Lists]
Advanced

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

Re: compile error


From: emailpaco
Subject: Re: compile error
Date: 6 May 2003 19:21:16 -0700

I too was having similiar problems.  I fixed mine by....

Before making gnustep-back, edit
/usr/GNUstep/System/Makefiles/target.mak.  Search for the first
definition of INTERNAL_CFLAGS and INTERNAL_OBJCFLAGS.  (Both are
probably set to -D_RENTRANT).  To those definitions add
-I/usr/include/freetype2 so they read, for example,

INTERNAL_CFLAGS = -D_RENTRANT -I/usr/include/freetype2

Save and exit the editor, do 
make clean; ./configure; make 
if it all works, do make install.

"Joel.Vennin" <Joel.Vennin@lifl.fr> wrote in message 
news:<mailman.4761.1050528995.21513.discuss-gnustep@gnu.org>...
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hello all, i'm trying to compile gnustep-back and i've the following error:
> 
> Making all for subproject xlib...
>  Compiling file XGBitmap.m ...
>  Compiling file XGCommonFont.m ...
>  Compiling file XGFont.m ...
>  Compiling file XGFontManager.m ...
>  Compiling file XGContext.m ...
> In file included from ../../Headers/xlib/GSXftFontInfo.h:32,
>                  from XGContext.m:47:
> /usr/X11R6/include/X11/Xft/Xft.h:52: parse error before " XftFTlibrary"
> /usr/X11R6/include/X11/Xft/Xft.h:52: warning: type defaults to `int' in 
> declaration of ` XftFTlibrary'
> /usr/X11R6/include/X11/Xft/Xft.h:52: warning: data definition has no type o
> r 
> storage class
> /usr/X11R6/include/X11/Xft/Xft.h:86: parse error before "FT UInt"
> /usr/X11R6/include/X11/Xft/Xft.h:86: warning: no semicolon at end of struct
>  or 
> union
> /usr/X11R6/include/X11/Xft/Xft.h:89: parse error before '}' token
> ...
> ...
> ...
> 
> 
> My configuration is Xfree 4.3.0, freetype2 2.1.4, freetype1 1.3.1
> 
> Can you help me ?
> 
> Thanks, Jol
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.2.1 (GNU/Linux)
> 
> iD8DBQE+nVxqOzJ7itUoJpQRAonuAJ0Rsy0UiPc2FZPJb2vrRUBawRVBlQCfXm5G
> U7xoqlm2FrsK3YIYs3sw35E=
> =su2q
> -----END PGP SIGNATURE-----


reply via email to

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