Dante Sanchez wrote:
>
>
> Did you figure out what was happening? I am trying to build socat 1.7
> using OE, and I am getting the same error.
>
> Dante
>
I had the problem the original author was discussing, which was that libtiff
wouldn't build. It turns out that when you bake libtiff, libtiff configures
[apparently] properly, but a config.log file remains in the directory. When
baking, after do_configure runs, the next step is do_qa_configure, which
looks for a config.log file remaining in that directory. If you go to the
work directory (described in the error message) and look for config.log, see
if everything configured properly. If so (it did in my case), just rm
config.log and get back to compiling.
This is an excellent opportunity to use bitbake -i, IMHO. You can parse,
configure, ^Z, rm config.log, fg, build, stage and I probably forgot a step.
I would be wary of just deleting the config.log file, you'll want to be sure
it is working right or it'll be TS for you.
jim
--
View this message in context: http://www.nabble.com/Trouble-building-imagemagick-tp20402447p20842733.html
Sent from the Gumstix mailing list archive at Nabble.com.
|