Re: struct branch build error
- Posted by mattlewis (admin) Jul 08, 2013
- 1410 views
DerekParnell said...
Doesn't seem that that is the problem ... or I totally don't get what you've said.
I did this ...
pwd --> /c/Projects/eu_proj/HGProj/euphoria/source cd build ../configure make clean makeand got this ...
/c/Projects/eu_proj/HGProj/euphoria/source/eui.rc -O coff -o c:/Projects/eu_proj/HGProj/euphoria/source/build/eui.res Can't open 'ICON.ex'/c/Projects/eu_proj/HGProj/euphoria/source/eui.rc: line 8: 1: command not found make[3]: *** [c:/Projects/eu_proj/HGProj/euphoria/source/build/eui.res] Error 127 make[3]: Leaving directory `/c/Projects/eu_proj/HGProj/euphoria/source/build'
Hmm...for some reason, the resource compiler isn't getting set correctly. Inside of config.gnu, in your build directory, you should see a line like:
RC_SUFFIX=windres
Matt