Compile problem on OpenSuSE 11.0

Asked by mikedl

I have a problem compiling this on OpenSuSE 11.0. The cmake step correctly detects ImageMagick++, but when make is run, I get
errors compiling cuneiform-cli.cpp: 'Magick++.h No such file or directory'.

The Magick++.h header file is in /usr/include/ImageMagick/, with the subordinate files (Blob.h, Pixels.h, etc.) in /usr/include/ImageMagick/Magick++/

Question information

Language:
English Edit question
Status:
Solved
For:
Cuneiform for Linux Edit question
Assignee:
No assignee Edit question
Solved by:
Jussi Pakkanen
Solved:
Last query:
Last reply:
Revision history for this message
Best Jussi Pakkanen (jpakkane) said :
#1

Are you using a release tar ball or bzr trunk?

Revision history for this message
Jussi Pakkanen (jpakkane) said :
#2

Also, what output do you get from 'pkg-config --cflags ImageMagick++'?

Revision history for this message
mikedl (mike-ladwig) said :
#3

Thanks. The problem in 0.2 was fixed for me in 0.3.

Revision history for this message
mikedl (mike-ladwig) said :
#4

Thanks JussiP, that solved my question.