Unrecognized argument in LIBS ignored: 'gdi32.lib' Unrecognized argument in LIBS ignored: 'user32.lib' Unrecognized argument in LIBS ignored: 'fm.lib' Writing Makefile for Win32::Wingraph cp NPRG.pm blib/lib/Win32/NPRG.pm cp Wingraph.pm blib/lib/Win32/Wingraph.pm /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/typemap -typemap typemap Wingraph.xs > Wingraph.xsc && mv Wingraph.xsc Wingraph.c 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=\"0.3\" -DXS_VERSION=\"0.3\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" Wingraph.c Error 112: "Wingraph.xs", line 4 # Include file not found. #include ^^^^^^^^^^^ Error 112: "Wingraph.xs", line 5 # Include file not found. #include ^^^^^^^^^^^^ Error 419: "Wingraph.xs", line 8 # 'COLORREF' is used as a type, but has not been defined as a type. COLORREF rgbthunk(int r,int g, int b) {return RGB(r,g,b);} ^^^^^^^^ Error 172: "Wingraph.xs", line 23 # Undeclared variable 'FORMAT_MESSAGE_FROM_SYSTEM'. FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, ^^^^^^^^^^^^^^^^^^^^^^^^^^ Error 419: "Wingraph.c", line 60 # 'HDC' is used as a type, but has not been defined as a type. HDC hdcref = (HDC)SvIV(ST(0)); ^^^ Error 419: "Wingraph.c", line 67 # 'HDC' is used as a type, but has not been defined as a type. HDC RETVAL; ^^^ Error 419: "Wingraph.xs", line 47 # 'RECT' is used as a type, but has not been defined as a type. RECT rc; ^^^^ Error 419: "Wingraph.xs", line 48 # 'HDC' is used as a type, but has not been defined as a type. HDC hdc; ^^^ Error 186: "Wingraph.xs", line 49 # Left side of '.' requires a struct object; type found was 'int'. rc.left=x1; ^^ Error 186: "Wingraph.xs", line 50 # Left side of '.' requires a struct object; type found was 'int'. rc.top=y1; ^^ Error 186: "Wingraph.xs", line 51 # Left side of '.' requires a struct object; type found was 'int'. rc.right=x2; ^^ Error 186: "Wingraph.xs", line 52 # Left side of '.' requires a struct object; type found was 'int'. rc.bottom=y2; ^^ Error 699: "Wingraph.xs", line 52 # Error limit reached; halting compilation. rc.bottom=y2; ^^ make: *** [Wingraph.o] Error 2