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 2 results of 2

From: klaas.holwerda <ng...@kl...> - 2011年12月24日 15:06:01
On 24-12-2011 9:47, klaas.holwerda wrote:
>
> If you don't have time, it can wait, i keep using the bakefile generated stuff for time being.\
Well that does not work for 2.9, so i guess it is needs to be Cmake now.
To bad.
Klaas
From: klaas.holwerda <ng...@kl...> - 2011年12月24日 12:47:48
John,
It is more complicated then i thought it would be.
My users need to use the libraries of wxart2d + wxlua etc., and i supply them a wxArt2DConfig.cmake 
with all in it.
I need access to wxLua binding generator, and some more stuff.
Somehow i need to gather this information, and i know you have it around, but don't know how to get 
it yet from your lists.
Must be something like using ${ADD_LIBRARY_LIST} etc.
The easiest would be to have wxLuaConfig.cmake.in configured to containing information like this:
 wxLua_INCLUDE_DIRS
 wxLua_LIBRARY_DIRS
 wxLua_LIBRARIES
 wxLua_LIBRARIES_WXLIKE
 wxLua_PREFIX
 wxLua_wxWidgets_SELECTED_CONFIG
My own to detect wxLua without having it itself is here:
http://wxart2d.svn.sourceforge.net/viewvc/wxart2d/trunk/wxArt2D/packages/wxart2d/share/wxlua/wxLuaConfig.cmake.in?revision=274&view=markup
Also would you mind adding this, to at least have the libraries in one place?
Does not make a difference for your approach, but makes it easier to find it all for me, and makes 
it more compatible with what it was.
#set (LIBRARY_OUTPUT_PATH ${wxLua_BINARY_DIR}/lib )
set (LIBRARY_OUTPUT_PATH ${wxLua_BINARY_DIR}/lib CACHE PATH "Single output directory for building 
all libraries." FORCE )
#set (EXECUTABLE_OUTPUT_PATH ${wxLua_BINARY_DIR}/bin/ CACHE PATH "Single output directory for 
building all executables.")
At last i was able to make my FindwxWidgets.cmake work also for your files, if not i did get a 
conflict, between the default cmake version and mine when
I include the
ADD_SUBDIRECTORY(${wxLua_ROOT_DIR} ${CMAKE_BINARY_DIRECTORY}/wxLua)
Maybe there is more to on that, but i can't get that far yet.
If you don't have time, it can wait, i keep using the bakefile generated stuff for time being.
Else i keep on hacking, trying to make this work.
Regards,
Klaas
On 22-12-2011 2:28, John Labenski wrote:
>
> No it's far simpler. You simply add a variable in your CMakeLists.txt file
>
> set(wxLua_ROOT_DIR ${wxLua_ROOT_DIR} CACHE PATH "Set the path to the
> root directory of wxLua containing the CMakeLists.txt file")
> They set this variable in the cmake-gui or the command line and you
> can easily check it in your CMakeLists.txt file with
>
> IF (EXISTS ${wxLua_ROOT_DIR}/CMakeLists.txt)
> # Note that wxLua could be anywhere
> ADD_SUBDIRECTORY(${wxLua_ROOT_DIR} ${CMAKE_BINARY_DIRECTORY}/wxLua)
> ELSE()
> MESSAGE(WARNING "Invalid path to the wxLua library : '${wxLua_ROOT_DIR}'")
> ENDIF()
>
>

Showing 2 results of 2

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