I've done very limited testing on most of this, so any feedback (especially negative) is very welcome.

I had a few issues building under mingw:

I had to change __MINGW__ in ImageList.xs to __MINGW32__, otherwise I get:

ImageList.o(.text+0xd2a):ImageList.cpp: undefined reference to [EMAIL PROTECTED]
0'
ImageList.o(.text+0x21c4):ImageList.cpp: undefined reference to `ImageList_DrawI
[EMAIL PROTECTED]'
ImageList.o(.text+0x25e9):ImageList.cpp: undefined reference to `_Z19ImageList_D
[EMAIL PROTECTED]'

When running makefile.pl I get:

Checking if your kit is complete...
Warning: the following files are missing in your kit:
       patches/README.txt
       patches/patch001.patch
Please inform the author.
Writing Makefile for Win32::GUI

I also get this warning:

1.02_01\" -DHASATTRIBUTE -IC:\Perl\lib\CORE  GUI_MessageLoops.cpp
GUI_MessageLoops.cpp: In function `LRESULT CommonMsgLoop(PerlInterpreter*,
HWND__*, unsigned int, unsigned int, long int, LRESULT (*)(HWND__*, unsigned

  int, unsigned int, long int))':
GUI_MessageLoops.cpp:111: warning: NULL used in arithmetic

Cheers,

jez.



Reply via email to