Igor Pashev wrote:
> Ok, also building FriCAS fails:
>
> .............
> 30b running find-algebra-files
> (cd ./algebra; \
> . ../scripts/find-algebra-files) \
> > algebra/tmp-extract-spad.mk
> ./../config/move-if-change \
> algebra/tmp-extract-spad.mk algebra/extract-spad.mk
> cd algebra && make
> make[2]: Entering directory `/tmp/fricas-svn/src/algebra'
> if [ -f use_lisp ] ; then \
> make BUILD_WAY=use_lisp stamp-alg ; \
> else \
> make BUILD_WAY=normal stamp ; \
> fi
> make[3]: Entering directory `/tmp/fricas-svn/src/algebra'
> make[3]: *** No rule to make target `A1AGG.spad', needed by `stamp-db'.
> Stop.
> make[3]: Leaving directory `/tmp/fricas-svn/src/algebra'
> make[2]: *** [all-ax] Error 2
> make[2]: Leaving directory `/tmp/fricas-svn/src/algebra'
> make[1]: *** [all-algebra] Error 2
> make[1]: Leaving directory `/tmp/fricas-svn/src'
> make: *** [all-src] Error 2
>
Could you provide some info: which make, shell, grep and awk versions
do you have?
A little checklist:
1) in /tmp/fricas-svn/src/algebra you should have 'extract-spad.mk'
file. In this file close to the start you should see lines like:
A1AGG.spad: $(srcdir)/aggcat.spad.pamphlet
$(axiom_build_document) --output=$@ --tangle="category A1AGG
OneDimensionalArrayAggregate" $<
(and a lot of similar two-line blocks)
If this file is not present or empty than could you try running
find-algebra-files by hand:
(cd /tmp/fricas-svn/src/algebra; . ../scripts/find-algebra-files >
tmp-extract-spad.mk)
and report any errors you see.
2) If extract-spad.mk looks OK could you check that
/tmp/fricas-svn/src/algebra/Makefile contains line:
include extract-spad.mk
Next, re-run make using -d option and capturing output to a file:
make -d > mlogg 2>&1
and post the mlogg file.
--
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
-~----------~----~----~----~------~----~------~--~---