[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compilation de UCBLogo
----- Original Message -----
From: Hilaire Fernandes <hilaire@seul.org>
To: <seul-edu@seul.org>
Cc: <seul-edu@seul.org>
Sent: lundi 6 septembre 1999 16:29
Subject: Re: Compilation de UCBLogo
>
> > I try to compile UCBLogo (link on the sofwtare page) I got the
> > following error message when compiling :
> >
> > gcc -g -O -I/usr/X11R6/include -O0 -c parse.c -o parse.o
> > parse.c:49: initializer element is not constant parse.c:50:
> > initializer element is not constant parse.c:51: initializer
> > element is not constant make: *** [parse.o] Error 1
> >
> > Any idea ?
>
> If this is redhat 6.0 then there's a patch. I'll find it for
> you. If it's not redhat 6.0 then tell me which one - I know the
> code quite well.
>
> So can you tell me which linux ver. you're using?
>
>
>
> It's a Red Hat 6 :)
>
> I will install it at the lab in the Schools. The British computer
> science teacher tells me he may use Linux if there is Logo and some
> other applications (as Microsoft Publiser , Office)
>
> Well logo can be just a good start :)
>
##############################################
diff main.c /usr/home/logo/ucblogo-4.6/main.c
##############################################
123a124,129
> #ifdef RedHat60_i386
> FILE *readstream;
> FILE *writestream;
> FILE *loadstream;
> #endif
>
129a136,141
>
> #ifdef RedHat60_i386
> readstream = stdin;
> writestream = stdout;
> loadstream = stdin;
> #endif
##############################################
diff term.c /usr/home/logo/ucblogo-4.6/term.c
##############################################
73a74,79
> #ifdef RedHat60_i386
> FILE *readstream;
> FILE *writestream;
> FILE *loadstream;
> #endif
>
##############################################
diff parse.c /usr/home/logo/ucblogo-4.6/parse.c
##############################################
48a49
> #ifndef RedHat60_i386
51a53
> #endif