Re: Building wxEuphoria with 2.9
- Posted by mattlewis (admin) Dec 15, 2011
- 2027 views
ghaberek said...
I realize I keep replying to myself, but I finally go this to build completely. Here are my changes to Makefile.mingw. I renamed all the 2.8's to 2.9 and added missing libraries: gl, propgrid, ribbon, and stc (otherwise I got a bunch of ugly errors about wxPGProperty, etc.).
Ah, right. That stuff gets generated automatically when building on Linux via the wx-config script. I hard coded it to get MinGW working. Ideally, we would use that under msys. After building wxWidgets in msys, what happens if you try to "make install"?
Matt