Compile errors
Alasdair McAndrew <[email protected]> Fri, 9 Oct 2015 08:18:56 +1100
| Newsgroups | gmane.comp.mathematics.axiom.user |
|---|---|
| Message-ID | <CAPGiC75a5HKqktDqEUpWFK9+8yKU8SRuaJS9WiceRuo+D2JbqQ@mail.gmail.com> |
--===============9085843203168206131==
Content-Type: multipart/alternative; boundary=001a113eacda2c7a1105219e6900
--001a113eacda2c7a1105219e6900
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
I tried to compile axiom-aug2014-src.tgz yesterday; after some time I got
this slew of errors:
--
gcc -c -Wall -DVOL=3Dvolatile -fsigned-char -Wno-unused-but-set-variable
-pipe -O3 -fomit-frame-pointer -I/usr/local/src/axiom/lsp/gcl-2.6.8pre7/o
-I../h -I../gcl-tk gcl_readline.c
gcl_readline.d: In function =E2=80=98gcl_init_readline_function=E2=80=99:
gcl_readline.d:468:39: error: =E2=80=98CPPFunction=E2=80=99 undeclared (fir=
st use in this
function)
rl_attempted_completion_function =3D (CPPFunction *)rl_completion;
^
gcl_readline.d:468:39: note: each undeclared identifier is reported only
once for each function it appears in
gcl_readline.d:468:52: error: expected expression before =E2=80=98)=E2=80=
=99 token
rl_attempted_completion_function =3D (CPPFunction *)rl_completion;
^
gcl_readline.d: At top level:
gcl_readline.d:220:15: warning: =E2=80=98rl_completion=E2=80=99 defined but=
not used
[-Wunused-function]
static char **rl_completion(char *text, int start, int end) {
^
make[4]: *** [gcl_readline.o] Error 1
make[4]: Leaving directory `/usr/local/src/axiom/lsp/gcl-2.6.8pre7/o'
make[3]: *** [unixport/saved_pre_gcl] Error 2
make[3]: Leaving directory `/usr/local/src/axiom/lsp/gcl-2.6.8pre7'
/bin/sh: 6: unixport/saved_gcl: not found
make[2]: *** [gcldir] Error 127
make[2]: Leaving directory `/usr/local/src/axiom/lsp'
make[1]: *** [lspdir] Error 2
make[1]: Leaving directory `/usr/local/src/axiom'
make: *** [all] Error 2
--
What's going on here? And how can I fix it? And also - is it possible to
compile with another Lisp, say SBCL?
I'm using Ubuntu 14.04, and as far as I know I have all the necessary
dependencies.
Many thanks,
Alasdair
--=20
[image: http://www.facebook.com/alasdair.mcandrew]
<http://www.facebook.com/alasdair.mcandrew> [image:
https://plus.google.com/+AlasdairMcAndrew/posts]
<https://plus.google.com/+AlasdairMcAndrew/posts> [image:
https://www.linkedin.com/pub/alasdair-mcandrew/a/178/108]
<https://www.linkedin.com/pub/alasdair-mcandrew/a/178/108> [image:
https://twitter.com/amca01] <https://twitter.com/amca01> [image:
http://numbersandshapes.net] <http://numbersandshapes.net>
--001a113eacda2c7a1105219e6900
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div><div><div>I tried to compile axiom-aug2014-src.tgz ye=
sterday; after some time I got this slew of errors:<br><br>--<br>gcc -c -Wa=
ll -DVOL=3Dvolatile -fsigned-char -Wno-unused-but-set-variable -pipe -O3 -f=
omit-frame-pointer=C2=A0 -I/usr/local/src/axiom/lsp/gcl-2.6.8pre7/o -I../h =
-I../gcl-tk gcl_readline.c=C2=A0 <br>gcl_readline.d: In function =E2=80=98g=
cl_init_readline_function=E2=80=99:<br>gcl_readline.d:468:39: error: =E2=80=
=98CPPFunction=E2=80=99 undeclared (first use in this function)<br>=C2=A0=
=C2=A0 rl_attempted_completion_function =3D (CPPFunction *)rl_completion;<b=
r>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0 ^<br>gcl_readline.d:468:39: note: each undeclared identifier is repo=
rted only once for each function it appears in<br>gcl_readline.d:468:52: er=
ror: expected expression before =E2=80=98)=E2=80=99 token<br>=C2=A0=C2=A0 r=
l_attempted_completion_function =3D (CPPFunction *)rl_completion;<br>=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
^<br>gcl_readline.d: At top level:<br>gcl_readline.d:220:15: warning: =E2=
=80=98rl_completion=E2=80=99 defined but not used [-Wunused-function]<br>=
=C2=A0static char **rl_completion(char *text, int start, int end) {<br>=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0 ^<br>make[4]: *** [gcl_readline.o] Error 1<br>make[4]: Leaving direc=
tory `/usr/local/src/axiom/lsp/gcl-2.6.8pre7/o'<br>make[3]: *** [unixpo=
rt/saved_pre_gcl] Error 2<br>make[3]: Leaving directory `/usr/local/src/axi=
om/lsp/gcl-2.6.8pre7'<br>/bin/sh: 6: unixport/saved_gcl: not found<br>m=
ake[2]: *** [gcldir] Error 127<br>make[2]: Leaving directory `/usr/local/sr=
c/axiom/lsp'<br>make[1]: *** [lspdir] Error 2<br>make[1]: Leaving direc=
tory `/usr/local/src/axiom'<br>make: *** [all] Error 2<br>--<br><br></d=
iv>What's going on here?=C2=A0 And how can I fix it?=C2=A0 And also - i=
s it possible to compile with another Lisp, say SBCL?<br><br></div><div>I&#=
39;m using Ubuntu 14.04, and as far as I know I have all the necessary depe=
ndencies.<br></div><div><br></div>Many thanks,<br></div>Alasdair<br clear=
=3D"all"><div><div><div><div><br>-- <br><div class=3D"gmail_signature"><div=
dir=3D"ltr"><a href=3D"http://www.facebook.com/alasdair.mcandrew" target=
=3D"_blank"><img alt=3D"http://www.facebook.com/alasdair.mcandrew" src=3D"h=
ttps://dl.dropboxusercontent.com/u/2796170/facebook.png"></a> <a href=3D"ht=
tps://plus.google.com/+AlasdairMcAndrew/posts" target=3D"_blank"><img alt=
=3D"https://plus.google.com/+AlasdairMcAndrew/posts" src=3D"https://dl.drop=
boxusercontent.com/u/2796170/f-gplus_256-48.png"></a> <a href=3D"https://ww=
w.linkedin.com/pub/alasdair-mcandrew/a/178/108" target=3D"_blank"><img alt=
=3D"https://www.linkedin.com/pub/alasdair-mcandrew/a/178/108" src=3D"https:=
//dl.dropboxusercontent.com/u/2796170/linkedin.png"></a> <a href=3D"https:/=
/twitter.com/amca01" target=3D"_blank"><img alt=3D"https://twitter.com/amca=
01" src=3D"https://dl.dropboxusercontent.com/u/2796170/twitter.png"></a> <a=
href=3D"http://numbersandshapes.net" target=3D"_blank"><img alt=3D"http://=
numbersandshapes.net" src=3D"https://dl.dropboxusercontent.com/u/2796170/wo=
rdpress.png"></a><br></div></div>
</div></div></div></div></div>
--001a113eacda2c7a1105219e6900--
--===============9085843203168206131==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
Axiom-mail mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/axiom-mail
--===============9085843203168206131==--