Dear all
Following the advise of J.B.C.Engelen I have tried to compile inkscape and I it has failed. I have downloaded the tar ball and follow the route configure ->make->make install but make does not build the executable. What am i missing? Is my system lacking any packages?
Below you can find the details of configure and the compilation error.
Thank you very much for your help
$ ./configure .... Configuration:
Source code location: . Destination path prefix: /usr/local Compiler: g++ CPPFLAGS: CXXFLAGS: -Wall -Wformat-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -D_FORTIFY_SOURCE=2 -Wno-unused-parameter -g -O2 CFLAGS: -Wall -Wformat-security -W -D_FORTIFY_SOURCE=2 -Wno-pointer-sign -g -O2 LDFLAGS:
Use Xft font database: yes Use gnome-vfs: yes Use openoffice files: yes Use MMX optimizations: yes Use relocation support: no Internal Python: skipped Internal Perl: skipped Enable LittleCms: yes Enable Inkboard: no Enable SSL in Inkboard: no Enable Poppler-Cairo: yes ImageMagick Magick++: yes Libwpg: no
$ make
g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/freetype2 -pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -DPOTRACE="potrace" -pthread -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairomm-1.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/atkmm-1.6 -I/usr/include/atk-1.0 -I/usr/include/libxml2 -I../cxxtest -Wall -Wformat-security -W -Wpointer-arith -Wcast-align -Wsign-compare -Woverloaded-virtual -Wswitch -D_FORTIFY_SOURCE=2 -Wno-unused-parameter -g -O2 -MT extension/internal/bitmap/level.o -MD -MP -MF $depbase.Tpo -c -o extension/internal/bitmap/level.o extension/internal/bitmap/level.cpp &&\ mv -f $depbase.Tpo $depbase.Po extension/internal/bitmap/level.cpp: In member function 'virtual void Inkscape::Extension::Internal::Bitmap::Level::applyEffect(Magick::Image*)': extension/internal/bitmap/level.cpp:23: error: 'class Magick::Image' has no member named 'level' make[2]: *** [extension/internal/bitmap/level.o] Error 1 make[2]: Leaving directory `/home/oscar/tmp/inkscape-0.46/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/oscar/tmp/inkscape-0.46' make: *** [all] Error 2
participants (1)
-
Oscar Lopez