chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] CMake problem on Linux should be solved


From: John Cowan
Subject: Re: [Chicken-users] CMake problem on Linux should be solved
Date: Fri, 8 Sep 2006 00:33:14 -0400
User-agent: Mutt/1.3.28i

Brandon J. Van Every scripsit:

> I await your tests.

CMake printed an error and didn't generate anything because line 127
tries to load a file named "buildnumber", but there is no such file
in the current Darcs head.

So I built and installed the autotools version, patched around the
problem on line 127, and reran cmake, getting this:

$ cmake /opt/chicken/darcs
-- Check for working C compiler: gcc.exe
-- Check for working C compiler: gcc.exe -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: c++.exe
-- Check for working CXX compiler: c++.exe -- works
-- Found /usr/local/bin/chicken-static.exe
CMake Error: Invalid escape sequence \_
Syntax error in cmake code at
/opt/chicken/darcs/CMakeLists.txt:253:
syntax error, unexpected cal_ERROR, expecting $end (111), when parsing string 
"___| |    _)      |
 |     __ \  |  __| |  /  _ \ __ \
 |     | | | | (      <   __/ |   |
\____|_| |_|_|\___|_|\_\\___|_|  _|

Version 2.430 - windows-cygwin-x86 - [ ptables applyhook ]
(c)2000-2006 Felix L. Winkelmann * 1000000 + ___| |    _)      |             
 |     __ \  |  __| |  /  _ \ __ \
 |     | | | | (      <   __/ |   |
\____|_| |_|_|\___|_|\_\\___|_|  _|

Version 2.430 - windows-cygwin-x86 - [ ptables applyhook ]
(c)2000-2006 Felix L. Winkelmann * 100"
CMake Error: Error in cmake code at
/opt/chicken/darcs/CMakeLists.txt:141:
MATH cannot parse the expression: "___| |    _)      |
 |     __ \  |  __| |  /  _ \ __ \
 |     | | | | (      <   __/ |   |
\____|_| |_|_|\___|_|\_\\___|_|  _|

Version 2.430 - windows-cygwin-x86 - [ ptables applyhook ]
(c)2000-2006 Felix L. Winkelmann * 1000000 + ___| |    _)      |             
 |     __ \  |  __| |  /  _ \ __ \
 |     | | | | (      <   __/ |   |
\____|_| |_|_|\___|_|\_\\___|_|  _|

Version 2.430 - windows-cygwin-x86 - [ ptables applyhook ]
(c)2000-2006 Felix L. Winkelmann * 100": syntax error, unexpected exp_OR, 
expecting exp_OPENPARENT or exp_NUMBER (4)
Current CMake stack: 
/opt/chicken/darcs/CMakeLists.txt;/usr/share/cmake-2.4.3/Modules/CMakeCInformation.cmake;/usr/share/cmake-2.4.3/Modules/CMakeCXXInformation.cmake
CMake Error: Error in cmake code at
/opt/chicken/darcs/CMakeLists.txt:253:
A command failed during the invocation of macro "CANONIZE_VERSION".
CMake Error: Error in cmake code at
/opt/chicken/darcs/CMakeLists.txt:165:
CANONIZE_VERSION unknown error.
Current CMake stack: 
/opt/chicken/darcs/CMakeLists.txt;/usr/share/cmake-2.4.3/Modules/CMakeCInformation.cmake;/usr/share/cmake-2.4.3/Modules/CMakeCXXInformation.cmake
CMake Error: Error in cmake code at
/opt/chicken/darcs/CMakeLists.txt:253:
A command failed during the invocation of macro "GET_TOOL_VERSION".
CMake Error: Error in cmake code at
/opt/chicken/darcs/CMakeLists.txt:253:
GET_TOOL_VERSION unknown error.
Current CMake stack: 
/opt/chicken/darcs/CMakeLists.txt;/usr/share/cmake-2.4.3/Modules/CMakeCInformation.cmake;/usr/share/cmake-2.4.3/Modules/CMakeCXXInformation.cmake
Chicken 2000300 required to generate bootstrap .c files.
      Available Chicken is only .
You have no valid Chicken available.
    If you have all the boot/cfiles/*.c files that a bootstrap needs,
    then I can still build Chicken for you.
CMake Error: Error in cmake code at
/opt/chicken/darcs/CMakeLists.txt:365:
MESSAGE /opt/chicken/darcs/boot/cfiles/batch-driver.c is missing.
        Giving up, terminating build.
Current CMake stack: 
/opt/chicken/darcs/CMakeLists.txt;/usr/share/cmake-2.4.3/Modules/CMakeCInformation.cmake;/usr/share/cmake-2.4.3/Modules/CMakeCXXInformation.cmake
-- Configuring done

It looks like CMake suddenly doesn't like the "\_" sequence in
in the big-print "Chicken" output by "chicken-static -version",
and then gets terminally confused after that.

-- 
The Unicode Standard does not encode            John Cowan
idiosyncratic, personal, novel, or private      http://www.ccil.org/~cowan
use characters, nor does it encode logos
or graphics.                                    address@hidden




reply via email to

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