All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Robson <Chris.Robson@nrl.navy.mil>
To: buildroot@busybox.net
Subject: [Buildroot] Application package cross linked to package libraries problem
Date: Tue, 12 Jan 2010 08:41:37 -0500	[thread overview]
Message-ID: <4B4C7C11.3080301@nrl.navy.mil> (raw)
In-Reply-To: <20100112142157.7c4bcb36@surf>


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@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
>    

      reply	other threads:[~2010-01-12 13:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-12 11:42 [Buildroot] Application package cross linked to package libraries problem Chris Robson
2010-01-12 11:58 ` Stefan Schake
2010-01-12 12:35   ` Chris Robson
2010-01-12 13:21     ` Thomas Petazzoni
2010-01-12 13:41       ` Chris Robson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B4C7C11.3080301@nrl.navy.mil \
    --to=chris.robson@nrl.navy.mil \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.