SourceForge logo
SourceForge logo
Menu

wxlua-users — wxLua list for users and developers

You can subscribe to this list here.

2005 Jan
Feb
Mar
Apr
May
Jun
(60)
Jul
(35)
Aug
(32)
Sep
(5)
Oct
(5)
Nov
(58)
Dec
(34)
2006 Jan
(114)
Feb
(184)
Mar
(153)
Apr
(90)
May
(153)
Jun
(59)
Jul
(24)
Aug
(43)
Sep
(17)
Oct
(34)
Nov
(11)
Dec
(204)
2007 Jan
(84)
Feb
(119)
Mar
(38)
Apr
(28)
May
(52)
Jun
(105)
Jul
(64)
Aug
(67)
Sep
(14)
Oct
(3)
Nov
(28)
Dec
(55)
2008 Jan
(228)
Feb
(55)
Mar
(30)
Apr
(30)
May
(15)
Jun
(20)
Jul
(12)
Aug
(3)
Sep
(13)
Oct
(54)
Nov
(35)
Dec
(35)
2009 Jan
(19)
Feb
(20)
Mar
(34)
Apr
(4)
May
(60)
Jun
(25)
Jul
(16)
Aug
(51)
Sep
(19)
Oct
(62)
Nov
(21)
Dec
(12)
2010 Jan
(1)
Feb
Mar
(4)
Apr
(12)
May
(23)
Jun
(13)
Jul
(1)
Aug
(40)
Sep
(18)
Oct
(21)
Nov
(26)
Dec
(34)
2011 Jan
(17)
Feb
(23)
Mar
(1)
Apr
(10)
May
(1)
Jun
(5)
Jul
(1)
Aug
Sep
Oct
(2)
Nov
Dec
(43)
2012 Jan
(5)
Feb
(19)
Mar
(6)
Apr
(24)
May
(39)
Jun
(83)
Jul
(29)
Aug
(36)
Sep
(64)
Oct
(55)
Nov
(12)
Dec
(7)
2013 Jan
(17)
Feb
(10)
Mar
(37)
Apr
(27)
May
(13)
Jun
(9)
Jul
(7)
Aug
(61)
Sep
(23)
Oct
(23)
Nov
(30)
Dec
(16)
2014 Jan
(23)
Feb
(13)
Mar
(9)
Apr
(17)
May
(2)
Jun
(11)
Jul
(2)
Aug
Sep
(9)
Oct
(24)
Nov
(2)
Dec
(14)
2015 Jan
(6)
Feb
(4)
Mar
(17)
Apr
May
(7)
Jun
(3)
Jul
Aug
Sep
(2)
Oct
(21)
Nov
(6)
Dec
(2)
2016 Jan
(4)
Feb
(2)
Mar
(7)
Apr
(3)
May
(11)
Jun
(6)
Jul
Aug
(1)
Sep
Oct
Nov
Dec
2017 Jan
Feb
Mar
Apr
(1)
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2018 Jan
(2)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2019 Jan
Feb
Mar
(6)
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
(1)
Oct
Nov
Dec
2022 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(2)
Nov
(4)
Dec
2023 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(8)
Nov
Dec
2024 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S


1
2
3
4
5
6
7
8
9
10
11
12
13
(2)
14
15
16
17
(6)
18
(1)
19
20
21
22
23
(1)
24
25
(1)
26
27
28
29
(1)
30
(1)



Showing 12 results of 12

