Re: wxEuphoria (again)

new topic     » goto parent     » topic index » view thread      » older message » newer message

I have a patch for you. Remember the EUPHORIA ABI changed as well, so you need to detect which Euphoria is being used by the demo and if the library is really of the same version as the interpreter. I built it, but with the newer wxWidgets it wouldn't build.

Index: readme.txt 
=================================================================== 
--- readme.txt	(revision 393) 
+++ readme.txt	(working copy) 
@@ -1,3 +1,5 @@ 
+ 
+ 
 To build wxEuphoria on Win32: 
  
 * Download and install OpenWatcom 1.7 (if you don't already have it) 
@@ -3,8 +5,12 @@ 
   from www.openwatcom.org 
  
-* Download the latest wxWidgets 2.8 source from www.wxWidgets.org. 
+* Download wxWidgets 2.8.7 source http://wxeuphoria.sourceforge.net/wxWidgets-2.8.7.zip. 
  
-* Open a command line in the wxWidgets-2.8.x\build\msw directory and type: 
-    > wmake -f makefile.wat BUILD=release USE_THREADS=0 SHARED=1 RUNTIME_LIBS=static UNICODE=1 VENDOR=eu 
+** There is an issue that keeps wxWidgets 2.8.8 to the current from compiling and working correctly 
+   with watcom C++. 
+  See http://trac.wxwidgets.org/ticket/10576 for the latest information. 
+ 
+* Open a command line in the wxWidgets-2.8.7\build\msw directory and type: 
+    > wmake -f makefile.wat BUILD=debug USE_THREADS=0 SHARED=1 RUNTIME_LIBS=static UNICODE=1 VENDOR=eu 
    
   Be patient. This might take a while depending on your PC. 

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu