Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lSDL Note (probably harmless): No library found for -lSDL_image Note (probably harmless): No library found for -lpng Note (probably harmless): No library found for -ljpeg Note (probably harmless): No library found for -lSDL_mixer Note (probably harmless): No library found for -lGL Writing Makefile for SDL::sdlpl cp lib/SDL/Music.pm blib/lib/SDL/Music.pm cp lib/SDL/Rect.pm blib/lib/SDL/Rect.pm cp lib/SDL/Surface.pm blib/lib/SDL/Surface.pm cp sdlpl.pm blib/lib/SDL/sdlpl.pm AutoSplitting blib/lib/SDL/sdlpl.pm (blib/lib/auto/SDL/sdlpl) cp lib/SDL/Palette.pm blib/lib/SDL/Palette.pm cp lib/SDL/Cursor.pm blib/lib/SDL/Cursor.pm cp lib/SDL/Event.pm blib/lib/SDL/Event.pm cp lib/SDL/Cdrom.pm blib/lib/SDL/Cdrom.pm cp lib/SDL/Mixer.pm blib/lib/SDL/Mixer.pm cp lib/SDL/Sound.pm blib/lib/SDL/Sound.pm cp lib/SDL/OpenGL/App.pm blib/lib/SDL/OpenGL/App.pm cp lib/SDL/OpenGL.pm blib/lib/SDL/OpenGL.pm cp lib/SDL/Joystick.pm blib/lib/SDL/Joystick.pm cp lib/SDL/Font.pm blib/lib/SDL/Font.pm cp lib/SDL/App.pm blib/lib/SDL/App.pm cc -c -I/usr/local/include -I/usr/local/include/SDL -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" font.c Error 112: "font.c", line 1 # Include file "SDL.h" not found. #include "SDL.h" ^^^^^^^ Error 419: "font.c", line 4 # 'SDL_Surface' is used as a type, but has not been defined as a type. SDL_Surface *Font; ^^^^^^^^^^^ Error 419: "font.c", line 8 # 'Uint32' is used as a type, but has not been defined as a type. Uint32 GetPixel (SDL_Surface *Surface, Sint32 X, Sint32 Y) ^^^^^^ Error 585: "font.c", line 8 # Expected an operator before 'X'. Uint32 GetPixel (SDL_Surface *Surface, Sint32 X, Sint32 Y) ^ Error 585: "font.c", line 8 # Expected an operator before 'Y'. Uint32 GetPixel (SDL_Surface *Surface, Sint32 X, Sint32 Y) ^ Error 373: "font.c", line 8 # Old-style function definition parameter must be a simple identifier. Uint32 GetPixel (SDL_Surface *Surface, Sint32 X, Sint32 Y) ^^^^^^^^^^^^^^^^^^^^ Error 373: "font.c", line 8 # Old-style function definition parameter must be a simple identifier. Uint32 GetPixel (SDL_Surface *Surface, Sint32 X, Sint32 Y) ^^^^^^^^ Error 373: "font.c", line 8 # Old-style function definition parameter must be a simple identifier. Uint32 GetPixel (SDL_Surface *Surface, Sint32 X, Sint32 Y) ^^^^^^^^ Error 419: "font.c", line 12 # 'Uint32' is used as a type, but has not been defined as a type. Uint32 Bpp; ^^^^^^ Error 172: "font.c", line 11 # Undeclared variable 'Uint8'. Uint8 *bits; ^^^^^ Error 419: "font.c", line 17 # 'Uint8' is used as a type, but has not been defined as a type. bits = ((Uint8 *)Surface->pixels)+Y*Surface->pitch+X*Bpp; ^^^^^ Error 172: "font.c", line 15 # Undeclared variable 'Surface'. Bpp = Surface->format->BytesPerPixel; ^^^^^^^ Error 699: "font.c", line 15 # Error limit reached; halting compilation. Bpp = Surface->format->BytesPerPixel; ^^^^^^^ make: *** [font.o] Error 2