/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Tk-JPEG-Lite does not start with /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi i.e. building outside Tk itself Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ljpeg Finding dependancies for Lite.xs Finding dependancies for imgJPEG.c Writing Makefile for Tk::JPEG::Lite cp Lite.pm blib/lib/Tk/JPEG/Lite.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 /home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi/Tk/typemap Lite.xs > Lite.xsc && mv Lite.xsc Lite.c cc -c -I/home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi/Tk -I/usr/local/include -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=\"2.01403\" -DXS_VERSION=\"800.024\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" -DHAVE_JPEGLIB_H Lite.c Warning 936: "/home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi/Tk/pTk/Lang.h", line 32 # '__FUNCTION__' is predefined identifier. #define __FUNCTION__ __FILE__ ":" STRINGIFY(__LINE__) ^^^^^^^^^^^^ cc -c -I/home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi/Tk -I/usr/local/include -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=\"2.01403\" -DXS_VERSION=\"800.024\" +Z "-I/home/cpanrun/ia64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi/CORE" -DHAVE_JPEGLIB_H imgJPEG.c Warning 936: "/home/cpanrun/ia64/build/5.8.2/lib/site_perl/5.8.2/IA64.ARCHREV_0-thread-multi/Tk/pTk/Lang.h", line 32 # '__FUNCTION__' is predefined identifier. #define __FUNCTION__ __FILE__ ":" STRINGIFY(__LINE__) ^^^^^^^^^^^^ Error 112: "imgJPEG.c", line 74 # Include file not found. # include ^^^^^^^^^^^ Error 112: "imgJPEG.c", line 75 # Include file not found. # include ^^^^^^^^^^ Error 628: "imgJPEG.c", line 142 # "jpeg_source_mgr source_mgr::pub" ["imgJPEG.c", line 142] cannot be defined to have an incomplete type. struct jpeg_source_mgr pub; /* public fields */ ^^^ Error 419: "imgJPEG.c", line 145 # 'JOCTET' is used as a type, but has not been defined as a type. JOCTET buffer[STRING_BUF_SIZE]; /* buffer for a chunk of decoded ^^^^^^ Error 239: "imgJPEG.c", line 142 # A struct/union shall not contain a member with incomplete type. struct jpeg_source_mgr pub; /* public fields */ ^^^ Error 537: "imgJPEG.c", line 142 # 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 628: "imgJPEG.c", line 149 # "jpeg_destination_mgr destination_mgr::pub" ["imgJPEG.c", line 149] cannot be defined to have an incomplete type. struct jpeg_destination_mgr pub; /* public fields */ ^^^ Error 419: "imgJPEG.c", line 152 # 'JOCTET' is used as a type, but has not been defined as a type. JOCTET buffer[STRING_BUF_SIZE]; /* buffer for a chunk of decoded ^^^^^^ Error 239: "imgJPEG.c", line 149 # A struct/union shall not contain a member with incomplete type. struct jpeg_destination_mgr pub; /* public fields */ ^^^ Error 537: "imgJPEG.c", line 149 # Cannot create a 'jpeg_destination_mgr' object; struct jpeg_destination_mgr has only been seen as an incomplete declaration. struct jpeg_destination_mgr pub; /* public fields */ ^^^ Error 628: "imgJPEG.c", line 160 # "jpeg_error_mgr my_error_mgr::pub" ["imgJPEG.c", line 160] cannot be defined to have an incomplete type. struct jpeg_error_mgr pub; /* public fields */ ^^^ Error 239: "imgJPEG.c", line 160 # A struct/union shall not contain a member with incomplete type. struct jpeg_error_mgr pub; /* public fields */ ^^^ Error 699: "imgJPEG.c", line 160 # Error limit reached; halting compilation. struct jpeg_error_mgr pub; /* public fields */ ^^^ make: *** [imgJPEG.o] Error 2