Re: Compiling struct Branch with Open Watcom
- Posted by ne1uno May 26, 2012
- 1438 views
andi49 said...
Hallo
Compiling the struct branch with OpenWatcom seems to fail.
wcc386 /bt=nt /mf /w0 /zq /j /zp4 /fp5 /fpi87 /5r /otimra /s /IC:\euDesigner\hgc lone\struct\euphoria /ol /zp4 /dEWINDOWS /5r /dEWATCOM /dEOW /dNDEBUG - DARCH=ix86 -fr=C:\euDesigner\hgclone\struct\euphoria\source\build\intobj\back\be _execute.obj.err /IC:\euDesigner\hgclone\struct\euphoria\source\build\intobj /IC
\euDesigner\hgclone\struct\euphoria\source\build\include be_execute.c -fo=C:\eu Designer\hgclone\struct\euphoria\source\build\intobj\back\be_execute.obj be_execute.c(5471): Error! E1011: Symbol 'MEMSTRUCT_SERIALIZE' has not been decl ared be_execute.c(5471): Error! E1054: Expression must be constant Error(E42): Last command making (C:\euDesigner\hgclone\struct\euphoria\source\bu ild\intobj\back\be_execute.obj) returned a bad status
the default branch compiles without any problems. Any hints? Andreas
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.