Bugs item #1729217, was opened at 2007-06-01 01:41
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=1729217&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: no 2.6 compatibility -> compilation failure

Initial Comment:
I compile the fresh CVS wxLua (after big changes announced today by John 
Labenski) with wxWidgets 2.8.4 and Lua 5.1.2, using MingW GCC 4.1.2 
(unofficial) on WinXP.

In wxlua/src/wxstate.cpp, ~line 836, the test
  while (node != NULL)

should be changed to 
  while (node != 0)

to avoid compiler warning.


I use wxWidgets without 2.6 compatibility but wxLua tries to use symbols:
* wxEVT_SCROLL_ENDSCROLL
* WXK_NEXT
* WXK_NUMPAD_NEXT
* WXK_PRIOR
* wxDIALOG_MODAL
* wxDIALOG_MODELESS
* wxPASSWORD
and several more and finds none.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=745324&aid=1729217&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

Reply via email to