I've attempted to build wxPython 2.5.1.5 under Solaris 9 with the gnu
tools. My python was built with gcc as well (I'm using the python 2.3.3
package from sunfreeware.com).
I can compile wxGTK fine, but when I try to build wxPython, it bombs out
complaining about the lack of wxDisplay. During the wxGTK configure it
disables wxDisplay as it can't find the Xinerama library. I looked into
it, but Solaris doesn't have a libxinerama, and the xinerama functions
seem to be different than wxPython expects. A google search turned up a
couple of other apps that have special Solaris Xinerama compatibility
code, but my C skills are too rusty and I don't have time to tackle
anything of that size.
james evans
Faulconer, Steven M. said:
ยทยทยท
You are correct, I'm using GNU make. I haven't tried GNU compilers since
python was built with SunCC and I didn't want to introduce any issues. I
suppose I could recompile Python with GNU, but, as you said, that is a bit
much for wxPython to get installed. Not to mention all my other libs, like
you mentioned, are SunCC compiled. Lots of work for that.