Greetings!  A few issues:

1) Cannot defconstant Complex or NULL in gcl_X.lsp without breaking
   further compilation, as these cannot then be bound in compiled code
   in packages which use :user.  Seems to work without these.

2) All the prototypes rely on int being an opaque C type to and from
   which pointers may be silently cast.  This is of course not the
   case on 64bit machines.  At some point, the proper C prototypes
   might be warranted.  In the meantime, I suggest int -> fixnum (or
   long). 

Otherwise, at least maxima builds atop xgcl.  The size differential is
tiny.  Perhaps the universal X11 dependency is not so bad after all.

Take care,
-- 
Camm Maguire                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to