Re: struct branch build error

new topic     » goto parent     » topic index » view thread      » older message » newer message
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.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu