|
From: Francesco M. <f18...@ya...> - 2006-12-21 17:09:26
|
John Labenski ha scritto:
> On 12/21/06, Francesco Montorsi <f18...@ya...> wrote:
>> is it ok then to make wxLua 2.8.0.0 release saturday morning ?
>>
>> For doing releases I think it's better IM than emails (to solve any
>> eventual problem coming out at the last moments - they never are
>> missing); so:
>>
>> - if you want to contact me through IM you can use my email address
>> for Yahoo messenger or fr...@ho... with MSN messenger.
>>
>> - I'll also be available through #IRC at wxWidgets chat room.
>
> I haven't used IM in years and I hate to say it, don't even know how
> to go about using it.
well, if you're on Unix there's the very good "X-Chat GNOME" for IRC
chatting which is very simple to use (until yesterday I had never used
it but found out #wxwidgets IRC channel very easily).
However mails are ok anyway ;)
>I'll also be away on saturday for the holidays,
good holidays then!
> but I should be around sunday for a bit.
ok, let's do sunday morning then. Hopefully it should be a pain-free
process however.
> I will check these in an hour.
> VS 2005 dsw using debug lib/dll
> VC 2003 makefile.vc release lib/dll
good, yesterday however I tried to build with VC2003 and I've found that
the LNK4006 problem was not solved... :(
> I think the C++ code is ok, there's a few things on my todo list, but
> nothing that should get done before the release.
good.
BTW I've tried to use a bit the samples with the very latest CVS and
I've found that some of them may need some small fixes:
rm@ubuntu:~/work/wxLua/samples$ wxlua coroutine.wx.lua
lua: Error while running chunk
wxLua: Expected a string for parameter 3, but got 'nil'.
stack traceback:
[C]: in function 'wxTextCtrl'
coroutine.wx.lua:47: in function 'new'
coroutine.wx.lua:139: in function <coroutine.wx.lua:128>
(when clicking the button)
frm@ubuntu:~/work/wxLua/samples$ wxlua debug.wx.lua
[Debug] 18:07:33: ./wxlua/src/wxlbind.cpp(330): assert
"!wxlState.GetCallBaseClassFunction()" failed in
wxLua_lua_getTableFunc(): Base class function call not reset
Trace/breakpoint trap
(choosing File->Debug)
frm@ubuntu:~/work/wxLua/samples$ wxlua wxluasudoku.wx.lua
lua: Error while running chunk
wxLua: Expected a number for parameter 2, but got 'nil'.
stack traceback:
[C]: in function 'AppendMenu'
wxluasudoku.wx.lua:4874: in function 'main'
wxluasudoku.wx.lua:5036: in main chunk
lua: Error while running chunk
at start.
Unfortunately I'm busy with wxpresets patch now...
Francesco
|