Skip to Content.
Sympa Menu

mathemagix-devel - Re: [Mathemagix] Compilation pb

Subject: Mathemagix

List archive

Re: [Mathemagix] Compilation pb


Chronological Thread 
  • From: Bernard Mourrain <address@concealed>
  • To: address@concealed
  • Subject: Re: [Mathemagix] Compilation pb
  • Date: Thu, 29 Oct 2009 11:03:37 +0100

The problem should be solved now on Mac.

sudo port install readline
(if needed)

cd build
rm CmakeCache.txt
cmake ../mmx
make
source local_paths
./mmxlight/mmx-light

B.
Grégoire Lecerf wrote:
For the moment I do not have time to debug the Cmake process
if it behaves differently that the one through the autotools...

Le 27/10/2009 22:22, address@concealed a écrit :
A compilation pb with

i686-apple-darwin10-g++-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5646)
Copyright (C) 2007 Free Software Foundation, Inc.

and the version readline

readline @6.0.000, Revision 1 (devel)
Variants: darwin, universal

installed by port

on a Mac Snow Leopard (10.6):

[ 81%] Building CXX object mmxlight/CMakeFiles/mmxlight.dir/src/input.cpp.o
/Users/bernard/mmx/mmxlight/src/input.cpp: In function ‘int
mmx::passive_newline(int, int)’:
/Users/bernard/mmx/mmxlight/src/input.cpp:235: error: ‘rl_crlf’ was not
declared in this scope
/Users/bernard/mmx/mmxlight/src/input.cpp:236: error: ‘rl_on_new_line’ was
not declared in this scope
/Users/bernard/mmx/mmxlight/src/input.cpp:238: error: ‘rl_done’ was not
declared in this scope
/Users/bernard/mmx/mmxlight/src/input.cpp: In function ‘int
mmx::active_newline(int, int)’:
/Users/bernard/mmx/mmxlight/src/input.cpp:246: error: ‘rl_crlf’ was not
declared in this scope
/Users/bernard/mmx/mmxlight/src/input.cpp:247: error: ‘rl_on_new_line’ was
not declared in this scope
/Users/bernard/mmx/mmxlight/src/input.cpp:249: error: ‘rl_done’ was not
declared in this scope
/Users/bernard/mmx/mmxlight/src/input.cpp: In function ‘bool
mmx::shell_terminal_input(mmx::string&)’:
/Users/bernard/mmx/mmxlight/src/input.cpp:289: error: ‘RETURN’ was not
declared in this scope
/Users/bernard/mmx/mmxlight/src/input.cpp:290: error: ‘META’ was not
declared in this scope
/Users/bernard/mmx/mmxlight/src/input.cpp:301: error: ‘struct
HISTORY_STATE’ has no member named ‘entries’
make[2]: *** [mmxlight/CMakeFiles/mmxlight.dir/src/input.cpp.o] Error 1






Archive powered by MHonArc 2.6.18.

Top of Page