Re: [wxlua-users] wxlua auidemo debug error

2014-10-05 Thread John Labenski
On Fri, Oct 3, 2014 at 1:15 PM, Victor Bombi  wrote:

> Running auidemo from wxLua build from svn on mac osx 10.9 with
> wxWidgets3.0.1 ,
>  if you try to make wider the bottom right pane:
>
> ../src/common/wincmn.cpp(3271): assert
> "!wxMouseCapture::IsInCaptureStack(this)" failed in CaptureMouse():
> Recapturing the mouse in the same window?
>
>
Unfortunately, this is from within wxWidgets itself.

Can you build the auidemo C++ sample and run that and does it show the same
error? To build the C++ auidemo app simply go the the samples/aui dir in
the wxWidgets configure build dir you created and type 'make.' I haven't
check recently, but the wxLua sample was directly copied from the C++
sample and the code for the two is probably still very similar.

Regards,
John




> Call stack:
> [00] wxEvtHandler::ProcessEventLocally(wxEvent&)
> [01] wxEvtHandler::ProcessEvent(wxEvent&)
> [02] wxEvtHandler::SafelyProcessEvent(wxEvent&)
> [03] wxWidgetCocoaImpl::DoHandleMouseEvent(NSEvent*)
> [04] -[NSWindow(wxNSWindowSupport) WX_filterSendEvent:]
> [05] -[wxNSWindow sendEvent:]
> [06] -[NSApplication sendEvent:]
> [07] -[wxNSApplication sendEvent:]
> [08] -[NSApplication run]
> [09] wxGUIEventLoop::OSXDoRun()
> [10] wxCFEventLoop::DoRun()
> [11] wxEventLoopBase::Run()
> [12] wxAppConsoleBase::MainLoop()
> [13] wxApp::OnRun()
> [14] wxEntry(int&, wchar_t**)
> [15] mainwxlua.cpp:11
> [16] start
> [17] 0x0003
>
>
>
> --
> Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
> Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
> Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
> Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
>
> http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
> ___
> wxlua-users mailing list
> wxlua-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>
--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk___
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users


Re: [wxlua-users] build against luajit

2014-10-05 Thread John Labenski
On Fri, Oct 3, 2014 at 4:37 AM, Victor Bombi  wrote:

> Hello,
>
> When trying to build against a external lua library (luajit in mac osx
> 10.9)
> it complains about not finding luaopen_bit32
> Isn't this a confusion with lua5.2?
>
>
I haven't build with luajit recently, does it not have the function
luaopen_bit32(lua_State* L) anymore or maybe it never did, I forget...

I committed a blind fix to svn trunk to have wxLua always compile the bit32
lib even for luajit. It's a tiny lib and provides Lua 5.2 compatibility,
which might be useful to some.


Regards,
John
--
Slashdot TV.  Videos for Nerds.  Stuff that Matters.
http://pubads.g.doubleclick.net/gampad/clk?id=160591471&iu=/4140/ostg.clktrk___
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users