From: klaas.holwerda <ng...@kl...> - 2010年06月30日 18:05:39
This one gives the problems:
gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
This one is oke:
gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Although Redhat is behind, it if the official current release.
Regards,
Klaas
On 06/25/2010 05:00 AM, John Labenski wrote:
> On Wed, Jun 23, 2010 at 2:21 PM, klaas.holwerda<ng...@kl...> wrote:
> 
>> Hi,
>>
>> On Redhat I get this error after an update from cvs.
>>
>> ../wxLua/configure --prefix="/thales/thales_localwork/soft/usr/local"
>>
>> Now make:
>>
>> .pch/wxprec_wxbindadv_lib/wx/wxprec.h: No such file or directory
>> make[1]: *** [wxbindadv_lib_wxadv_bind.o] Error 1
>> make[1]: Leaving directory
>> `/thales/thales_localwork/soft/buildluarel/modules'
>> make: *** [modules] Error 2
>>
>> If I add:
>>
>> ../wxLua/configure --prefix="/thales/thales_localwork/soft/usr/local"
>> --disable-precomp-headers
>>
>> and make, it is oke.
>>
>> The precompiled headers are not genereated, the directory is missing.
>> But when I compile wxWidgets itself, they are generated.
>> Next i tried on ubuntu, but there i do not need to specify
>> --disable-precomp-headers.
>> Still when i want to look in the .pch, it is not generated. Therefore it
>> looks like newer version of gcc, skip it is not found??
>> I did a grep on the script bk-make-pch in the build directory, but it looks
>> like it is never called.
>>
>> So it looks like it is a wxLua/bakefile problem somehow.
>> 
> Probably, what are the two version of GCC you're using. I'm on a trip
> right now so I can't do any testing, but I'll be home in a week.
>
> Regards,
> John
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit. See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> wxlua-users mailing list
> wxl...@li...
> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>
> 
From: John L. <jla...@gm...> - 2010年06月25日 03:00:51
On Wed, Jun 23, 2010 at 2:21 PM, klaas.holwerda <ng...@kl...> wrote:
> Hi,
>
> On Redhat I get this error after an update from cvs.
>
> ../wxLua/configure --prefix="/thales/thales_localwork/soft/usr/local"
>
> Now make:
>
> .pch/wxprec_wxbindadv_lib/wx/wxprec.h: No such file or directory
> make[1]: *** [wxbindadv_lib_wxadv_bind.o] Error 1
> make[1]: Leaving directory
> `/thales/thales_localwork/soft/buildluarel/modules'
> make: *** [modules] Error 2
>
> If I add:
>
> ../wxLua/configure --prefix="/thales/thales_localwork/soft/usr/local"
> --disable-precomp-headers
>
> and make, it is oke.
>
> The precompiled headers are not genereated, the directory is missing.
> But when I compile wxWidgets itself, they are generated.
> Next i tried on ubuntu, but there i do not need to specify
> --disable-precomp-headers.
> Still when i want to look in the .pch, it is not generated. Therefore it
> looks like newer version of gcc, skip it is not found??
> I did a grep on the script bk-make-pch in the build directory, but it looks
> like it is never called.
>
> So it looks like it is a wxLua/bakefile problem somehow.
Probably, what are the two version of GCC you're using. I'm on a trip
right now so I can't do any testing, but I'll be home in a week.
Regards,
 John
