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
(1) |
2
|
3
(2) |
4
(3) |
5
(8) |
6
(1) |
7
(9) |
8
(4) |
9
(23) |
10
(8) |
11
(15) |
12
(3) |
13
(9) |
14
(29) |
15
(16) |
16
(11) |
17
(22) |
18
(16) |
19
(13) |
20
(15) |
21
(10) |
22
(3) |
23
|
24
|
25
|
26
|
27
|
28
(1) |
29
(1) |
30
(1) |
31
(4) |
|
|
From: John L. <jla...@gm...> - 2008-01-04 23:56:00
|
On Jan 3, 2008 9:47 AM, Klaas Holwerda <db...@nl...> wrote: > Hi, > > With the latest CVS the erorr is already in the create binding stage. > > %class %noclassinfo a2dDrawRectangleTool > %member static const a2dCommandId COMID_PushTool_DrawRectangle; > %endclass > > > Results in: > > --------------------Configuration: luawraps - Win32 Debug-------------------- > Generating C:/data/art2d/wxArt2D/modules/luawraps/src/luabind.cpp > Generating wxWidgets Binding > Loaded rules file: luawraps_rules.lua > Loaded datatypes cache file: > c:/data/art2d/wxluacvs/wxLua/bindings/wxwidgets/wx_datatypes.lua > Timing: BuildDataTypeTable 0 seconds. > ERROR: Expected Member Name, got Tag='static'. File: > 'C:/data/art2d/wxArt2D/modules/luawraps/src/luabind.i':(line 92) > ' %member static const a2dCommandId COMID_PushTool_DrawRectangle;' > > > It looks like this static member data is something new, and not used yet in > wxWidgets itself. > Ok, I'll add the code for it this weekend. I'll let you know when it should work. Regards, John |
From: Steve <sm...@gm...> - 2008-01-04 22:54:48
|
You need to install the WX libs. sudo aptitude install libwxbase2.8-dev Sincerely, Steve Morrey On Jan 4, 2008 2:39 PM, Ryan Pusztai <rpu...@gm...> wrote: > I can't seem to build wxLua under Ubuntu 7.10 Gutsy. I read the build > instructions shown on the wxLua website. Here is what I used: ./configure && > make > > Here is a snippet of what errors I get. > > g++ -o ../bin/wxlua app_wxlua_wxlua.o app_wxlua_lconsole.o -L../lib > -L/home/rpusztai/devel/libraries/wxLua/./modules/lua/lib -Wl,-rpath,../lib > -lwxlua_gtk2_wxluasocket- 2.8 -lwxlua_gtk2_wxluadebug-2.8 > -lwxlua_gtk2_wxbindadv-2.8 -lwxlua_gtk2_wxbindaui-2.8 > -lwxlua_gtk2_wxbindbase-2.8 -lwxlua_gtk2_wxbindcore-2.8 > -lwxlua_gtk2_wxbindgl-2.8 -lwxlua_gtk2_wxbindhtml-2.8 > -lwxlua_gtk2_wxbindmedia- 2.8 -lwxlua_gtk2_wxbindnet-2.8 > -lwxlua_gtk2_wxbindstc-2.8 -lwxlua_gtk2_wxbindxml-2.8 > -lwxlua_gtk2_wxbindxrc-2.8 -lwxlua_gtk2_wxlua-2.8 -llua5.1 > -lwx_gtk2u_stc-2.8 -pthread -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 > -lwx_gtk2u_html- 2.8 -lwx_gtk2u_adv-2.8 -lwx_baseu_net-2.8 > -lwx_baseu_xml-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 > ../lib/libwxlua_gtk2_wxbindgl- 2.8.so: undefined reference to > `wxGLCanvas::SwapBuffers()' > ../lib/libwxlua_gtk2_wxbindgl- 2.8.so: undefined reference to > `wxGLContext::SetCurrent(wxGLCanvas const&) const' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxEVT_MEDIA_FINISHED' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::GetDownloadTotal()' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLCanvas::SetCurrent()' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLCanvas::wxGLCanvas(wxWindow*, int, wxPoint const&, wxSize const&, long, > wxString const&, int*, wxPalette const&)' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLCanvas::ms_classInfo' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxEVT_MEDIA_PLAY' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Play()' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Stop()' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Length()' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `vtable for > wxMediaCtrl' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Tell()' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::SetVolume(double)' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLContext::ms_classInfo' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaEvent::ms_classInfo' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::ShowPlayerControls(wxMediaCtrlPlayerControls)' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLCanvas::wxGLCanvas(wxWindow*, wxGLCanvas const*, int, wxPoint const&, > wxSize const&, long, wxString const&, int*, wxPalette const&)' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Load(wxURI const&)' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `vtable for > wxMediaEvent' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLCanvas::SetColour(wchar_t const*)' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLCanvas::SetCurrent(wxGLContext const&) const' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Load(wxString const&)' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Load(wxURI const&, wxURI const&)' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLCanvas::wxGLCanvas(wxWindow*, wxGLContext const*, int, wxPoint const&, > wxSize const&, long, wxString const&, int*, wxPalette const&)' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::GetVolume()' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxEVT_MEDIA_STOP' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLContext::wxGLContext(wxWindow*, wxGLContext const*)' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::GetDownloadProgress()' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize > const&, long, wxString const&, wxValidator const&, wxString const&)' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxEVT_MEDIA_PAUSE' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Pause()' > ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to > `wxGLCanvas::wxGLCanvas(wxWindow*, int, int*, wxPoint const&, wxSize const&, > long, wxString const&, wxPalette const&)' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxEVT_MEDIA_STATECHANGED' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::ms_classInfo' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::Seek(long long, wxSeekMode)' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxEVT_MEDIA_LOADED' > ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to > `wxMediaCtrl::GetState()' > collect2: ld returned 1 exit status > make[1]: *** [../bin/wxlua] Error 1 > make[1]: Leaving directory `/home/rpusztai/devel/libraries/wxLua/apps' > make: *** [apps] Error 2 > > It really looks like the OpenGL library (wx_gtk2u_gl-2.8) and the media > library (wx_gtk2u_media- 2.8) are not being linked against. I think this is > an oversite. What do you think? > > Is wxLua supported under Linux? I know I have built this before and it went > great. It was a while ago and now it doesn't work. Is this expected. > -- > Regards, > Ryan > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > wxlua-users mailing list > wxl...@li... > https://lists.sourceforge.net/lists/listinfo/wxlua-users > > |
From: Ryan P. <rpu...@gm...> - 2008-01-04 21:39:24
|
I can't seem to build wxLua under Ubuntu 7.10 Gutsy. I read the build instructions shown on the wxLua website. Here is what I used: ./configure && make Here is a snippet of what errors I get. g++ -o ../bin/wxlua app_wxlua_wxlua.o app_wxlua_lconsole.o -L../lib -L/home/rpusztai/devel/libraries/wxLua/./modules/lua/lib -Wl,-rpath,../lib -lwxlua_gtk2_wxluasocket-2.8 -lwxlua_gtk2_wxluadebug-2.8-lwxlua_gtk2_wxbindadv- 2.8 -lwxlua_gtk2_wxbindaui-2.8 -lwxlua_gtk2_wxbindbase-2.8-lwxlua_gtk2_wxbindcore- 2.8 -lwxlua_gtk2_wxbindgl-2.8 -lwxlua_gtk2_wxbindhtml-2.8-lwxlua_gtk2_wxbindmedia- 2.8 -lwxlua_gtk2_wxbindnet-2.8 -lwxlua_gtk2_wxbindstc-2.8-lwxlua_gtk2_wxbindxml- 2.8 -lwxlua_gtk2_wxbindxrc-2.8 -lwxlua_gtk2_wxlua-2.8 -llua5.1-lwx_gtk2u_stc- 2.8 -pthread -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_html-2.8-lwx_gtk2u_adv- 2.8 -lwx_baseu_net-2.8 -lwx_baseu_xml-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu-2.8 ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLCanvas::SwapBuffers()' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLContext::SetCurrent(wxGLCanvas const&) const' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxEVT_MEDIA_FINISHED' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::GetDownloadTotal()' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLCanvas::SetCurrent()' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLCanvas::wxGLCanvas(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&, int*, wxPalette const&)' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLCanvas::ms_classInfo' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxEVT_MEDIA_PLAY' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Play()' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Stop()' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Length()' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `vtable for wxMediaCtrl' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Tell()' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::SetVolume(double)' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLContext::ms_classInfo' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaEvent::ms_classInfo' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::ShowPlayerControls(wxMediaCtrlPlayerControls)' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLCanvas::wxGLCanvas(wxWindow*, wxGLCanvas const*, int, wxPoint const&, wxSize const&, long, wxString const&, int*, wxPalette const&)' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Load(wxURI const&)' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `vtable for wxMediaEvent' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLCanvas::SetColour(wchar_t const*)' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLCanvas::SetCurrent(wxGLContext const&) const' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Load(wxString const&)' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Load(wxURI const&, wxURI const&)' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLCanvas::wxGLCanvas(wxWindow*, wxGLContext const*, int, wxPoint const&, wxSize const&, long, wxString const&, int*, wxPalette const&)' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::GetVolume()' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxEVT_MEDIA_STOP' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLContext::wxGLContext(wxWindow*, wxGLContext const*)' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::GetDownloadProgress()' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, wxString const&, wxValidator const&, wxString const&)' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxEVT_MEDIA_PAUSE' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Pause()' ../lib/libwxlua_gtk2_wxbindgl-2.8.so: undefined reference to `wxGLCanvas::wxGLCanvas(wxWindow*, int, int*, wxPoint const&, wxSize const&, long, wxString const&, wxPalette const&)' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxEVT_MEDIA_STATECHANGED' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::ms_classInfo' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::Seek(long long, wxSeekMode)' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxEVT_MEDIA_LOADED' ../lib/libwxlua_gtk2_wxbindmedia-2.8.so: undefined reference to `wxMediaCtrl::GetState()' collect2: ld returned 1 exit status make[1]: *** [../bin/wxlua] Error 1 make[1]: Leaving directory `/home/rpusztai/devel/libraries/wxLua/apps' make: *** [apps] Error 2 It really looks like the OpenGL library (wx_gtk2u_gl-2.8) and the media library (wx_gtk2u_media-2.8) are not being linked against. I think this is an oversite. What do you think? Is wxLua supported under Linux? I know I have built this before and it went great. It was a while ago and now it doesn't work. Is this expected. -- Regards, Ryan |