Bertfried Fauser wrote:
> 
> Hi,
> 
> I have downloaded the svn trunk of fricas, installed all (hope so)
> dependencies and tried
> just a
> > make
> here is the output (after I had a permission problem solved)
> 
> Is the svn code recent, do I have to do some special things for my
> operating system (SuSE 10.1) ?
> 
> Any help welcome.
> Ciao
> BF.
> 
> /home/fauser/fricas/build/scripts/document --output=A1AGG.spad --
> tangle="category A1AGG OneDimensionalArrayAggregate"
> aggcat.spad.pamphlet
> /home/fauser/fricas/build/scripts/document: line 266: -Rcategory A1AGG
> OneDimensionalArrayAggregate: command not found
> make[3]: *** [A1AGG.spad] Error 127
> make[3]: Leaving directory `/home/fauser/fricas/src/algebra'
> make[2]: *** [all-ax] Error 2
> make[2]: Leaving directory `/home/fauser/fricas/src/algebra'
> make[1]: *** [all-algebra] Error 2
> make[1]: Leaving directory `/home/fauser/fricas/src'
> make: *** [all-src] Error 2
> fau...@moby:~/fricas>
> 

Something went wrong with searching for notangle.  Could you
check line 55 in /home/fauser/fricas/build/scripts/document?
It should look like:

notangle="/home/hebisch/usr/bin/notangle"

I am affraid that in your case you have:

notangle=""

(that is empty string instead of correct value).

What do you see in configure output?  You should see line like

checking for notangle... /home/hebisch/usr/bin/notangle

I configure can not find notangle it is supposed to stop
with error message -- without more info from you I can not
say if you really have notangle, if configure is finding
notangle or not, if configure found notangle then if configure
correctly propagated that value to 'document' script,
if configure did not find notangle then why you have not seen
error message ...

-- 
                              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