On Feb 12, 2006, at 9:34 AM, Jean-Marc Lasgouttes wrote:
"Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes:
Bennett> Executables are installed into (for example)
Bennett> /Applications/LyX.app/ Contents/MacOS/lyx-. (Note the
Bennett> trailing "-", with nothing after it; same is true for other
Bennett> executables.) Moreover, the user dir it uses is
Bennett> ~/Library/Application Support/LyX (with no trailing "-"). So
Bennett> it looks like configure isn't working properly. (But I can't
Bennett> investigate more now.)
Did you run autogen.sh?
No, but now that I try and run ./configure, I get the following:
./configure: line 1593: syntax error near unexpected token `<<<'
./configure: line 1593: `<<<<<<< .mine'
The lines around that are:
# First check the version
<<<<<<< .mine
echo "configuring LyX version" 1.4.0svn
if echo 1.4.0svn | grep 'cvs' >/dev/null ; then
=======
echo "configuring LyX version" 1.4.0svn
if echo 1.4.0svn | grep 'svn' >/dev/null ; then
>>>>>>> .r13225
lyx_devel_version=yes
(Similar patterns occur about 5 more times.)
Bennett