[wxPython] Missing file in wxPython CVS? wxhtml.rc

Trying to compile wxPython on Win2K using the instructions linked off wxPython.org. I have wxWindows built (from the makefiles), and the demos run fine. When trying to compile wxPython, however, the resource compiler fails when trying to load src/wxc.rc . That file includes wxhtml.rc (which doesn't exist anywhere I could find).

I'm using a wxPy_B4_UNICODE branch checkout of the CVS done this afternoon, incidentally.

I don't see the wxhtml.rc in the wxPython 2.3.2 source tarball, so I'm wondering if this is new code that managed to sneak in without getting a dependency included.

Thoughts appreciated,
Mike

···

_______________________________________
   Mike C. Fletcher
   http://members.rogers.com/mcfletch/

Mike C. Fletcher wrote:

compiler fails when trying to load src/wxc.rc . That file includes
wxhtml.rc (which doesn't exist anywhere I could find).

Fixed, thanks.

Vs

Trying to compile wxPython on Win2K using the instructions linked off
wxPython.org. I have wxWindows built (from the makefiles), and the
demos run fine. When trying to compile wxPython, however, the resource
compiler fails when trying to load src/wxc.rc . That file includes
wxhtml.rc (which doesn't exist anywhere I could find).

Just remove that line from wxc.rc. The wxhtml.rc was just removed as it's
not needed anymore.

I'm using a wxPy_B4_UNICODE branch checkout of the CVS done this
afternoon, incidentally.

You will probably run into other problems as well as I forgot to tag the
rest of wxWindows with that tag and only did wxPython. So what you have is
current CVS for wxWIndows but a couple weeks old wxPython...

I'm getting everything in sync again right now and expect to update CVS in a
couple hours. You should be able to switch to current CVS for wxPython too
and just compile without unicode if you don't want to deal with that part
yet.

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

Given the time-frame, guess I'll wait a few hours. I'm only interested in developing ViewClasses for my property-editing framework (ouch, someone get this hook out of my mouth or I'm going home), and have plenty of other work to do in the meantime.

Enjoy,
Mike

Robin Dunn wrote:
...

Just remove that line from wxc.rc. The wxhtml.rc was just removed as it's
not needed anymore.

...

You will probably run into other problems as well as I forgot to tag the
rest of wxWindows with that tag and only did wxPython. So what you have is
current CVS for wxWIndows but a couple weeks old wxPython...

I'm getting everything in sync again right now and expect to update CVS in a
couple hours. You should be able to switch to current CVS for wxPython too
and just compile without unicode if you don't want to deal with that part
yet.

...