My fault - I used graphics-magick-compat-dev instead of image-magick-dev.
It works now.
Another question: What about cmake? It does not seem to work. Is there
no support for cmake as of now?
Henning
Cory K. schrieb:
Henning Meyer wrote:
> Hello,
>
> I'm trying to experiment with the tracing, but unfortunatly I cannot
> even build inkscape from SVN/Trunk.
>
> This is the error I get:
>
> 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: Fehler: »class Magick::Image«
> hat kein Element namens »level«
> make[2]: *** [extension/internal/bitmap/level.o] Fehler 1
> make[2]: Verlasse Verzeichnis
> '/home/hmeyer/devel/inkscape/trunk/inkscape/src'
> make[1]: *** [all-recursive] Fehler 1
> make[1]: Verlasse Verzeichnis '/home/hmeyer/devel/inkscape/trunk/inkscape'
> make: *** [all] Fehler 2
>
> For more details look at:
>
http://drop.io/5y9sjps/media
>
> The same happens with SVN/Release_0_46_0.
>
> What am I doing wrong?
>
> Thanks for your help,
>
> Henning
>
Odd. As of *right now* trunk pulls and builds fine for me. Maybe pull a
fresh copy?
-Cory K.