Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix header locations after 82e3e190b56505e608b3a594d92d5a605c8866bb #32

Closed
wants to merge 1 commit into from
Closed

fix header locations after 82e3e190b56505e608b3a594d92d5a605c8866bb #32

wants to merge 1 commit into from

Conversation

sraue
Copy link

@sraue sraue commented Jun 6, 2012

No description provided.

@huceke
Copy link

huceke commented Jun 6, 2012

I think we can fix this in the xbmc configure procedure.

diff --git a/tools/rbp/depends/depends.mk b/tools/rbp/depends/depends.mk
index d0de669..eee6f17 100755
--- a/tools/rbp/depends/depends.mk
+++ b/tools/rbp/depends/depends.mk
@@ -4,7 +4,7 @@ ifeq ($(USE_BUILDROOT),1)
export BUILD=i686-linux
export PREFIX=$(XBMCPREFIX)
export SYSROOT=$(BUILDROOT)/output/host/usr/arm-unknown-linux-gnueabi/sysroot

  •   export CFLAGS+=-isystem$(SYSROOT)/usr/include -isystem$(SYSROOT)/opt/vc/include -isystem$(PREFIX)/include -isystem$(PREFIX)/us
    
  •   export CFLAGS+=-isystem$(SYSROOT)/usr/include -isystem$(SYSROOT)/opt/vc/include -isystem$(SDKSTAGE)/opt/vc/include/interface/v
    export CXXFLAGS=$(CFLAGS) --sysroot=$(SYSROOT)
    export CPPFLAGS=$(CFLAGS) --sysroot=$(SYSROOT)
    export LDFLAGS=-L$(SYSROOT)/opt/vc/lib -L$(XBMCPREFIX)/lib
    
    @@ -28,7 +28,7 @@ else
    export TARGETFS
    export SYSROOT=/usr/local/bcm-gcc/arm-bcm2708-linux-gnueabi/sys-root
    export RLINK_PATH=-Wl,-rpath-link,${SYSROOT}/lib -Wl,-rpath-link,${TARGETFS}/lib -Wl,-rpath-link,${TARGETFS}/usr/lib -Wl,-rpat
  •   export CFLAGS+=-isystem${XBMCPREFIX}/include -isystem${SDKSTAGE}/usr/include -isystem${SDKSTAGE}/opt/vc/include -isystem${SDKS
    
  •   export CFLAGS+=-isystem${XBMCPREFIX}/include -isystem${SDKSTAGE}/usr/include -isystem${SDKSTAGE}/opt/vc/include -isystem$(SDKS
    export CFLAGS+=-L${XBMCPREFIX}/lib -L${SYSROOT}/lib -L${TARGETFS}/lib -L${TARGETFS}/usr/lib -L${TARGETFS}/opt/vc/lib ${RLINK_P
    export CXXFLAGS=${CFLAGS}
    export CPPFLAGS=${CFLAGS}
    

should do the trick

@popcornmix
Copy link
Contributor

Sorry, won't fix.

@popcornmix popcornmix closed this Sep 9, 2012
drgvond pushed a commit to drgvond/qtbase that referenced this pull request Nov 20, 2013
See raspberrypi/firmware#32 for more information.

Change-Id: I51bb532336ed069cde938540cd962721b1a72adb
Reviewed-by: Johannes Zellner <[email protected]>
Reviewed-by: Girish Ramakrishnan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants