unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* guile won't compile solaris 10, ultra enterprise
@ 2007-12-07  2:20 LICON, RAY (ATTPB)
  0 siblings, 0 replies; 2+ messages in thread
From: LICON, RAY (ATTPB) @ 2007-12-07  2:20 UTC (permalink / raw)
  To: bug-guile

fails to make, using gcc 3.4.6, make 3.81, with source guile-1.8.3

 Any recommendations?

 -thanks

 Ray Licon ...

.....................>>>>>
# make
make  all-recursive
make[1]: Entering directory `/usr/local/src/guile-1.8.3'
Making all in oop
/usr/local/src/guile-1.8.3/oop
make[2]: Entering directory `/usr/local/src/guile-1.8.3/oop'
Making all in goops
/usr/local/src/guile-1.8.3/oop/goops
make[3]: Entering directory `/usr/local/src/guile-1.8.3/oop/goops'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/usr/local/src/guile-1.8.3/oop/goops'
make[3]: Entering directory `/usr/local/src/guile-1.8.3/oop'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/usr/local/src/guile-1.8.3/oop'
make[2]: Leaving directory `/usr/local/src/guile-1.8.3/oop'
Making all in libguile
/usr/local/src/guile-1.8.3/libguile
make[2]: Entering directory `/usr/local/src/guile-1.8.3/libguile'
make  all-am
make[3]: Entering directory `/usr/local/src/guile-1.8.3/libguile'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I..   -D_REENTRANT
 -pthreads -O2 -m64  -mcpu=ultrasparc -mtune=ultrasparc  -Wall -Wmissing-prototypes -Werror -MT libg
uile_la-numbers.lo -MD -MP -MF .deps/libguile_la-numbers.Tpo -c -o libguile_la-numbers.lo `test -f '
numbers.c' || echo './'`numbers.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -D_REENTRANT -pthreads -O2 -m64 -mcpu=ultrasparc -mtune=ultr
asparc -Wall -Wmissing-prototypes -Werror -MT libguile_la-numbers.lo -MD -MP -MF .deps/libguile_la-n
umbers.Tpo -c numbers.c  -fPIC -DPIC -o .libs/libguile_la-numbers.o
numbers.c: In function `scm_log':
numbers.c:6015: error: `_Complex_I' undeclared (first use in this function)
numbers.c:6015: error: (Each undeclared identifier is reported only once
numbers.c:6015: error: for each function it appears in.)
numbers.c: In function `scm_exp':
numbers.c:6081: error: `_Complex_I' undeclared (first use in this function)
make[3]: *** [libguile_la-numbers.lo] Error 1
make[3]: Leaving directory `/usr/local/src/guile-1.8.3/libguile'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/local/src/guile-1.8.3/libguile'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/guile-1.8.3'
make: *** [all] Error 2

Ray Licon
AT&T WEST 
Advanced Technical Support
310-762-6968



_______________________________________________
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: guile won't compile solaris 10, ultra enterprise
@ 2007-12-07 19:55 Marco Maggi
  0 siblings, 0 replies; 2+ messages in thread
From: Marco Maggi @ 2007-12-07 19:55 UTC (permalink / raw)
  To: bug-guile

"LICON, RAY (ATTPB)" wrote:
>numbers.c: In function `scm_log':
>numbers.c:6015: error: `_Complex_I' undeclared (first use
in this >function)

I have no access to your platform. The documentation of the
GNU C Library seems to imply that _Complex_I was
introduced with C99, can you check what standard
your compiler is using?

AFAICT Guile uses _Complex_I only in the definition of the
macro SCM_COMPLEX_VALUE in "libguile/numbers.c".
Can you try to change that instance with the value used
on your platform to indicate the imaginary unit and report
on the result?

There were previous reports on such a thing, example:

http://lists.gnu.org/archive/html/bug-guile/2007-09/msg00003.html

--
Marco Maggi

"Now feel the funk blast!"
Rage Against the Machine - "Calm like a bomb"




_______________________________________________
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-12-07 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-07 19:55 guile won't compile solaris 10, ultra enterprise Marco Maggi
  -- strict thread matches above, loose matches on Subject: below --
2007-12-07  2:20 LICON, RAY (ATTPB)

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).