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
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
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
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
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
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.
>
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
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
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
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
<>
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
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_
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
13 matches
Mail list logo