Jump to content
XCOMUFO & Xenocide

Problem Compiling 1062 Under Linux


sneak

Recommended Posts

after I run make I get :

 

gcc -MMD -funsigned-char -Wall -Wno-deprecated-declarations -I src/lua -I src/lu asqlite3 -DDEBUGMODE -DUFO_SVNVERSION=\"exported\" -O2 -pipe -I/usr/include/free type2 -DHAVE_FREETYPE -DGLYPH_TARGET=GLYPH_TARGET_ALLEGRO -DGK_NO_LEGACY -DHAVE_ DUMBOGG -DHAVE_PNG -DLINUX -I/usr/include -c src/glyphkeeper/glyph.c -o obj/glyp h.o

src/glyphkeeper/glyph.c:20:10: #include expects "FILENAME" or <FILENAME>

In file included from src/glyphkeeper/glyph.c:271:

src/glyphkeeper/glyph_face.c: In function `gk_face_driver_name':

src/glyphkeeper/glyph_face.c:41: error: dereferencing pointer to incomplete type

src/glyphkeeper/glyph_face.c:41: error: dereferencing pointer to incomplete type

src/glyphkeeper/glyph_face.c:42: error: dereferencing pointer to incomplete type

In file included from src/glyphkeeper/glyph.c:283:

src/glyphkeeper/glyph_rend.c: In function `rend_remove_size_object':

src/glyphkeeper/glyph_rend.c:205: warning: implicit declaration of function `FT_ Done_Size'

src/glyphkeeper/glyph_rend.c: In function `gk_rend_set_face':

src/glyphkeeper/glyph_rend.c:289: warning: implicit declaration of function `FT_ New_Size'

src/glyphkeeper/glyph_rend.c: In function `gk_rend_set_size_subpixel':

src/glyphkeeper/glyph_rend.c:312: warning: implicit declaration of function `FT_ Activate_Size'

src/glyphkeeper/glyph_rend.c: In function `rend_update_matrix':

src/glyphkeeper/glyph_rend.c:357: warning: implicit declaration of function `FT_ Matrix_Multiply'

src/glyphkeeper/glyph_rend.c: In function `rend_workout':

src/glyphkeeper/glyph_rend.c:507: error: dereferencing pointer to incomplete typ e

src/glyphkeeper/glyph_rend.c:508: error: dereferencing pointer to incomplete typ e

src/glyphkeeper/glyph_rend.c:510: error: dereferencing pointer to incomplete typ e

make: *** [obj/glyph.o] Error 1

 

some help please?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...