texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] sed problem in 1.0.1.7


From: Martin Costabel
Subject: [Texmacs-dev] sed problem in 1.0.1.7
Date: Tue, 04 Mar 2003 00:19:44 +0100
User-agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.3b) Gecko/20030210

The configure script in 1.0.1.7 has the line

GUILE_VERSION=`guile --version | grep 'Guile \([0-9]\)' | sed 's/Guile \([0-9]*\)/\1/' -`

On my system (MacOSX) this gives a "sed: -: no such file or directory" error. The GUILE_VERSION is then undefined and this leads to a wrong switch in guile.hh with fatal undefined symbol errors later on.

Is this dash at the end correct syntax? My sed doesn't understand it, in any case. When I remove it, TeXmacs-1.0.1.7 compiles OK.

--
Martin





reply via email to

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