From: klaas.holwerda <ng...@kl...> - 2010年06月23日 18:21:21
Hi,
On Redhat I get this error after an update from cvs.
../wxLua/configure --prefix="/thales/thales_localwork/soft/usr/local"
Now make:
/thales/thales_localwork/soft/buildluarel/bk-deps g++ -c -o wxbindadv_lib_wxadv_bind.o -I.pch/wxprec_wxbindadv_lib -I../../wxLua/modules/wxbind/setup -I../../wxLua/modules -I./../../wxLua -I/thales/thales_localwork/soft/buildluarel/../wxLua/modules/lua/include -I/thales/thales_localwork/soft/usr/local/lib/wx/include/gtk2-ansi-debug-static-2.8 -I/thales/thales_localwork/soft/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXDEBUG__ -D__WXGTK__ -pthread -DwxLUA_USEBINDING_WXMEDIA=0 -I/thales/thales_localwork/soft/wxstedit/include -g -O0 ../../wxLua/modules/wxbind/src/wxadv_bind.cpp
../../wxLua/modules/wxbind/src/wxadv_bind.cpp:30:23: error: .pch/wxprec_wxbindadv_lib/wx/wxprec.h: No such file or directory
make[1]: *** [wxbindadv_lib_wxadv_bind.o] Error 1
make[1]: Leaving directory `/thales/thales_localwork/soft/buildluarel/modules'
make: *** [modules] Error 2
If I add:
../wxLua/configure --prefix="/thales/thales_localwork/soft/usr/local" --disable-precomp-headers
and make, it is oke.
The precompiled headers are not genereated, the directory is missing.
But when I compile wxWidgets itself, they are generated.
Next i tried on ubuntu, but there i do not need to specify
--disable-precomp-headers.
Still when i want to look in the .pch, it is not generated. Therefore it looks like newer version of gcc, skip it is not found??
I did a grep on the script bk-make-pch in the build directory, but it looks like it is never called.
So it looks like it is a wxLua/bakefile problem somehow.
Regards,
Klaas
I _know_ I ran sudo make install, but after running it again, it
decided to work.
On 18 June 2010 01:59, John Labenski <jla...@gm...> wrote:
> On Thu, Jun 17, 2010 at 3:58 PM, Linus Sjögren
> <th...@un...> 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_gtk2u_wxbindxrc-2.8.so.0:
>>> cannot open shared object file: No such file or directory
>> What gives?
>> System info:
>> Linux 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 x86_64
>> GNU/Linux
>
> You have to put the wxWidgets .so libs into the wxLua lib dir or in a
> bash prompt run this to make sure that both wxWidgets and wxLua libs
> are available and then wxLua from that prompt. Either that or install
> them to /usr/lib or someplace already in your lib path (running make
> install for wxLua should have done that, did you do that for wxWidgets
> too?)
>
> $ export LD_LIBRARY_PATH=/path/to/where/your/wxWidgets/lib/are:/path/to/wxLua/libs
>
> Regards,
>  John
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit. See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
> _______________________________________________
> wxlua-users mailing list
> wxl...@li...
> https://lists.sourceforge.net/lists/listinfo/wxlua-users
>
On Thu, Jun 17, 2010 at 3:58 PM, Linus Sjögren
<th...@un...> 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_gtk2u_wxbindxrc-2.8.so.0:
>> cannot open shared object file: No such file or directory
> What gives?
> System info:
> Linux 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 x86_64
> GNU/Linux
You have to put the wxWidgets .so libs into the wxLua lib dir or in a
bash prompt run this to make sure that both wxWidgets and wxLua libs
are available and then wxLua from that prompt. Either that or install
them to /usr/lib or someplace already in your lib path (running make
install for wxLua should have done that, did you do that for wxWidgets
too?)
$ export LD_LIBRARY_PATH=/path/to/where/your/wxWidgets/lib/are:/path/to/wxLua/libs
Regards,
 John
From: John L. <jla...@gm...> - 2010年06月17日 23:54:52
On Thu, Jun 17, 2010 at 5:40 AM, Chunlin Zhang <zha...@gm...> wrote:
> Ok,I know that it may be the version problem of Lua for windows.It still
> using the version wxlua 2.8.7.0(wxwidget2.8.8).
> I would ask LFW to update it.
Right, the 2.8.10 version has those.
Regards,
 John
From: Ryan P. <rpu...@gm...> - 2010年06月17日 20:39:26
Is AssignImageList bound for wxBookCtrlBase? If not is it hard to bind it?
Can it be for the next release?
Thanks
-- 
Regards,
Ryan
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 file or directory
What gives?
System info:
Linux 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 19:31:57 UTC 2010 x86_64
GNU/Linux
From: Chunlin Z. <zha...@gm...> - 2010年06月17日 09:40:26
Ok,I know that it may be the version problem of Lua for windows.It still 
using the version wxlua 2.8.7.0(wxwidget2.8.8).
I would ask LFW to update it.
On 2010年6月17日 16:57, Chunlin Zhang wrote:
> Why there is not these functions?
> """
> //wxGridCellCoordsArray GetSelectedCells() const
> //wxGridCellCoordsArray GetSelectionBlockTopLeft() const
> //wxGridCellCoordsArray GetSelectionBlockBottomRight() const
> //wxArrayInt GetSelectedRows() const
> //wxArrayInt GetSelectedCols() const
> """
>
> So,how can I get those cells selected?
>
> Thanks!
>
>
> ------------------------------------------------------------------------------
> ThinkGeek and WIRED's GeekDad team up for the Ultimate
> GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
> lucky parental unit. See the prize list and enter to win:
> http://p.sf.net/sfu/thinkgeek-promo
From: Chunlin Z. <zha...@gm...> - 2010年06月17日 08:57:35
Why there is not these functions?
"""
//wxGridCellCoordsArray GetSelectedCells() const
//wxGridCellCoordsArray GetSelectionBlockTopLeft() const
//wxGridCellCoordsArray GetSelectionBlockBottomRight() const
//wxArrayInt GetSelectedRows() const
//wxArrayInt GetSelectedCols() const
"""
So,how can I get those cells selected?
Thanks!
From: John L. <jla...@gm...> - 2010年06月13日 19:45:02
On Sun, Jun 13, 2010 at 2:26 AM, Chunlin Zhang <zha...@gm...> wrote:
> Dear all:
> I have just encountered this kind of issue,using wxlua in Lua for windows
> (LuaForWindows_v5.1.4-36).I extend class using the method mentioned in
> "Extending classes" of http://wxlua.sourceforge.net/docs/wxlua.html.
> In the attatchment of file "veryminimal.wx.wlua",I wrote a coroutine
> function in a button handler.
> """
> function mainframe_on_button(self,event)
>  print("---outside coroutine")
>  print(self)
>  print(self.button)
>  print(self.textEntry)
>
>  local function test_co_func()
>    print("---inside coroutine")
>    print(self)
>    print(self.button)
>    print(self.textEntry)
 print(self.button, type(self.button))
 print(self.textEntry, type(self.textEntry))
 print(self.co, type(self.co))
>  end
>
>  self.co = coroutine.create(test_co_func)
>
>  local r,e = coroutine.resume(self.co)
>  if (r == false) then
>    print(r,e)
>  end
>
> end
> """
> And the output is:
> """
> ---outside coroutine
> userdata: 016454F8 [wxFrame(01645138, 186)]
> userdata: 016462F0 [wxButton(01646160, 109)]
> userdata: 01645D98 [wxTextCtrl(01645BA0, 337)]
> ---inside coroutine
> userdata: 016454F8 [wxFrame(01645138, 186)]
> button
> textEntry
> """
>
> Why can not access the right value in coroutine ?
I really don't know, if you print the type of self.button you get that
it's a "string", same with self.co. I will look into the code that
does the lookup for the value, somehow it's getting replaced with the
key for the table?
Regards,
 John
From: Chunlin Z. <zha...@gm...> - 2010年06月13日 06:27:17
Attachments: veryminimal.wx.wlua
Dear all:
 I have just encountered this kind of issue,using wxlua in Lua for 
windows (LuaForWindows_v5.1.4-36).I extend class using the method 
mentioned in "Extending classes" of 
http://wxlua.sourceforge.net/docs/wxlua.html.
 In the attatchment of file "veryminimal.wx.wlua",I wrote a coroutine 
function in a button handler.
"""
function mainframe_on_button(self,event)
 print("---outside coroutine")
 print(self)
 print(self.button)
 print(self.textEntry)
 local function test_co_func()
 print("---inside coroutine")
 print(self)
 print(self.button)
 print(self.textEntry)
 end
 self.co = coroutine.create(test_co_func)
 local r,e = coroutine.resume(self.co)
 if (r == false) then
 print(r,e)
 end
end
"""
And the output is:
"""
---outside coroutine
userdata: 016454F8 [wxFrame(01645138, 186)]
userdata: 016462F0 [wxButton(01646160, 109)]
userdata: 01645D98 [wxTextCtrl(01645BA0, 337)]
---inside coroutine
userdata: 016454F8 [wxFrame(01645138, 186)]
button
textEntry
"""
Why can not access the right value in coroutine ?
Thanks!
1 message has been excluded from this view by a project administrator.

Showing 12 results of 12

Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /