unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Guile, C++, and Mac OS X 10.4 (powerpc)
@ 2010-07-28 19:49 Mike Solomon
  2010-07-28 21:19 ` Hans Aberg
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Solomon @ 2010-07-28 19:49 UTC (permalink / raw)
  To: guile-user

Hey guile users,
    Trying to compile the simple example bessel.c from
Writing-Guile-Extensions.html (renamed bessel.cc because I'm using g++), I
encountered the following error:

bessel.cc: In function 'void init_bessel()':
bessel.cc:13: error: invalid conversion from 'scm_unused_struct*
(*)(scm_unused_struct*)' to 'scm_unused_struct* (*)(...)'
bessel.cc:13: error:   initializing argument 5 of 'scm_unused_struct*
scm_c_define_gsubr(const char*, int, int, int, scm_unused_struct* (*)(...))'

This even comes up when I put everything in extern "C" { ... }.  I have seen
other postings on the net for other software (lilypond, swig) that speaks of
the same issue, and some suggest that it is a problem with g++ and not
guile.  I'm using powerpc-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple
Computer, Inc. build 5370)

I know that Lilypond uses a workaround where it defines something called
GUILE_ELLIPSIS, but I am not sure how this logic can be integrated into a
small snippet of code.

Anyway, if any of you know how I can make the bessel example compile on OS X
10.4 PPC using g++ 4.0.1, I'd much appreciate it!

Cheers,
Mike





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-08-18 14:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-28 19:49 Guile, C++, and Mac OS X 10.4 (powerpc) Mike Solomon
2010-07-28 21:19 ` Hans Aberg
2010-07-29  8:04   ` Mike Solomon
2010-07-29 12:43     ` Linas Vepstas
2010-08-18 13:49   ` Ludovic Courtès
2010-08-18 14:16     ` Hans Aberg

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