Re: struct branch build error
- Posted by DerekParnell (admin) Jul 08, 2013
- 1475 views
mattlewis said...
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
It wasn't there. I think this line in 'configure' is wrong.
[ -n "$RC_SUFFIX" ] && echo "RC_SUFFIX=$RC" >> "$PREFIX"${CONFIG_FILE}maybe it should be ...
[ -n "$RC" ] && echo "RC_SUFFIX=$RC" >> "$PREFIX"${CONFIG_FILE}
Also, is CC_PREFIX being set correctly as well?
Anyhow, the build process seems to be working now ... it hasn't finished yet but it has got further on.