Re: Compiling amaya-1.3 failed on Linux

> sh: cpp: command not found
> ***ERR ligne 1
> Fin anormale
> Got a SIGCHLD; 1 unreaped children.
[...]
> [...]
> sh: cpp: command not found
> ***ERR ligne 1
> [...]
> Successfully remade target file `../../amaya/MathML.STR'.
[...]
> what is cpp ? I saw you use app. 

  Geez, how many times one really need to answer that !
cpp is C PreProcessor (preprocesseur du compilateur C)
The answer is at http://www.w3.org/Amaya/User/Autoconf.html
Section "If make failed", item 3, bullet 2:

-----------
2.be sure that cpp preprocessor is in the PATH. One can use the following shell script in conjuction with gcc, name it cpp, put it in the PATH with 755 Unix
rights: 

#!/bin/sh
exec `gcc --print-prog-name=cpp` $*
-----------

> Concerning amaya-1.3 ELF binary release, I have the same problemes than
> others users :
> menus doesn't works, amaya must be killed !

  There is a problem with the new CSS parser which hang (at least on linux
RedHat-5.1) but this was also reported on other distribs, it enters a look
when doing color name lookups on the default page shipped with the
distribution.
  Use amaya URI_to_your document to avoid it, however the bug seem serious
enough that IMHO it's worth rebuilding a corrected Linux binary,

 Daniel

-- 
Daniel.Veillard@w3.org | W3C  MIT/LCS  NE43-344  | Today's Bookmarks :
Tel : +1 617 253 5884  | 545 Technology Square   | Linux, WWW, rpm2html,
Fax : +1 617 258 5999  | Cambridge, MA 02139 USA | badminton, Kaffe,
http://www.w3.org/People/W3Cpeople.html#Veillard | HTTP-NG and Amaya.

Received on Wednesday, 22 July 1998 12:00:04 UTC