Bugs item #1733068, was opened at 2007-06-07 22:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=745324&aid=1733068&group_id=140042
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Pavel Vozenilek (pvozenilek)
Assigned to: Nobody/Anonymous (nobody)
Summary: when lua is compiled as C++, not as C
Initial Comment:
I compile lua as C++. wxLua contains two places with:
extern "C" {
#include "some-lua-headers.h"
...
}
Could this be made conditional, like:
#ifndef WXLUA_DO_NOT_DIRECTLY_INCLUDE_LUA_HEADERS
extern "C" {
#include "some-lua-headers.h"
...
}
#endif
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=745324&aid=1733068&group_id=140042
-------------------------------------------------------------------------
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