From: Robert M. <rm...@po...> - 2006-08-30 22:01:17
|
Reini Urban wrote: > cvs up -C under cygwin: > > gcc -c -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe > -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"1.03_04 > \" -DXS_VERSION=\"1.03_04\" "-I/usr/lib/perl5/5.8/cygwin/CORE" -UWIN32 > GUI_Helpers.cpp > GUI_Helpers.cpp: In function `void > CalcControlSize(tagPERLWIN32GUI_CREATESTRUCT*, int, int)': > GUI_Helpers.cpp:363: error: invalid conversion from `void*' to `HFONT__*' > make: *** [GUI_Helpers.o] Error 1 Thanks. I've added a cast to the offending line (along with some casting fixes in tooltip.xs, and a fix for mingw headers missing a TTM_SETTITLE definition in GUI.h), and it seems to compile and test OK in my cygwin environment. Regards, Rob. |