Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ljpeg MakeMaker (v6.17) Writing Makefile for Image::TestJPG::mydatasrc Writing Makefile for Image::TestJPG cp TestJPG.pm blib/lib/Image/TestJPG.pm cd mydatasrc && make make[1]: Entering directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Image-TestJPG/mydatasrc' cc -c -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"\" -DXS_VERSION=\"\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" mydatasrc.c Error 112: "jinclude.h", line 20 # Include file "jconfig.h" not found. #include "jconfig.h" /* auto configuration options */ ^^^^^^^^^^^ Error 112: "mydatasrc.c", line 19 # Include file "jpeglib.h" not found. #include "jpeglib.h" ^^^^^^^^^^^ Error 112: "mydatasrc.c", line 20 # Include file "jerror.h" not found. #include "jerror.h" ^^^^^^^^^^ Error 112: "mydatasrc.c", line 26 # Include file not found. #include ^^^^^^^^^^^ Error 628: "mydatasrc.c", line 34 # "jpeg_source_mgr {unnamed.struct.#8} [in file 'mydatasrc.c']::pub" ["mydatasrc.c", line 34] cannot be defined to have an incomplete type. struct jpeg_source_mgr pub; /* public fields */ ^^^ Error 419: "mydatasrc.c", line 38 # 'JOCTET' is used as a type, but has not been defined as a type. JOCTET * buffer; /* start of buffer */ ^^^^^^ Error 419: "mydatasrc.c", line 39 # 'boolean' is used as a type, but has not been defined as a type. boolean start_of_file; /* have we gotten any data yet? */ ^^^^^^^ Error 239: "mydatasrc.c", line 34 # A struct/union shall not contain a member with incomplete type. struct jpeg_source_mgr pub; /* public fields */ ^^^ Error 537: "mydatasrc.c", line 34 # Cannot create a 'jpeg_source_mgr' object; struct jpeg_source_mgr has only been seen as an incomplete declaration. struct jpeg_source_mgr pub; /* public fields */ ^^^ Error 20: "mydatasrc.c", line 53 # ';' expected before 'init_source'. init_source (j_decompress_ptr cinfo) ^^^^^^^^^^^ Error 419: "mydatasrc.c", line 53 # 'j_decompress_ptr' is used as a type, but has not been defined as a type. init_source (j_decompress_ptr cinfo) ^^^^^^^^^^^^^^^^ Error 185: "mydatasrc.c", line 55 # Left side of '->' requires a pointer to struct; type found was 'int'. my_src_ptr src = (my_src_ptr) cinfo->src; ^^^^^ Error 699: "mydatasrc.c", line 55 # Error limit reached; halting compilation. my_src_ptr src = (my_src_ptr) cinfo->src; ^^^^^ make[1]: *** [mydatasrc.o] Error 2 make[1]: Leaving directory `/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Image-TestJPG/mydatasrc' make: *** [mydatasrc/libmydatasrc.a] Error 2