Writing Config.pm Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ljpeg Writing Makefile for VRML::JPEG Note (probably harmless): No library found for -ljs Writing Makefile for VRML::JS Note (probably harmless): No library found for -lMesaGL Note (probably harmless): No library found for -lMesaGLU Writing Makefile for VRML::OpenGL Note (probably harmless): No library found for -lpng Writing Makefile for VRML::PNG Note (probably harmless): No library found for -lttf Writing Makefile for VRML::Text Writing Makefile for VRML::VRMLFunc cp URL.pm blib/lib/VRML/URL.pm cp Scene.pm blib/lib/VRML/Scene.pm cp VRMLC.pm blib/lib/VRML/VRMLC.pm cp VRMLExtrusion.pm blib/lib/VRML/VRMLExtrusion.pm cp VRMLFields.pm blib/lib/VRML/VRMLFields.pm cp VRMLNodes.pm blib/lib/VRML/VRMLNodes.pm cp Browser.pm blib/lib/VRML/Browser.pm cp Config.pm blib/lib/VRML/Config.pm cp Events.pm blib/lib/VRML/Events.pm cp VRMLFunc.pm blib/lib/VRML/VRMLFunc.pm cp Viewer.pm blib/lib/VRML/Viewer.pm cp VRMLJava.pm blib/lib/VRML/VRMLJava.pm cp VRMLRend.pm blib/lib/VRML/VRMLRend.pm cp VRMLServ.pm blib/lib/VRML/VRMLServ.pm cp VRMLCU.pm blib/lib/VRML/VRMLCU.pm cp Parser.pm blib/lib/VRML/Parser.pm cp GLBackEnd.pm blib/lib/VRML/GLBackEnd.pm cp Quaternion.pm blib/lib/VRML/Quaternion.pm make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/FreeWRL/JPEG' cp JPEG.pm ../blib/lib/VRML/JPEG.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 JPEG.xs > JPEG.xsc && mv JPEG.xsc JPEG.c 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=\"\" -DXS_VERSION=\"\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" JPEG.c Error 112: "JPEG.xs", line 14 # Include file "jpeglib.h" not found. #include "jpeglib.h" ^^^^^^^^^^^ Error 20: "JPEG.xs", line 35 # ',' expected before '*'. extern JSAMPLE * image_buffer; /* Points to large array of R,G,B-order data */ ^ Error 628: "JPEG.xs", line 80 # "jpeg_error_mgr my_error_mgr::pub" ["JPEG.xs", line 80] cannot be defined to have an incomplete type. struct jpeg_error_mgr pub; /* "public" fields */ ^^^ Error 239: "JPEG.xs", line 80 # A struct/union shall not contain a member with incomplete type. struct jpeg_error_mgr pub; /* "public" fields */ ^^^ Error 537: "JPEG.xs", line 80 # Cannot create a 'jpeg_error_mgr' object; struct jpeg_error_mgr has only been seen as an incomplete declaration. struct jpeg_error_mgr pub; /* "public" fields */ ^^^ Error 20: "JPEG.xs", line 92 # ';' expected before 'my_error_exit'. my_error_exit (j_common_ptr cinfo) ^^^^^^^^^^^^^ Error 419: "JPEG.xs", line 92 # 'j_common_ptr' is used as a type, but has not been defined as a type. my_error_exit (j_common_ptr cinfo) ^^^^^^^^^^^^ Error 185: "JPEG.xs", line 95 # Left side of '->' requires a pointer to struct; type found was 'int'. my_error_ptr myerr = (my_error_ptr) cinfo->err; ^^^^^ Error 185: "JPEG.xs", line 99 # Left side of '->' requires a pointer to struct; type found was 'int'. (*cinfo->err->output_message) (cinfo); ^^^^^ Warning 361: "JPEG.xs", line 92 # Value-returning function might end without executing a return statement. my_error_exit (j_common_ptr cinfo) ^^^^^^^^^^^^^ Error 628: "JPEG.xs", line 122 # "jpeg_decompress_struct#13 cinfo" ["JPEG.xs", line 122] cannot be defined to have an incomplete type. struct jpeg_decompress_struct cinfo; ^^^^^ Error 419: "JPEG.xs", line 130 # 'JSAMPARRAY' is used as a type, but has not been defined as a type. JSAMPARRAY buffer; /* Output row buffer */ ^^^^^^^^^^ Error 548: "JPEG.xs", line 145 # The expression on the left side of the '.' (dot member access operator) must be a completed struct object type; the type of the left side is 'tentative struct jpeg_decompress_struct' and 'struct jpeg_decompress_struct' has not been defined yet. cinfo.err = jpeg_std_error(&jerr.pub); ^^^^^ Error 699: "JPEG.xs", line 145 # Error limit reached; halting compilation. cinfo.err = jpeg_std_error(&jerr.pub); ^^^^^ make[1]: *** [JPEG.o] Error 2 make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/FreeWRL/JPEG' make: *** [subdirs] Error 2