On Tue, Feb 04, 2025 at 10:31:48AM -0500, Camm Maguire wrote: > Greetings, and thanks so much for your feedback! > > Could you please post the failing log? AFAICS including C source is > standard C and works, at least in my testing, with GCL built outside the > source tree, both 2.7 and 2.6.
The relevant part seem to be: /pom/fricas/axp1/fr-build272/src/lisp/fricas-lisp.c:7:10: fatal error: ../lib/bs dsignal.c: No such file or directory 7 | #include "../lib/bsdsignal.c" | ^~~~~~~~~~~~~~~~~~~~ compilation terminated. Note: My source tree is at '/pom/fricas/axp1/trunk'. In '/pom/fricas/axp1' I did: mkdir fr-build272 cd fr-build272 (export GCL_MEM_MULTIPLE=0.03; ../trunk/configure --with-lisp=/pom/fricas/usr-2.6.14/bin/gcl > clogg 2>&1) (export GCL_MEM_MULTIPLE=0.03; time make -j 12 > mlogg 2>&1 && time make all-input -j 12 > tst_logg 2>&1) This uses gcl-2.6.14, I wanted to know if build works with this version (which IIUC is current "official" version and users are likely to use it for some time). But AFAICS the failure is due to use of separate build directory: "../lib/bsdsignal.c" works inside FriCAS source tree, but not outside. -- Waldek Hebisch -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/fricas-devel/Z6I8Eew2DB0ubyR0%40fricas.org.