Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lglut Writing Makefile for OpenGL::Simple::GLUT cp GLUT.pm blib/lib/OpenGL/Simple/GLUT.pm /home/cpanrun/ia64/build/5.8.2/bin/perl /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap GLUT.xs > GLUT.xsc && mv GLUT.xsc GLUT.c Please specify prototyping behavior for GLUT.xs (see perlxs manual) cc -c -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=\"0.03\" -DXS_VERSION=\"0.03\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" GLUT.c Error 112: "GLUT.xs", line 8 # Include file not found. #include ^^^^^^^^^^^ Error 419: "GLUT.c", line 929 # 'GLenum' is used as a type, but has not been defined as a type. GLenum layer = (GLenum)SvUV(ST(0)); ^^^^^^ Error 419: "GLUT.c", line 1775 # 'GLfloat' is used as a type, but has not been defined as a type. GLfloat red = (float)SvNV(ST(1)); ^^^^^^^ Error 419: "GLUT.c", line 1776 # 'GLfloat' is used as a type, but has not been defined as a type. GLfloat green = (float)SvNV(ST(2)); ^^^^^^^ Error 419: "GLUT.c", line 1777 # 'GLfloat' is used as a type, but has not been defined as a type. GLfloat blue = (float)SvNV(ST(3)); ^^^^^^^ Error 419: "GLUT.c", line 1797 # 'GLfloat' is used as a type, but has not been defined as a type. GLfloat RETVAL; ^^^^^^^ Error 419: "GLUT.c", line 1843 # 'GLenum' is used as a type, but has not been defined as a type. GLenum state = (GLenum)SvUV(ST(0)); ^^^^^^ Error 419: "GLUT.c", line 1866 # 'GLenum' is used as a type, but has not been defined as a type. GLenum info = (GLenum)SvUV(ST(0)); ^^^^^^ Error 419: "GLUT.c", line 1889 # 'GLenum' is used as a type, but has not been defined as a type. GLenum info = (GLenum)SvUV(ST(0)); ^^^^^^ Error 419: "GLUT.c", line 1955 # 'GLdouble' is used as a type, but has not been defined as a type. GLdouble radius = (double)SvNV(ST(0)); ^^^^^^^^ Error 419: "GLUT.c", line 1956 # 'GLint' is used as a type, but has not been defined as a type. GLint slices = (GLint)SvIV(ST(1)); ^^^^^ Error 419: "GLUT.c", line 1957 # 'GLint' is used as a type, but has not been defined as a type. GLint stacks = (GLint)SvIV(ST(2)); ^^^^^ Error 699: "GLUT.c", line 1957 # Error limit reached; halting compilation. GLint stacks = (GLint)SvIV(ST(2)); ^^^^^ make: *** [GLUT.o] Error 2