Re: struct branch build error

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

I hadn't seen that stuff before (and I hadn't pulled them down until just now). Yes, looks like the test is incorrect. CC_PREFIX looks OK to me, though.

Matt

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

Search



Quick Links

User menu

Not signed in.

Misc Menu