Am Dienstag, den 03.11.2009, 11:21 +0100 schrieb rubisher: > 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:
Which is the same as in trunk. > === <> === > (i.e. I have to rm '=' between isystem and its arg) > > I don't know if it's specific to ppc arch, sorry. > Seems so, because on amd64 it works fine. The docs say: -isystem dir Search dir for header files, after all directories specified by -I but before the standard system directories. Mark it as a system directory, so that it gets the same special treatment as is applied to the standard system directories. If dir begins with =, then the = will be replaced by the sysroot prefix; see --sysroot and -isysroot. So it should be valid. Maybe with a space between -isystem and = it works for you too. But now that I read that I'm not so sure we actually should use = -- Felix Zielcke Proud Debian Maintainer and GNU GRUB developer _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel