Re: [wxlua-users] Error compiling wxLua on windows

2014-12-05 Thread Milind Gupta
Thanks, Milind On Fri, Dec 5, 2014 at 11:52 AM, John Labenski wrote: > On Tue, Dec 2, 2014 at 10:46 AM, Milind Gupta > wrote: > >> The error is: >> /wxLua-2.8.12.3-src/modules/wxstedit/src/precomp.h:7:23: fatal error: >> wx/wxprec.h: No such file or directory >> #include >> > > > When you run

Re: [wxlua-users] Error compiling wxLua on windows

2014-12-05 Thread John Labenski
On Tue, Dec 2, 2014 at 10:46 AM, Milind Gupta wrote: > The error is: > /wxLua-2.8.12.3-src/modules/wxstedit/src/precomp.h:7:23: fatal error: > wx/wxprec.h: No such file or directory > #include > When you run cmake you should see something like this: -- * Found wxWidgets : -- * - wxWidgets_VE

Re: [wxlua-users] Error compiling wxLua on windows

2014-12-02 Thread Paul K
Hi Milind, > I get this error when I start the wxLua make step. You wrote "this", but there is no error message or the include file name in your email. Paul. On Tue, Dec 2, 2014 at 7:45 AM, Milind Gupta wrote: > Hi, > I get this error when I start the wxLua make step. WxWidgets make went

Re: [wxlua-users] Error compiling wxLua on windows

2014-12-02 Thread Milind Gupta
The error is: /wxLua-2.8.12.3-src/modules/wxstedit/src/precomp.h:7:23: fatal error: wx/wxprec.h: No such file or directory #include ^ compilation terminated. modules\wxstedit\CMakeFiles\wxStEditLib_precomp.dir\build.make:53: recipe for target 'modules/wxstedit/include/wxStE

[wxlua-users] Error compiling wxLua on windows

2014-12-02 Thread Milind Gupta
Hi, I get this error when I start the wxLua make step. WxWidgets make went fine, Cmake step went fine but somehow it is not able to locate this include file. I already set the wxWidgets Root directory and lib directory parameters in CMAKE and it is able to detect the version (I am compiling ag

Re: [wxlua-users] Error after compiling from source: cannot find libwxlua_gtk2u_wxbindxrc-2.8.so.0

2010-06-18 Thread Linus Sjögren
I _know_ I ran sudo make install, but after running it again, it decided to work. On 18 June 2010 01:59, John Labenski wrote: > On Thu, Jun 17, 2010 at 3:58 PM, Linus Sjögren > wrote: >> Hi! >> I downloaded the wxLua source code from the website, configure'd, make'd and >> sudo make installed. >

Re: [wxlua-users] Error after compiling from source: cannot find libwxlua_gtk2u_wxbindxrc-2.8.so.0

2010-06-17 Thread John Labenski
On Thu, Jun 17, 2010 at 3:58 PM, Linus Sjögren wrote: > Hi! > I downloaded the wxLua source code from the website, configure'd, make'd and > sudo make installed. > However, when I try to run wxlua, or require("wx"), I'm granted with this > error: >> error while loading shared libraries: libwxlua_g

[wxlua-users] Error after compiling from source: cannot find libwxlua_gtk2u_wxbindxrc-2.8.so.0

2010-06-17 Thread Linus Sjögren
Hi! I downloaded the wxLua source code from the website, configure'd, make'd and sudo make installed. However, when I try to run wxlua, or require("wx"), I'm granted with this error: > error while loading shared libraries: libwxlua_gtk2u_wxbindxrc-2.8.so.0: cannot open shared object file: No such

Re: [wxlua-users] error in virtual function overrides

2008-01-28 Thread John Labenski
On Jan 28, 2008 3:55 PM, Hakkı Doğusan <[EMAIL PROTECTED]> wrote: > Hi, > > (winxp, CVS updated today) > I'm getting some error (image attached) for previously working code: > > printOut.OnPrintPage = function(printOut, pageNum) >local dc = printOut:GetDC() >... >return true > end Than

[wxlua-users] error in virtual function overrides

2008-01-28 Thread Hakkı Doğusan
Hi, (winxp, CVS updated today) I'm getting some error (image attached) for previously working code: printOut.OnPrintPage = function(printOut, pageNum) local dc = printOut:GetDC() ... return true end (Note: wxMemoryFSHandler is not included in CVS) -- Regards, Hakki Dogusan <>

[wxlua-users] Error when running on some platforms

2007-12-14 Thread Scott Morgan
I've been having a problem that only surfaces on some installs of Windows, on most installs it works fine but on a few (mostly Vista but also XP) the application fails to run giving the error "The application failed to initialize properly (0xc005)" twice. This bug is consistent between builds b

Re: [Wxlua-users] error

2006-02-03 Thread John Labenski
On 2/3/06, k. holwerda <[EMAIL PROTECTED]> wrote: > > I get this error. I think it is actually a C++ problem, it looks like an > empty initialization is not allowed. > Maybe use: > > static WXLUAMETHOD builtinList[1]; > > or some dummy?? > > c:\data\art2d\wxluacvs\wxLua\modules\wxbindstc\src\wxstc_

[Wxlua-users] error

2006-02-03 Thread k. holwerda
Hi I get this error. I think it is actually a C++ problem, it looks like an empty initialization is not allowed. Maybe use: static WXLUAMETHOD builtinList[1]; or some dummy?? c:\data\art2d\wxluacvs\wxLua\modules\wxbindstc\src\wxstc_builtin.cpp(33) : error C2059: syntax error : '}' c:\data\a