axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: FreeBSD...Re: Axiom


From: root
Subject: [Axiom-developer] Re: FreeBSD...Re: Axiom
Date: Thu, 28 Nov 2002 12:20:06 -0500

Sam,

The system is trying to extract the platform specific Makefile
from the top level Makefile.pamphlet. To see what is happening
notice that there is a number associated with the line just
before the failure. In this case, the number is "2".

You can see that make is still in the home directory so the
Makefile that is being executed is the top level Makefile.
Edit this Makefile and search for the string "echo 2" and you will
find the last echo line that was successfully executed.

Immediately after that line comes the line:
        @ ${SPADBIN}/notangle -t8 -RMakefile.${SYS} Makefile.pamphlet 
>Makefile.${SYS}

This is calling notangle from the mnt/linux/bin subdirectory, asking 
notangle to expand the "root" Makefile.Linux. This is the line that
failed (notangle is a shell script that calls markup).

Therefore, the noweb subsystem must not be installed correctly.

Noweb is built once and only once. Subsequent makes will not
rebuild it if it exists.

In order to fix your problem you need to type:

 make clean
 make

The "make clean" will destroy the noweb installation.
The "make" will rebuild it and should work.

Let me know if this fails.

Tim




reply via email to

[Prev in Thread] Current Thread [Next in Thread]