Hi,

2007/7/6, Fabio Dell'Aria <[EMAIL PROTECTED]>:

Hi,

2007/7/6, Hakki Dogusan <[EMAIL PROTECTED]>:
>
> Hi,
>
> Fabio Dell'Aria wrote:
> > How I can build the last wxLua with the last MinGW 5.1.3 on XP SP2?
> >
> > PS: I'm not an expert so please let me same workable examples! :)
> >
>
>
> I'm using similar parameters -to compile wx- to compile wxLua:
>
>
> In wxLua/build/msw directory
>
> mingw32-make -fmakefile.gcc VENDOR=ds USE_OPENGL=1 MONOLITHIC=1
> BUILD=release SHARED=1 RUNTIME_LIBS=dynamic UNICODE=1 WX_SHARED=1
> WX_MONOLITHIC=1
>
>
> (WX_SHARED=1 WX_MONOLITHIC=1 added for wxLua)
>
>
>
> --
> Regards,
> Hakki Dogusan
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> wxlua-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>

Every time I try I receive the:

gcc: installation problem, cannot exec `cc1': No such file or directory

error, why? :(

--
Best regards...

Fabio Dell'Aria.


OK, I have just fixed this issue, and now I have this new (see the attached
file)! :(

--
Best regards...

Fabio Dell'Aria.
../../lua/src/lapi.c:8:20: no include path in which to search for assert.h
../../lua/src/lapi.c:9:18: no include path in which to search for math.h
../../lua/src/lapi.c:10:20: no include path in which to search for stdarg.h
../../lua/src/lapi.c:11:20: no include path in which to search for string.h
In file included from ../../lua/src/lapi.c:16:
../../lua/src/lua.h:12:20: no include path in which to search for stdarg.h
../../lua/src/lua.h:13:20: no include path in which to search for stddef.h
In file included from ../../lua/src/lua.h:16,
                 from ../../lua/src/lapi.c:16:
../../lua/src/luaconf.h:11:20: no include path in which to search for limits.h
../../lua/src/luaconf.h:12:20: no include path in which to search for stddef.h
../../lua/src/luaconf.h:531:18: no include path in which to search for math.h
In file included from ../../lua/src/lapi.c:16:
../../lua/src/lua.h:58: error: syntax error before "size_t"
../../lua/src/lua.h:60: error: syntax error before "size_t"
../../lua/src/lua.h:66: error: syntax error before "size_t"
../../lua/src/lua.h:103: error: syntax error before "lua_Integer"
../../lua/src/lua.h:103: warning: data definition has no type or storage class
../../lua/src/lua.h:147: error: `lua_Integer' declared as function returning a 
function
../../lua/src/lua.h:147: warning: parameter names (without types) in function 
declaration
../../lua/src/lua.h:147: error: 'lua_Integer' redeclared as different kind of 
symbol
../../lua/src/lua.h:103: error: previous declaration of 'lua_Integer' was here
../../lua/src/lua.h:149: error: syntax error before "size_t"
../../lua/src/lua.h:150: error: `size_t' declared as function returning a 
function
../../lua/src/lua.h:150: warning: parameter names (without types) in function 
declaration
../../lua/src/lua.h:162: error: syntax error before "lua_Integer"
../../lua/src/lua.h:163: error: syntax error before "size_t"
../../lua/src/lua.h:166: error: syntax error before "va_list"
../../lua/src/lua.h:182: error: syntax error before "size_t"
In file included from ../../lua/src/lapi.h:11,
                 from ../../lua/src/lapi.c:18:
../../lua/src/lobject.h:12:20: no include path in which to search for stdarg.h
In file included from ../../lua/src/lobject.h:15,
                 from ../../lua/src/lapi.h:11,
                 from ../../lua/src/lapi.c:18:
../../lua/src/llimits.h:11:20: no include path in which to search for limits.h
../../lua/src/llimits.h:12:20: no include path in which to search for stddef.h
In file included from ../../lua/src/lapi.h:11,
                 from ../../lua/src/lapi.c:18:
../../lua/src/lobject.h:205: error: syntax error before "size_t"
../../lua/src/lobject.h:205: warning: no semicolon at end of struct or union
../../lua/src/lobject.h:205: warning: no semicolon at end of struct or union
../../lua/src/lobject.h:206: warning: data definition has no type or storage 
class
../../lua/src/lobject.h:207: error: syntax error before '}' token
../../lua/src/lobject.h:207: warning: data definition has no type or storage 
class
../../lua/src/lobject.h:221: error: syntax error before "size_t"
../../lua/src/lobject.h:221: warning: no semicolon at end of struct or union
../../lua/src/lobject.h:221: warning: no semicolon at end of struct or union
../../lua/src/lobject.h:222: warning: data definition has no type or storage 
class
../../lua/src/lobject.h:223: error: syntax error before '}' token
../../lua/src/lobject.h:223: warning: data definition has no type or storage 
class
../../lua/src/lobject.h:238: error: syntax error before "TString"
../../lua/src/lobject.h:238: warning: no semicolon at end of struct or union
../../lua/src/lobject.h:239: warning: data definition has no type or storage 
class
../../lua/src/lobject.h:253: error: syntax error before '}' token
../../lua/src/lobject.h:253: warning: data definition has no type or storage 
class
../../lua/src/lobject.h:263: error: syntax error before "TString"
../../lua/src/lobject.h:263: warning: no semicolon at end of struct or union
../../lua/src/lobject.h:266: error: syntax error before '}' token
../../lua/src/lobject.h:266: warning: data definition has no type or storage 
class
../../lua/src/lobject.h:375: error: syntax error before "va_list"
../../lua/src/lobject.h:377: error: syntax error before "size_t"
In file included from ../../lua/src/lstate.h:13,
                 from ../../lua/src/ldebug.h:11,
                 from ../../lua/src/lapi.c:19:
../../lua/src/ltm.h:49: error: syntax error before "TString"
In file included from ../../lua/src/lzio.h:13,
                 from ../../lua/src/lstate.h:14,
                 from ../../lua/src/ldebug.h:11,
                 from ../../lua/src/lapi.c:19:
../../lua/src/lmem.h:11:20: no include path in which to search for stddef.h
In file included from ../../lua/src/lzio.h:13,
                 from ../../lua/src/lstate.h:14,
                 from ../../lua/src/ldebug.h:11,
                 from ../../lua/src/lapi.c:19:
../../lua/src/lmem.h:41: error: syntax error before "size_t"
../../lua/src/lmem.h:45: error: syntax error before "size_t"
In file included from ../../lua/src/lstate.h:14,
                 from ../../lua/src/ldebug.h:11,
                 from ../../lua/src/lapi.c:19:
../../lua/src/lzio.h:26: error: syntax error before "size_t"
../../lua/src/lzio.h:26: warning: no semicolon at end of struct or union
../../lua/src/lzio.h:27: warning: data definition has no type or storage class
../../lua/src/lzio.h:28: warning: data definition has no type or storage class
../../lua/src/lzio.h:46: error: syntax error before "Mbuffer"
../../lua/src/lzio.h:49: error: syntax error before "luaZ_read"
../../lua/src/lzio.h:49: error: syntax error before "size_t"
../../lua/src/lzio.h:49: warning: data definition has no type or storage class
../../lua/src/lzio.h:57: error: syntax error before "size_t"
../../lua/src/lzio.h:57: warning: no semicolon at end of struct or union
../../lua/src/lzio.h:62: error: syntax error before '}' token
In file included from ../../lua/src/ldebug.h:11,
                 from ../../lua/src/lapi.c:19:
../../lua/src/lstate.h:81: error: syntax error before "Mbuffer"
../../lua/src/lstate.h:81: warning: no semicolon at end of struct or union
../../lua/src/lstate.h:93: error: syntax error before '*' token
../../lua/src/lstate.h:93: warning: data definition has no type or storage class
../../lua/src/lstate.h:94: error: syntax error before '}' token
../../lua/src/lstate.h:94: warning: data definition has no type or storage class
../../lua/src/lstate.h:105: error: syntax error before "global_State"
../../lua/src/lstate.h:105: warning: no semicolon at end of struct or union
../../lua/src/lstate.h:125: error: syntax error before "errfunc"
../../lua/src/lstate.h:125: warning: data definition has no type or storage 
class
../../lua/src/lstate.h:137: error: field `ts' has incomplete type
../../lua/src/lstate.h:138: error: field `u' has incomplete type
../../lua/src/lstate.h:141: error: field `p' has incomplete type
../../lua/src/lstate.h:143: error: field `th' has incomplete type
In file included from ../../lua/src/lapi.c:19:
../../lua/src/ldebug.h:30: error: syntax error before '*' token
In file included from ../../lua/src/lapi.c:20:
../../lua/src/ldo.h:45: error: syntax error before "ptrdiff_t"
In file included from ../../lua/src/lapi.c:21:
../../lua/src/lfunc.h:21: error: syntax error before '*' token
../../lua/src/lfunc.h:21: warning: data definition has no type or storage class
../../lua/src/lfunc.h:27: error: syntax error before "Proto"
../../lua/src/lfunc.h:30: error: syntax error before '*' token
In file included from ../../lua/src/lapi.c:22:
../../lua/src/lgc.h:99: error: syntax error before "luaC_separateudata"
../../lua/src/lgc.h:99: warning: data definition has no type or storage class
In file included from ../../lua/src/lapi.c:26:
../../lua/src/lstring.h:27: error: syntax error before '*' token
../../lua/src/lstring.h:27: error: syntax error before "size_t"
../../lua/src/lstring.h:27: warning: data definition has no type or storage 
class
../../lua/src/lstring.h:28: error: syntax error before '*' token
../../lua/src/lstring.h:28: error: syntax error before "size_t"
../../lua/src/lstring.h:28: warning: data definition has no type or storage 
class
In file included from ../../lua/src/lapi.c:27:
../../lua/src/ltable.h:23: error: syntax error before "TString"
../../lua/src/ltable.h:24: error: syntax error before "TString"
In file included from ../../lua/src/lapi.c:29:
../../lua/src/lundump.h:14: error: syntax error before '*' token
../../lua/src/lundump.h:14: error: syntax error before "Mbuffer"
../../lua/src/lundump.h:14: warning: data definition has no type or storage 
class
../../lua/src/lundump.h:20: error: syntax error before '*' token
../../lua/src/lapi.c: In function `index2adr':
../../lua/src/lapi.c:51: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:53: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:58: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:61: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:63: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:64: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:65: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:67: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:69: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `getcurrenv':
../../lua/src/lapi.c:80: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:80: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:81: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:83: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `luaA_pushobject':
../../lua/src/lapi.c:90: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:91: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_checkstack':
../../lua/src/lapi.c:98: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:98: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:101: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:101: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:102: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:102: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:103: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:103: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_xmove':
../../lua/src/lapi.c:118: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:120: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:120: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_atpanic':
../../lua/src/lapi.c:129: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:130: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_newthread':
../../lua/src/lapi.c:139: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:139: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:141: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:142: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_gettop':
../../lua/src/lapi.c:156: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:156: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_settop':
../../lua/src/lapi.c:164: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:164: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:165: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:166: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:166: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:170: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_remove':
../../lua/src/lapi.c:181: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:182: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_insert':
../../lua/src/lapi.c:193: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:194: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_replace':
../../lua/src/lapi.c:203: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:203: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:209: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:211: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:212: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:212: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:212: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:215: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:217: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:217: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:217: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:217: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:217: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:219: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_pushvalue':
../../lua/src/lapi.c:226: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:227: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_isnumber':
../../lua/src/lapi.c:259: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c:259: error: (Each undeclared identifier is reported only 
once
../../lua/src/lapi.c:259: error: for each function it appears in.)
../../lua/src/lapi.c: In function `lua_tonumber':
../../lua/src/lapi.c:312: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c: At top level:
../../lua/src/lapi.c:319: error: syntax error before "lua_tointeger"
../../lua/src/lapi.c: In function `lua_tointeger':
../../lua/src/lapi.c:322: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c:323: error: syntax error before "res"
../../lua/src/lapi.c:325: error: `res' undeclared (first use in this function)
../../lua/src/lapi.c: At top level:
../../lua/src/lapi.c:339: error: syntax error before "size_t"
../../lua/src/lapi.c: In function `lua_tolstring':
../../lua/src/lapi.c:340: error: `idx' undeclared (first use in this function)
../../lua/src/lapi.c:344: error: `len' undeclared (first use in this function)
../../lua/src/lapi.c:344: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c:348: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:348: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: At top level:
../../lua/src/lapi.c:357: error: syntax error before "lua_objlen"
../../lua/src/lapi.c: In function `lua_objlen':
../../lua/src/lapi.c:364: error: syntax error before "l"
../../lua/src/lapi.c:366: error: `l' undeclared (first use in this function)
../../lua/src/lapi.c: In function `lua_tocfunction':
../../lua/src/lapi.c:377: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c: In function `lua_touserdata':
../../lua/src/lapi.c:386: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c: In function `lua_tothread':
../../lua/src/lapi.c:393: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c: In function `lua_topointer':
../../lua/src/lapi.c:406: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c: In function `lua_pushnil':
../../lua/src/lapi.c:419: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:420: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_pushnumber':
../../lua/src/lapi.c:427: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:428: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: At top level:
../../lua/src/lapi.c:433: error: syntax error before "lua_Integer"
../../lua/src/lapi.c: In function `lua_pushinteger':
../../lua/src/lapi.c:435: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:435: error: `n' undeclared (first use in this function)
../../lua/src/lapi.c:436: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: At top level:
../../lua/src/lapi.c:441: error: syntax error before "size_t"
../../lua/src/lapi.c: In function `lua_pushlstring':
../../lua/src/lapi.c:443: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:443: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:444: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:444: error: `s' undeclared (first use in this function)
../../lua/src/lapi.c:444: error: `len' undeclared (first use in this function)
../../lua/src/lapi.c:445: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_pushstring':
../../lua/src/lapi.c:451: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c: At top level:
../../lua/src/lapi.c:459: error: syntax error before "va_list"
../../lua/src/lapi.c: In function `lua_pushvfstring':
../../lua/src/lapi.c:462: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:462: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:463: error: `fmt' undeclared (first use in this function)
../../lua/src/lapi.c:463: error: `argp' undeclared (first use in this function)
../../lua/src/lapi.c: In function `lua_pushfstring':
../../lua/src/lapi.c:471: error: `va_list' undeclared (first use in this 
function)
../../lua/src/lapi.c:471: error: syntax error before "argp"
../../lua/src/lapi.c:473: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:473: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:474: error: `argp' undeclared (first use in this function)
../../lua/src/lapi.c: In function `lua_pushcclosure':
../../lua/src/lapi.c:485: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:485: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:489: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:491: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:492: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:494: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_pushboolean':
../../lua/src/lapi.c:501: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:502: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_pushlightuserdata':
../../lua/src/lapi.c:509: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:510: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_pushthread':
../../lua/src/lapi.c:517: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:518: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:520: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_gettable':
../../lua/src/lapi.c:535: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:535: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_getfield':
../../lua/src/lapi.c:547: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:548: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_rawget':
../../lua/src/lapi.c:558: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:558: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_rawgeti':
../../lua/src/lapi.c:568: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:569: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_createtable':
../../lua/src/lapi.c:576: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:576: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:577: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:578: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_getmetatable':
../../lua/src/lapi.c:585: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c:597: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:603: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:604: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_getfenv':
../../lua/src/lapi.c:619: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:622: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:625: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:628: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:631: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_settable':
../../lua/src/lapi.c:647: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:647: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:648: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_setfield':
../../lua/src/lapi.c:661: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:662: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_rawset':
../../lua/src/lapi.c:673: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:673: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:674: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:674: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:675: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_rawseti':
../../lua/src/lapi.c:686: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:687: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:687: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:688: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_setmetatable':
../../lua/src/lapi.c:700: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:701: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c:704: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:720: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:724: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_setfenv':
../../lua/src/lapi.c:740: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:743: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:746: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:752: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:752: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:753: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_call':
../../lua/src/lapi.c:777: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:779: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:779: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:779: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:779: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_pcall':
../../lua/src/lapi.c:804: error: `ptrdiff_t' undeclared (first use in this 
function)
../../lua/src/lapi.c:804: error: syntax error before "func"
../../lua/src/lapi.c:809: error: `func' undeclared (first use in this function)
../../lua/src/lapi.c:813: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:815: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:817: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:818: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:818: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:818: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:818: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `f_Ccall':
../../lua/src/lapi.c:838: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:839: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:840: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:841: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:842: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_cpcall':
../../lua/src/lapi.c:852: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:852: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_load':
../../lua/src/lapi.c:860: error: storage size of 'z' isn't known
../../lua/src/lapi.c: In function `lua_dump':
../../lua/src/lapi.c:876: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_status':
../../lua/src/lapi.c:887: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_gc':
../../lua/src/lapi.c:897: error: `g' undeclared (first use in this function)
../../lua/src/lapi.c:899: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_next':
../../lua/src/lapi.c:972: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:974: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:977: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_concat':
../../lua/src/lapi.c:987: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:987: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:988: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:988: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:989: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:992: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:993: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_getallocf':
../../lua/src/lapi.c:1003: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1004: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_setallocf':
../../lua/src/lapi.c:1012: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1013: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: At top level:
../../lua/src/lapi.c:1018: error: syntax error before "size_t"
../../lua/src/lapi.c: In function `lua_newuserdata':
../../lua/src/lapi.c:1019: error: `u' undeclared (first use in this function)
../../lua/src/lapi.c:1021: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1021: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1022: error: `size' undeclared (first use in this function)
../../lua/src/lapi.c:1023: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1024: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `aux_upvalue':
../../lua/src/lapi.c:1034: error: `NULL' undeclared (first use in this function)
../../lua/src/lapi.c:1042: error: invalid operands to binary *
../../lua/src/lapi.c:1043: error: request for member `sizeupvalues' in 
something not a structure or union
../../lua/src/lapi.c:1045: error: request for member `upvalues' in something 
not a structure or union
../../lua/src/lapi.c: In function `lua_getupvalue':
../../lua/src/lapi.c:1056: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1057: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c: In function `lua_setupvalue':
../../lua/src/lapi.c:1073: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1074: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1075: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1075: error: dereferencing pointer to incomplete type
../../lua/src/lapi.c:1075: error: dereferencing pointer to incomplete type
mingw32-make[1]: *** [gccmsw_udll\lua_dll_lapi.o] Error 1
mingw32-make: *** [modules] Error 2
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
wxlua-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to