Hi,

[EMAIL PROTECTED] ha scritto:
> ../modules/wxbind/src/wx_bind.cpp:4061: error: `wxHandleFatalExceptions' 
> undeclared (first use this function)
> ../modules/wxbind/src/wx_bind.cpp:4061: error: (Each undeclared 
> identifier is reported only once for each function it appears in.)
> ../modules/wxbind/src/wx_bind.cpp:3017: confused by earlier errors, 
> bailing out
John, probably the following

#include <wx/utils.h>

line should be added to get definition of that function...


> and continue compiling I get error
> 
> $ make
> (cd ./modules/ && make )
> make[1]: Entering directory `/home/Ldn/wxLua/modules'
> .././bk-deps g++ -c -o wxbind_dll_wx_bind.o -I../modules/wxbind/setup 
> -I../modules -I./.. -DWXMAKINGDLL_WXBIND 
> -I/usr/local/lib/wx/include/msw-ansi-release-2.6 
> -I/usr/local/include/wx-2.6 -D__WXMSW__ -mthreads -DWXUSINGDLL=1 
> -DNO_GCC_PRAGMA -g0 -O2 ../modules/wxbind/src/wx_bind.cpp
> ../modules/wxbind/src/wx_bind.cpp: In function `WXLUAOBJECT* 
> wxLuaGetObjectList_wx(size_t&)':
> ../modules/wxbind/src/wx_bind.cpp:3017: internal compiler error: 
> output_operand: invalid expression as operand
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://www.mingw.org/bugs.shtml> for instructions.
This is a known problem with GCC 3.4 - I submitted a bug report to mingw 
as the error message says to do and the reply was: it's a GCC bug which 
has been fixed in GCC 4.

Thus if you want to use Mingw, you need to upgrade it to the development 
version...

Francesco



_______________________________________________
Wxlua-users mailing list
Wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to