]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/README.txt
remove deprecated UseAlpha() call
[wxWidgets.git] / src / stc / README.txt
index 46bc58fb014afb48694999a920cac54485531c37..4b66121e643718f9b92b64ccb91eac60d6c4a6d4 100644 (file)
@@ -44,4 +44,12 @@ wxEvents.
 
 Robin
 
+[SOLARIS NOTE - ellers@iinet.net.au - June 2002]
+
+On sunos5 (sparc) the stc code breaks if optimisation is turned on (the
+default). If your release build breaks but the debug build is fine, 
+try reconfiguring with --disable-optimise and rebuilding. If you are using
+wxPython you will also need to disable optimised compiling. To do this I
+had to hand modify the python makefile in (prefix)/lib/python2.2/config/Makefile
+to remove optimisation flags.