> 
> Hi all,
> 
> I have frequently tried to build fricas (1.0.7) and failed for reasons
> I cannot detect myself. Any help what I do wrong is greatly
> appreciated.
> 
> I did the following:
> 
> * I downloaded 'fricas-1.0.7-full.tar' (unbziped) from sourceforge.
> * I have installed sbcl (1.0.30) and gcl-2.6 (compiles my AXIOM)
> * I have now notangle, noweb in my path (configure finds them)
> * configure seems to look for util.h which seems to be not on my
>   machine, but doesn't complein about it.
> * I run confugure as
>   > ./configure --with-lisp=[sbcl|gcl]
>   and it doesn't complain on anything, so I go ahead with
> * make
> 
> which results (for sbcl) in the following last lines of make output:
> 
> Added  56 pages and/or macros from ZDSOLVE.pht
> Added  16 pages and/or macros from ZLINDEP.pht
> make[2]: Leaving directory `/home/fauser/fricas-1.0.7/src/paste'
> cd aldor && make
> make[2]: Entering directory `/home/fauser/fricas-1.0.7/src/aldor'
> Makefile:262: domains.mk: No such file or directory
> echo "domains := \\" > domains.mk
> grep '^)abbrev' /home/fauser/fricas-1.0.7/src/algebra/*.spad | gawk
> '{print $3,"\\"}' >> domains.mk
> echo >> domains.mk
> make[2]: Leaving directory `/home/fauser/fricas-1.0.7/src/aldor'
> make[2]: Entering directory `/home/fauser/fricas-1.0.7/src/aldor'
> svn cat https://svn.origo.ethz.ch/algebraist/trunk/aldor/lib/libax0/axiom.as
> > axiom.as
> svn: PROPFIND request failed on '/algebraist/trunk/aldor/lib/libax0/
> axiom.as'
> svn: PROPFIND of '/algebraist/trunk/aldor/lib/libax0/axiom.as': could
> not connect to server (https://svn.origo.ethz.ch)
> make[2]: *** [axiom.as] Error 1
> make[2]: Leaving directory `/home/fauser/fricas-1.0.7/src/aldor'
> make[1]: *** [all-aldor] Error 2
> make[1]: Leaving directory `/home/fauser/fricas-1.0.7/src'
> make: *** [all-src] Error 2
> fau...@vis5:~/fricas-1.0.7>
> 
> by the way, I run a SuSE 10.1 linux:
> Linux vis5.pc 2.6.16.21-0.25-smp #1 SMP Tue Sep 19 07:26:15 UTC 2006
> i686 i686 i386 GNU/Linux
> with gcc (GCC) 4.1.0 (SUSE Linux)
> 
> It somehow seems I cannot get aldor files, can I compile without these
> files? Do I mandatorily need to compile with aldor support? I found no
> switch to prevent this (but I do not really know where to search)
>   I am behind a proxi which doesn't allow to make svn
> connections......
> 

The switch '--enable-aldor=no' should disable aldor build.
Alternatively, doing

unset ALDORROOT

should prevent building Aldor.  Concerning svn: it is possible
to build Aldor interface without svn, see INSTALL.aldor
(however, if you use release you will probably hit problem
due to empty domains.mk).

Ralf, I think that Aldor interface should be disabled by default,
and only build when explicitely requested.

-- 
                              Waldek Hebisch
[email protected] 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to