2009-07-20 08:25:11 running ./configure due to Linphone SVN trunk update
Rob Maris (GERMANY)
Message: 77723
because of some new functions (equalizer) and new source files in Linphone (@linphone SVN trunk location) I need updated Makefile.in in some subdirectories.
However, if I run ./configure, the response is:
checking for OSIP... no
checking osip2/osip.h usability... no
checking osip2/osip.h presence... no
checking for osip2/osip.h... no
configure: error: Could not find osip2 headers !
I guess I need some more specification in order to have ./configure capture diverse library resources which are present unter /lib. Please advice or supply the information how to proceed, analogous to the process that would take place when a source package is updated into blackfin's SVN trunk.
Thanks for any help!
QuoteReplyEditDelete
2009-07-20 08:39:51 Re: running ./configure due to Linphone SVN trunk update
Mike Frysinger (UNITED STATES)
Message: 77726
why are you running configure manually ? use the uclinux-dist build system to do it for you. the source is all right there if you really really want to do it yourself.
QuoteReplyEditDelete
2009-07-20 10:02:23 Re: running ./configure due to Linphone SVN trunk update
Rob Maris (GERMANY)
Message: 77730
Mike, sorry for this probably dumb question, but perhaps there is some thing that I don't understand correctly.
Once I already have updated some sourcefiles from Linphone SVN trunk for test purposes (i.e. the original Linphone trunk @ savannah.nongnu.org). But now new sourcefiles are added. So I guess that a local Makefile.in must be altered in order to have these files included into the build process. Without any actions the blackfin build tree seems not to take care of including new source files.
-Rob
QuoteReplyEditDelete
2009-07-20 11:02:33 Re: running ./configure due to Linphone SVN trunk update
Mike Frysinger (UNITED STATES)
Message: 77737
if you're talking about autotool code, no the dist does not do that for you. bootstrap the sources first. most people include "autogen.sh" for that purpose.
QuoteReplyEditDelete
2009-07-20 12:35:50 Re: running ./configure due to Linphone SVN trunk update
Rob Maris (GERMANY)
Message: 77750
well, me too...
autogen.sh serves the desired purpose. Build appears to go OK now.