Mark Livingstone wrote:
OK. My copy of the wxWindows CVS tree is located off ~ (/home/markl). I have
the complete wxWindows and off that wxPython as at a day ago (I use the anon
CVS and it is normally a day behind 
I built wxWindows with your recommended settings except not unicode as M
doesn't yet support it. It was a debug build and all went well.
I then tried building SWIG to make sure I was on track and it worked first
time. Yay!
> Can someone tell me if compiling from the current CVS is possible?
I've
> tried both the old and new methods but not had much success so I
thought I'd
> enquire so I am not wasting your time debugging something that is
known to be broken 
I've been building/updating CVS HEAD nearly every day for the past
couple weeks, but there may be some things I havn't checked in yet.
Which platform are you on? What errors do you get?
OK. This time I payed more attention 
I use b during development to make a local (uninstalled) build of
wxPython. The package dir will be built in the
.../wxWindows/wxPython/wxPython dir and so I can test things without
installing just by setting PYTHONPATH to .../wxWindows/wxPython. To
use it just run "b 22" where the "22" stands for Python 2.2. It will
expect to find a "python2.2" on the PATH and you need to be in the
.../wxWIndows/wxPython dir when you run it.
When I do that, as root, it complains about not being able to find
wx-config. So then in setup.py I set
(WX_CONFIG="~/wxWindows/build/wx-config") and now I can start building. It
prepares CORE & GLCANVAS but if you try to build OGL, STC, XRC, GIZMOS or
DLLWIDGET you get screen after screen of parse errors, things not defined
etc. I set these to 0 in setup.py and was able to do a build install of the
rest of the options. What do I need to do to fix this up?
> Robin, do you have any rough dates in mind as to when wxPython 2.5
will be released? I'm just trying to plan ahead for Mahogany 
Probably sometime in September, maybe first or second week. I had
hoped
to have the transition to SWIG 1.3 done before 2.5.0 but I need at
least
one big change to SWIG to make it happen and that may take a while...
So you are working muxh to a wxWindows schedule then?! It is nice these days
only to hae a few dozen changes to the CVS each day rather than a few
hundred for wxWindows. Must be getting there nearly 
TIA
MarkL
路路路
On Wed, 13 Aug 2003 20:55:09 -0700 Robin Dunn <robin@alldunn.com> wrote: