Re: Compiling struct Branch with Open Watcom
- Posted by andi49 May 26, 2012
- 1432 views
said...
make sure to run wmake clean and configure again or run configure with a new build dir.
there may be other problems with windows. I wasn't able to build the last few revs with minGW different error though.
Yes, there seems to be problems with Windows. It was a clean setup, freshly cloned. And a build with MinGw also failed.
be_alloc.c:862:8: error: conflicting types for 'NewPreallocSeq' be_alloc.h:203:15: note: previous declaration of 'NewPreallocSeq' was here make[2]: *** [C:/MinGW/msys/1.0/usr/src/euphoria/source/build/intobj/back/be_al oc.o] Error 1 make[2]: Leaving directory `/usr/usr/src/euphoria/source' make[1]: *** [interpreter] Error 2 make[1]: Leaving directory `/usr/usr/src/euphoria/source' make: *** [all] Error 2Andreas