Hello Felix, On Mon, 02 Nov 2009 09:54:43 +0100, Felix Zielcke <fziel...@z-51.de> wrote: > Am Sonntag, den 01.11.2009, 23:04 +0100 schrieb Robert Millan: >> On Sun, Nov 01, 2009 at 04:39:42PM +0100, Felix Zielcke wrote: >> > >> > I added now a comment that this shouldn't ever happen. >> > >> > New version avaible at >> > bzr+ssh://bzr.savannah.gnu.org/grub/people/fzielcke/mkrelpath >> [snip]
I am trying to build your mkrelpath branch on my ppc with debian gcc-4.4 latest unstable release 4.4.2-1 and failed to build as far as I understand because isystem syntax is not correct; following diff help me to complete the build: --- ./Makefile.in.orig 2009-11-03 09:21:53.000000000 +0000 +++ ./Makefile.in 2009-11-03 09:22:12.000000000 +0000 @@ -75,7 +75,7 @@ TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@ TARGET_APPLE_CC = @TARGET_APPLE_CC@ OBJCONV = @OBJCONV@ -TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -isystem=$(srcdir)/include -I$(builddir) -I$(builddir)/include \ +TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -isystem $(srcdir)/include -I$(builddir) -I$(builddir)/include \ -Wall -W TARGET_LDFLAGS = @TARGET_LDFLAGS@ TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@ === <> === (i.e. I have to rm '=' between isystem and its arg) I don't know if it's specific to ppc arch, sorry. Tx, J. _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel