I can not compile MathMap on Linux - libnoise issue
430 views
Skip to first unread message
YAFU
unread,
May 24, 2012, 2:20:19 PM5/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MathMap
Hello.
I can not compile MathMap (1.3.5 or git version) because of problems
with libnoise. I do not know if I'm doing something wrong.
The first time I run "make" with v1.3.5 does not seem to find some
file because it has not extracted from libnoisesrc-1.0.0.zip:
---
cd libnoise ; patch -p1 <../libnoise-static.diff
patching file noise/lib/Makefile
patching file noise/src/Makefile
cd libnoise ; patch -p1 <../libnoise-bestest.diff
patching file noise/src/interp.h
patching file noise/src/noisegen.cpp
patching file noise/src/noisegen.h
cd libnoise ; patch -p1 <../libnoise-libtool-tags.diff
patching file noise/src/Makefile
cd libnoise/noise ; make CFLAGS=-O3 CXXFLAGS=-O3
make[1]: Entering directory `/media/LINUX2/home/nulluser/Descargas/
mathmap-1.3.5/libnoise/noise'
make -C doc
make[2]: Entering directory `/media/LINUX2/home/nulluser/Descargas/
mathmap-1.3.5/libnoise/noise/doc'
`which doxygen` Doxyfile
/bin/sh: Doxyfile: not found
make[2]: *** [html] Error 127
make[2]: Leaving directory `/media/LINUX2/home/nulluser/Descargas/
mathmap-1.3.5/libnoise/noise/doc'
make[1]: *** [doc] Error 2
make[1]: Leaving directory `/media/LINUX2/home/nulluser/Descargas/
mathmap-1.3.5/libnoise/noise'
make: *** [libnoise] Error 2 Then if I run "make" again, the
compilation begins but ends with the error (final lines):
----------------
Then if I run "make" again, the compilation seems to go well but ends
with the following error:
---
include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/
usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/
glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/
pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/
include/gtksourceview-2.0 -I/usr/include/libxml2 -Ilibnoise/noise/
include -o builtins/libnoise.o -c builtins/libnoise.cpp
builtins/libnoise.cpp:23:19: fatal error: noise.h: No such file or
directory
compilation terminated.
make: *** [builtins/libnoise.o] Error 1
----------------
Same with the git version from the first time I run "make", but in
version git the second time I run "make" I get:
---
clisp builtins.lisp
make: clisp: Command not found
make: *** [compiler_types.h] Error 127
----------------
Thank you very much.
YAFU
unread,
Jun 20, 2012, 4:54:54 PM6/20/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message