Hi all,
As some of you are aware, I've been working on automating Robin's build system in a way that can be run outside of, well, Robin's build system. To that end, I have been able to use his build system to create wxPython ansi/unicode binaries for OS X, for both 2.3 and 2.4. I also was able to create the docs/demos package, but upon inspection I see it doesn't have the demos in it. ;-/ Anyways, you can download these new Mac binaries here:
http://kevino.theolliviers.com/wxpython
Note that these are test binaries, and do not yet contain the correct version number (which is 2.6.2). These will NOT be used as the final 2.6.2 release binaries, these are just there so that people can try them out and let me know if they work on any computers other than my own.
On the Windows side, I'm getting about a 6-10 undefined symbol errors which don't happen when I build against 2.6.1, so I need to sort out what is causing those. I also need (on Win and Mac) to sort out how to get the docs and demos package fully working.
I'll post again as I get further along.
Thanks,
Kevin
Hi kevin, I will try to build my own copy on windows, and see if I saw
those undefined symbols errors.
I will try to build rpms for linux since you said that for linux you
will make only the tarball.
I will be using the WX_2_6_BRANCHfrom cvs. Is It the same you are using?
Ricardo
路路路
On Sun, 2005-09-25 at 09:25 -0700, Kevin Ollivier wrote:
On the Windows side, I'm getting about a 6-10 undefined symbol errors
which don't happen when I build against 2.6.1, so I need to sort out
what is causing those. I also need (on Win and Mac) to sort out how
to get the docs and demos package fully working.
Hi Ricardo,
On the Windows side, I'm getting about a 6-10 undefined symbol errors
which don't happen when I build against 2.6.1, so I need to sort out
what is causing those. I also need (on Win and Mac) to sort out how
to get the docs and demos package fully working.
Hi kevin, I will try to build my own copy on windows, and see if I saw
those undefined symbols errors.
I will try to build rpms for linux since you said that for linux you
will make only the tarball.
I will be using the WX_2_6_BRANCHfrom cvs. Is It the same you are using?
Yes, also, the bash script I am using to build is wxPython/distrib/build_packages.sh
Thanks,
Kevin
路路路
On Sep 25, 2005, at 10:32 AM, Ricardo Pedroso wrote:
On Sun, 2005-09-25 at 09:25 -0700, Kevin Ollivier wrote:
Ricardo
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org
What are the troubles you are getting?
I've build on windows from the wx_2_6_BRANCH, and didn't get any
undefined symbols.
I sucessfully (I hope), build the rpms for fedora core 4(python24) and
mandrake 10.2(python24 and python23).
Ricardo
路路路
On Sun, 2005-09-25 at 09:25 -0700, Kevin Ollivier wrote:
On the Windows side, I'm getting about a 6-10 undefined symbol errors
which don't happen when I build against 2.6.1, so I need to sort out
what is causing those. I also need (on Win and Mac) to sort out how
to get the docs and demos package fully working.
Hi Ricardo,
On the Windows side, I'm getting about a 6-10 undefined symbol errors
which don't happen when I build against 2.6.1, so I need to sort out
what is causing those. I also need (on Win and Mac) to sort out how
to get the docs and demos package fully working.
What are the troubles you are getting?
I've build on windows from the wx_2_6_BRANCH, and didn't get any
undefined symbols.
I figured it out. There was an old (incorrect?) version of setup.h in my lib/vc_dll/mswuh/wx. Apparently Robin's build script do not necessarily re-create this for each build, so I altered my script to delete the file before the makesetup script is run. Now I've got the binaries running.
I sucessfully (I hope), build the rpms for fedora core 4(python24) and
mandrake 10.2(python24 and python23).
Did you do this following Robin's build scripts?
Thanks,
Kevin
路路路
On Sep 26, 2005, at 7:13 PM, Ricardo Pedroso wrote:
On Sun, 2005-09-25 at 09:25 -0700, Kevin Ollivier wrote:
Ricardo
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org
I figured it out. There was an old (incorrect?) version of setup.h in
my lib/vc_dll/mswuh/wx. Apparently Robin's build script do not
necessarily re-create this for each build, so I altered my script to
delete the file before the makesetup script is run. Now I've got the
binaries running.
Good to hear
Did you do this following Robin's build scripts?
Yes and no.
I use one Robin script to make the source tarball.
Then, with this tarball and wxPython.spec, in every machine, I build the
rpms with this simple script attached. Many parts of this script is
taken from the distrib/makerpm Robin script.
Ricardo
buildwx (1020 Bytes)
路路路
On Tue, 2005-09-27 at 10:54 -0700, Kevin Ollivier wrote: