Skip to Content.
Sympa Menu

mathemagix-devel - Re: [Mathemagix] mmx & cmake

Subject: Mathemagix

List archive

Re: [Mathemagix] mmx & cmake


Chronological Thread 
  • From: Bernard Mourrain <address@concealed>
  • To: address@concealed
  • Cc: Julien Wintz <address@concealed>
  • Subject: Re: [Mathemagix] mmx & cmake
  • Date: Tue, 13 Oct 2009 18:57:20 +0200



Frederic Chyzak wrote:
On Sun, 2009-10-11 at 19:30 +0200, Bernard Mourrain wrote:

To build the libraries *out of sources*,

mkdir build # the directory where all will be built
cd build
cmake ../mmx # or the directory of mmx
make
source local_paths # to setup environment variables
mmx-light # to run the interpreter

Hi,

I have tried "cd mmx ; svn up ; cd ..", then your list of commands.

First, mmx-light was not in my path, so I tried "./mmxlight/mmx-light";
second, I see the flatten problems again:

[chyzak@temple build]$ ./mmxlight/mmx-light WARNING: mmxlight library could not be loaded
WARNING: basix library could not be loaded
--------------------------------------------------------------
|:*) Welcome to Mathemagix-light 0.1 (*:|
| This software falls under the GNU General Public License |
| It comes without any warranty whatsoever |
|------------------------------------------------------------|
| (c) 2001--2009 by |
| Joris van der Hoeven, Gregoire Lecerf, |
| Bernard Mourrain, Olivier Ruatta and others |
--------------------------------------------------------------
Warning: unresolved type encountered in flatten: flatten
Warning: unresolved type encountered in flatten: flatten
Warning: unresolved type encountered in flatten: flatten
Warning: unresolved type encountered in flatten: flatten
Warning: unresolved type encountered in flatten: flatten
Warning: unresolved type encountered in flatten: flatten
Warning: unresolved type encountered in flatten: flatten
Warning: file '/usr/local/etc/mathemagix/boot.mmx' not found.
See documentation in 'doc/overview/install.en.tm'.
Use --noboot to disable this message.

Any idea what goes wrong?

The command
source local_paths

did'nt set-up properly the environment variables :

The pb is DYL_ instead of DYLD_ in the generation of local_paths ...
(I guess you are using a mac).
This will be corrected soon.

Bernard



Archive powered by MHonArc 2.6.18.

Top of Page