[Buildroot] Application package cross linked to package libraries problem

Chris Robson Chris.Robson at nrl.navy.mil
Tue Jan 12 13:41:37 UTC 2010


Thomas

Ah, yes, its the softlink that's missing aka.....

sofia-sip is installed into ....
$(STAGING_DIR)/usr/include/sofia-sip-[version number]
thus nua.h is located in:
$(STAGING_DIR)/usr/include/sofia-sip-[version number]/sofia-sip/nua.h
ergo what is need is:
$(STAGING_DIR)/usr/include/sofia-sip -> 
$(STAGING_DIR)/usr/include/sofia-sip-[version number]

Is there an example how to do this?  (right now its manually coded to 
get past this)

thanks....Chris

On 01/12/2010 08:21 AM, Thomas Petazzoni wrote:
> On Tue, 12 Jan 2010 07:35:00 -0500
> Chris Robson<Chris.Robson at nrl.navy.mil>  wrote:
>
>    
>> build-juniper-commandline.c:8:27: error: sofia-sip/nua.h: No such
>> file or directory
>>      
> Looks like the sofia-sip headers haven't been installed into
> $(STAGING_DIR)/usr/include.
>
> The issue is likely to be in the sofia-sip.mk file rather than in your
> application .mk.
>
> Thomas
>    



More information about the buildroot mailing list