* Compile errors for guile 1.8.2 under IRIX
@ 2007-10-03 10:35 Frank Thommen
2007-10-04 10:51 ` Frank Thommen
0 siblings, 1 reply; 2+ messages in thread
From: Frank Thommen @ 2007-10-03 10:35 UTC (permalink / raw)
To: bug-guile
Hi,
I'm currently trying to compile guile 1.8.2 under IRIX (6.5.30m), but
I'm getting the following error:
guile-1.8.2 > gmake
gmake all-recursive
gmake[1]: Entering directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2'
Making all in oop
gmake[2]: Entering directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop'
Making all in goops
gmake[3]: Entering directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop/goops'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop/goops'
gmake[3]: Entering directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop'
gmake[2]: Leaving directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop'
Making all in libguile
gmake[2]: Entering directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile'
gmake all-am
gmake[3]: Entering directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile'
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I.. -I.. -I.. -I/usr/struct/pack/gmp-4.2.2/include -g -O2 -Wall
-Wmissing-prototypes -Werror -MT libguile_la-async.lo -MD -MP -MF
.deps/libguile_la-async.Tpo -c -o libguile_la-async.lo `test -f
'async.c' || echo './'`async.c
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..
-I/usr/struct/pack/gmp-4.2.2/include -g -O2 -Wall -Wmissing-prototypes
-Werror -MT libguile_la-async.lo -MD -MP -MF .deps/libguile_la-async.Tpo
-c async.c -DPIC -o .libs/libguile_la-async.o
async.c:139: warning: missing braces around initializer
async.c:139: warning: (near initialization for `async_mutex.__D')
gmake[3]: *** [libguile_la-async.lo] Error 1
gmake[3]: Leaving directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory
`/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2'
gmake: *** [all] Error 2
guile-1.8.2 >
IRIX 6.5.30m, gcc 3.3 (from SGI freeware).
Any hints how I can correct this?
Thanks in advance
frank
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Compile errors for guile 1.8.2 under IRIX
2007-10-03 10:35 Compile errors for guile 1.8.2 under IRIX Frank Thommen
@ 2007-10-04 10:51 ` Frank Thommen
0 siblings, 0 replies; 2+ messages in thread
From: Frank Thommen @ 2007-10-04 10:51 UTC (permalink / raw)
To: bug-guile
The same problem appears with guile 1.8.1 and 1.8.0. Did anybody build
this successfully on IRIX? Any hints?
Thanks
frank
Frank Thommen wrote:
> Hi,
>
> I'm currently trying to compile guile 1.8.2 under IRIX (6.5.30m), but
> I'm getting the following error:
>
> guile-1.8.2 > gmake
> gmake all-recursive
> gmake[1]: Entering directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2'
> Making all in oop
> gmake[2]: Entering directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop'
> Making all in goops
> gmake[3]: Entering directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop/goops'
> gmake[3]: Nothing to be done for `all'.
> gmake[3]: Leaving directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop/goops'
> gmake[3]: Entering directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop'
> gmake[3]: Nothing to be done for `all-am'.
> gmake[3]: Leaving directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop'
> gmake[2]: Leaving directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/oop'
> Making all in libguile
> gmake[2]: Entering directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile'
> gmake all-am
> gmake[3]: Entering directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile'
> /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
> -I.. -I.. -I.. -I/usr/struct/pack/gmp-4.2.2/include -g -O2 -Wall
> -Wmissing-prototypes -Werror -MT libguile_la-async.lo -MD -MP -MF
> .deps/libguile_la-async.Tpo -c -o libguile_la-async.lo `test -f
> 'async.c' || echo './'`async.c
> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..
> -I/usr/struct/pack/gmp-4.2.2/include -g -O2 -Wall -Wmissing-prototypes
> -Werror -MT libguile_la-async.lo -MD -MP -MF .deps/libguile_la-async.Tpo
> -c async.c -DPIC -o .libs/libguile_la-async.o
> async.c:139: warning: missing braces around initializer
> async.c:139: warning: (near initialization for `async_mutex.__D')
> gmake[3]: *** [libguile_la-async.lo] Error 1
> gmake[3]: Leaving directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile'
> gmake[2]: *** [all] Error 2
> gmake[2]: Leaving directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2/libguile'
> gmake[1]: *** [all-recursive] Error 1
> gmake[1]: Leaving directory
> `/tmp_mnt/struct/software/irix/guile-1.8.2/SRC/guile-1.8.2'
> gmake: *** [all] Error 2
> guile-1.8.2 >
>
> IRIX 6.5.30m, gcc 3.3 (from SGI freeware).
>
> Any hints how I can correct this?
>
> Thanks in advance
>
> frank
>
>
> _______________________________________________
> Bug-guile mailing list
> Bug-guile@gnu.org
> http://lists.gnu.org/mailman/listinfo/bug-guile
_______________________________________________
Bug-guile mailing list
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-04 10:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-03 10:35 Compile errors for guile 1.8.2 under IRIX Frank Thommen
2007-10-04 10:51 ` Frank Thommen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).