[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Devel] Comilation problem
From: |
Mehta, Anish |
Subject: |
[Devel] Comilation problem |
Date: |
Fri, 06 Jun 2003 19:44:12 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020830 |
Hello !
I am compiling the freetype2 library but getting the error message like
this:
i used ./configure, make
please suggest how to tackle the errors.
Regards,
anish
address@hidden freetype-1.3.1]$ make
cd lib; make -f arch/unix/Makefile all
make[1]: Entering directory `/home/amehta/freetype-1.3.1/lib'
rm -f memory.c file.c mutex.c
ln -s /home/amehta/freetype-1.3.1/lib/arch/unix/../../ttmemory.c memory.c
ln -s /home/amehta/freetype-1.3.1/lib/arch/unix/../../arch/unix/ttmmap.c
file.c
ln -s /home/amehta/freetype-1.3.1/lib/arch/unix/../../ttmutex.c mutex.c
make -f arch/unix/Makefile LIB_FILES="freetype.lo ftxkern.lo ftxgasp.lo
ftxpost.lo ftxcmap.lo ftxsbit.lo ftxwidth.lo ftxerr18.lo ftxgsub.lo
ftxgpos.lo ftxgdef.lo ftxopen.lo" libttf.la
make[2]: Entering directory `/home/amehta/freetype-1.3.1/lib'
make[2]: `libttf.la' is up to date.
make[2]: Leaving directory `/home/amehta/freetype-1.3.1/lib'
make[1]: Leaving directory `/home/amehta/freetype-1.3.1/lib'
cd test; make -f arch/unix/Makefile all
make[1]: Entering directory `/home/amehta/freetype-1.3.1/test'
gcc -c -I. -I/home/amehta/freetype-1.3.1/test/arch/unix/../.. -I..
-I/home/amehta/freetype-1.3.1/test/arch/unix/../../../lib
-I/home/amehta/freetype-1.3.1/test/arch/unix/../../../lib/extend -g -O2
-Wall -pedantic -ansi -DX11 -DLOCALEDIR='"/usr/local/share/locale"'
/home/amehta/freetype-1.3.1/test/arch/unix/../../arch/unix/gwin_x11.c
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:22:22: X11/Xlib.h:
No such file or directory
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:23:23:
X11/Xutil.h: No such file or
directory/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:24:28:
X11/cursorfont.h: No such file or directory
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:76: parse error
before "win"
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:76: warning: type
defaults to `int' in declaration of `win'
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:76: ISO C forbids
data definition with no type or storage class
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:77: parse error
before "gcblack"
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:77: warning: type
defaults to `int' in declaration of `gcblack'
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:77: ISO C forbids
data definition with no type or storage class
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:78: parse error
before "color"
/home/amehta/freetype-1.3.1/test/arch/unix/gwin_x11.c:78: warning: type
defaults to `int' in address@hidden freetype-1.3.1]$ make
and so on and in the end..
make[1]: *** [gwin_x11.o] Error 1
make[1]: Leaving directory `/home/amehta/freetype-1.3.1/test'
make: *** [tttest] Error 2
- [Devel] Comilation problem,
Mehta, Anish <=