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
(2)
12
(1)
13
(2)
14
15
16
(3)
17
(2)
18
(1)
19
(2)
20
(5)
21
(1)
22
(1)
23
24
(2)
25
(3)
26
(9)
27
(4)
28
(4)
29
(1)
30
31

Showing 3 results of 3

From: klaas.holwerda <ng...@kl...> - 2011年12月16日 12:03:36
On 16-12-2011 4:08, John Labenski wrote:
> settings. This way, everything shows up in the same Visual Studio or Code::Blocks project. 
> http://wxlua.svn.sourceforge.net/viewvc/wxlua/trunk/wxLua/CMakeLists.txt?revision=28&view=markup 
I see, one big project/workspace. To get that i include the other (VC) projects from Cmake, there is 
something to do that.
At least you do not have to worry about dependencies i think.
Wonder how it combines with an installed wxLua, wxStEdit etc. on Linux (and maybe even windows).
My idea was to make separate distributable packages, which can be build and installed on their own.
Complicated yes, but with several dependencies (Agg, Freetype), it becomes more a situation of 
installing the right libraries/packages.
Will have a look at your files, maybe i was just thinking too complicated.
But i would certainly love to be able to just download, compile and install all kind of 
wxCode/wxlua/wxdocview/wxart2d etc. packages, and just be able to use them as a user.
Did not have a look yet (Internet is slow in Brazil in the middle of nowhere ), but are you already 
using Cmake to find wxWidgets and all in wxLua?
Or is it a mix of bakefile and Cmake??
>
> Try to simply call ADD_SUBDIRECTORY( path/to/wxLua) from one of your
> CMakeLists.txt files and that should be all you need to get wxLua to
> show up in your projects to be build with the exact same settings.
I think i get it: just make sure you get the code from all places needed, and build it. No install, 
no libraries from /usr/local etc.
>
>> Anyway the best news is that wxLua works for 2.9 wx now :-)
> Yes, it was actually very easy. I had expected that I would have had
> to change most everything.
Great, this will very likely make it easy for me too, since no change in approach.
Thanks!
Klaas
From: John L. <jla...@gm...> - 2011年12月16日 03:08:12
On Thu, Dec 15, 2011 at 8:20 PM, klaas.holwerda <ng...@kl...> wrote:
>> Ehh, I've invested too much time in CMake already.
> I made a sort of packages system, with their own install and find routines (wxdocview wxart2d).
> So if you decided to jump to Cmake in wxLua, maybe it might help to look into that. Of course i will
> help where possible when it comes to Cmake.
I see what you have, I took a different route that works well. I have
a number of projects in wxCode and I use CMake to connect all of them
together. If you look at the file below you'll see that I include two
CMake files in the build directory that are run-once. I use a very
simple CMakeLists.txt file to combine all the wxCode and wxLua
projects together so they can be build together and easily share their
settings. This way, everything shows up in the same Visual Studio or
Code::Blocks project.
http://wxlua.svn.sourceforge.net/viewvc/wxlua/trunk/wxLua/CMakeLists.txt?revision=28&view=markup
> A problem i found not so easy to solve is building several packages in a row.
> E.g. wxart2d depends on wxdocview and several others, which depend on wxLua and /or wxWidgets.
> One first needs to first build wxdocview, before wxart2d can be build.
> And using VC project files, this becomes complicated for users.
Try to simply call ADD_SUBDIRECTORY( path/to/wxLua) from one of your
CMakeLists.txt files and that should be all you need to get wxLua to
show up in your projects to be build with the exact same settings.
> Anyway the best news is that wxLua works for 2.9 wx now :-)
Yes, it was actually very easy. I had expected that I would have had
to change most everything.
Regards,
 John
From: klaas.holwerda <ng...@kl...> - 2011年12月16日 01:48:14
On 13-12-2011 5:54, John Labenski wrote:
> to understand)
>> Why don't you try premake? It's *very* clean and easy to understand.
Would also love to use it, but it does not have the find routines which makes Cmake good.
Like finding wxwidgets. I myself invested a great amount of time to make it work for Cmake (see 
wxart2d).
But for premake there is nothing to start with.
I am still thinking to make a beginning with that for premake. E.g just copy cmake ways to find things.
But time is missing.
> Ehh, I've invested too much time in CMake already.
I made a sort of packages system, with their own install and find routines (wxdocview wxart2d).
So if you decided to jump to Cmake in wxLua, maybe it might help to look into that. Of course i will 
help where possible when it comes to Cmake.
A problem i found not so easy to solve is building several packages in a row.
E.g. wxart2d depends on wxdocview and several others, which depend on wxLua and /or wxWidgets.
One first needs to first build wxdocview, before wxart2d can be build.
And using VC project files, this becomes complicated for users.
I made an overall lua scripts, to test availability of these subpackages etc., this is where premake 
would be welcome and more flexible.
Anyway the best news is that wxLua works for 2.9 wx now :-)
Will test it soon.
Greatings from the land of Lua ;-)
Tjsau,
Klaas

Showing 3 results of 3

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 によって変換されたページ (->オリジナル) /