Skip to Content.
Sympa Menu

mathemagix-devel - Compiling mathemagix

Subject: Mathemagix

List archive

Compiling mathemagix


Chronological Thread 
  • From: Jay Belanger <address@hidden>
  • To: address@hidden
  • Subject: Compiling mathemagix
  • Date: Sat, 20 Apr 2024 15:53:53 -0500


This project seems to be abandoned, probably because of the rise of free CASs and time constraints on the developers. Too bad, really, it looks like
a nifty project.
I decided to try to compile Mathemagix, expecting quite a bit of bitrot, but
to my surprise it compiled for quite some time, but eventually it quit.
At the end of this message, I've attached the tail end of the make output; it doesn't seem to like the "do". Is there a simple fix for this?

Thanks,
Jay

===========

Making all in build
make[3]: Entering directory '/home/belanger/MMX/mmx/mmcompiler/build'
CXX="g++" MMC="/home/belanger/MMX/mmx/mmcompiler/libtool --mode=execute
/home/belanger/MMX/mmx/mmcompiler/../mmcompileregg/build/mmc-1.0.2" LIBTOOL="/bin/bash ../libtool"
MMC_CACHE_DIR="/home/belanger/MMX/mmx/mmcompiler/build" MMC_REORGANIZE_CXX_ARGS="yes"
PATH="/home/belanger/MMX/mmx/mmcompiler/../basix/script:/home/belanger/MMX/mmx/mmcompiler/script:./../basix/script:/home/belanger/.bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
/home/belanger/MMX/mmx/mmcompiler/libtool --mode=execute /home/belanger/MMX/mmx/mmcompiler/../mmcompileregg/build/mmc-1.0.2 --verbose
--clone-all --libtool --compile-lbin --gdb --optimize ../compiler/mmc.mmx
mmc-1.0.2: analyzing dependencies
CXX="g++" MMC="/home/belanger/MMX/mmx/mmcompiler/libtool --mode=execute
/home/belanger/MMX/mmx/mmcompiler/../mmcompileregg/build/mmc-1.0.2" LIBTOOL="/bin/bash ../libtool"
MMC_CACHE_DIR="/home/belanger/MMX/mmx/mmcompiler/build" MMC_REORGANIZE_CXX_ARGS="yes"
PATH="/home/belanger/MMX/mmx/mmcompiler/../basix/script:/home/belanger/MMX/mmx/mmcompiler/script:./../basix/script:/home/belanger/.bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
/home/belanger/MMX/mmx/mmcompiler/libtool --mode=execute /home/belanger/MMX/mmx/mmcompiler/../mmcompileregg/build/mmc-1.0.2 --verbose
--clone-all --libtool --compile-lbin --gdb --optimize ../compiler/mmi.mmx
mmc-1.0.2: analyzing dependencies
mmc-1mmc-1.0.2: compiling
mmc-1.0.2/var/clone/home/belanger/MMX/mmx/mmcompiler/compiler/interactive/interactive.mmx
.0.2: error, compilation failed for false
mmc-1.0.2: error, compilation failed for false
mmc-1.0.2: internal compiler error in
/home/belanger/MMX/mmx/mmcompiler/build/mmc-1.0.2/var/clone/home/belanger/MMX/mmx/mmcompiler/compiler/execute/exe_optimize.mmx
mmc-1.0.2: internal compiler error in
/home/belanger/MMX/mmx/mmcompiler/compiler/mmi.mmx
mmc-1.0.2: error, compilation failed for false
mmc-1.0.2: internal compiler error in
/home/belanger/MMX/mmx/mmcompiler/build/mmc-1.0.2/var/clone/home/belanger/MMX/mmx/mmcompiler/compiler/execute/execute.mmx
expr= do
interactive.mmx:266:3: undefined literal
do {
~~
mmc-1.0.2: abort, detected 1 error
mmc-1.0.2: abort, 4 errors in at least 4 files
make[3]: *** [Makefile:1395: all-local] Error 1
make[3]: Leaving directory '/home/belanger/MMX/mmx/mmcompiler/build'
make[2]: *** [Makefile:1216: all-recursive] Error 1
make[2]: Leaving directory '/home/belanger/MMX/mmx/mmcompiler'
make[1]: *** [Makefile:66: mmcompiler-all] Error 2
make[1]: Leaving directory '/home/belanger/MMX/mmx'
make: *** [Makefile:48: all] Error 2
[mmx]>

  • Compiling mathemagix, Jay Belanger, 04/20/2024

Archive powered by MHonArc 2.6.24.

Top of Page