[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GNUstep on LinuxPPC
From: |
Adam Fedor |
Subject: |
Re: GNUstep on LinuxPPC |
Date: |
Mon, 06 Nov 2000 08:35:57 -0700 |
"Philippe C.D. Robert" wrote:
>
> Hi,
>
> > /bin/sh: -c: line 1: syntax error near unexpected token `;'
> > /bin/sh: -c: line 1: `target=`echo internal-all | sed 's/internal-//'`;
> > for f in ; do echo Making $target in $f...; mf-GNUmakefile; if [ ! -f
> > $f/Makefile ]; then mf=Makefile; echo "WARNING No GNUmakefile found for
> > subproject $f; using 'Makefile'"; fi; if make -C $f -f 4mf
> --no-keep-going
> > $target; then :; else exit $?; fi; done'
> > make: *** [internal-all] Error 2
>
> On LinuxPPC (001018 and a previous september snapshot) I get this
> result when trying to 'make' a GNUstep project containing the
> aggregate.make in the makefile. Is this a known issue?
>
> Additionally when I launch ProjectCenter, I get a
> NSInternalInconsistencyException: 'Problem during launch app
> notification: expected array and got int'
>
> On Linux x86 this is not an issue.
>
I'm not sure why the make error only occurs on LinuxPPC, but as I said
previously, the simple fix is to not use aggregate.make if you don't
need it.
I haven't seen the exact error from you second problem, but most likely
it is due to a problem with Invocations (see the task list under
'Invocations/DO' for PPC).
- GNUstep on LinuxPPC, Philippe C . D . Robert, 2000/11/06
- Re: GNUstep on LinuxPPC,
Adam Fedor <=