From: Hakki D. <dog...@tr...> - 2007-06-26 07:44:03
|
Hi, John Labenski wrote: > On 6/25/07, Hakki Dogusan <dog...@tr...> wrote: >> Hi, >> >> (xp,wx2.8.4,mingw) >> >> - Current cvs gives internal compiler error for wx_bind.cpp at line 493 >> with gcc-3.4.5. It compiles with un-official gcc-4.1.2. > > What is the code for this? I think the line numbers have changed as I > did some updates last night. > To be sure, I made a cvs update and re-compiled. Same result: ../../wxbind/src/wx_bind.cpp:493: internal compiler error: output_operand: inval id expression as operand Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://www.mingw.org/bugs.shtml> for instructions. mingw32-make[1]: *** [gccmswu_dll\wxbind_dll_wx_bind.o] Error 1 mingw32-make[1]: Leaving directory `F:/a_C/wxLua/modules/build/msw' mingw32-make: *** [modules] Error 2 makefile.gcc: BUILD := release UNICODE := 1 SHARED := 1 WX_SHARED := 1 WX_MONOLITHIC := 1 build cmd (some switches may not be necessary, I'm using same for wx): mingw32-make -fmakefile.gcc VENDOR=ds USE_OPENGL=1 MONOLITHIC=1 BUILD=release SHARED=1 RUNTIME_LIBS=dynamic UNICODE=1 [snip] > > Regards, > John Labenski > -- Regards, Hakki Dogusan |