Quote:
|
Originally Posted by noggie
You sure know how to pick'em... I tried to compile "htun", got the same errors that you have, and looked at the source. That stuff is just plain broken. I haven't tried to unravel the whole story, but it looks as if the source is depending on bugs in older versions of the include files in glibc. If you were doing this just as a test, pick another package to test. There was nothing wrong with what *you* did. If you actually need htun, try hacking the source and add the missing semicolons in the macros defined and used in queue.c. That might be enough...
Sorry, but I can't give you much help in writing a .bb file. The few times I've done anything like that, I've just copied something that was similar to what I needed, and hacked it (without any deep understanding of what I was doing) until it somehow worked. I assume you have already trawled the wiki pointed to by www.openembedded.org for documentation, but like many opensource projects, the developers are busy writing code, and don't have time for much documentation. Reading the source code is always an option, of course.
|
Thank you for the answer... and yes, I spend some time searching and reading... but still needing more info in order to understand it better. In fact, I want to compile a package called: httptunnel ... it's similar than htun (that's why I tried with htun), but the test I did got similar errors... it's complicate to try to compile in this way...
Regards,
Picc2001