Greetings! Thank you for your efforts here. I believe you are the first to attempt a build on a mips64 machine -- there is no such platform available among the Debian porting machines, which serve as the primary testbed for gcl development. This said, there are many similar stable ports, so this is likely a question of a few small changes if any.
If you can arrange remote ssh access, I'll get the build going for you. If not, please do the following: export CVSROOT=:pserver:[email protected]:/sources/gcl cvs -z9 -q co -d gcl-2.6.8pre -r Version_2_6_8pre gcl cd gcl-2.6.8pre (./configure --enable-debug && make) >../out 2>&1 and send me the "out" file. Take care, Frederick Isaac <[email protected]> writes: > Hi, > > I have tried to port gcl over to a sicortex machine and am having a problem > compiling some code. > > I really have very little lisp experience and so any help would be useful. > > I am using the gcl-2.6.7 download and am getting the following > > Error: 4837471760 is not of type FIXNUM > > followed by > > Backtrace: compiler::tlexpr->system:error-set > eval > eval > SYSTEM:NANI > ;;; The form (SYSTEM:NANI 4837471760) was not evaluated successfully. > > No fasl generated > > Any help would be appreciated > > Thanks > > Freddy > > _______________________________________________ > Gcl-devel mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/gcl-devel -- Camm Maguire [email protected] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gcl-devel
