[gobolinux-users] ACM and Compile...
kenneth marken
k-marken at online.no
Mon Jul 23 18:10:04 UTC 2007
On Monday 23 July 2007 20:00:13 Lucas C. Villa Real wrote:
> On 7/23/07, kenneth marken <k-marken at online.no> wrote:
> > On Monday 23 July 2007 19:17:18 Lucas C. Villa Real wrote:
> > > On 7/23/07, kenneth marken <k-marken at online.no> wrote:
> > > > > pre_build() {
> > > > > echo "Running autoconf..."
> > > > > ( cd dis; autoconf; )
> > > > > ( cd dis/disgen; autoconf; )
> > > > > }
> > > >
> > > > hmm, it seems to generate a "unexpected token" error.
> > > >
> > > > i wonder if i have broken something when it comes to script
> > > > interpretation...
> > >
> > > Could you please provide the recipe you've written so far? Maybe
> > > there's an error somewhere else, as that pre_build() construction is
> > > valid.
> >
> > most of it is autogenerated.
> >
> > i just inserted the pre_build stuff you wrote.
>
> I just noticed that there are some strange characters in pre_build():
> pre_build() {
> ? ? echo "Running autoconf..."
> ? ? ( cd dis; autoconf; )
> ? ? ( cd dis/disgen; autoconf; )
> }
>
> Probably your editor got lost with tabs and copy+paste. I'd suggest
> you to replace that tabs by spaces instead -- at least the unexpected
> token error will disappear after doing that.
well wtf...
used nano in konsole, so i guess there could be a issue there...
will do.
More information about the gobolinux-users
mailing list