Project

General

Profile

Build Error with GraphicsMagick

Added by Raghav BV almost 12 years ago

Hi..

I have a an error while installing wt.

This is in continuun to Build Error

The basic config is x64 AMD with Debian 6.0.6

I had put

cmake

and other libraries installed into my userspace.

Now

cmake

configures fine.

But

make

fails while linking tests to GraphicsMagick.

Attached are

CMakeCache.txt

and


Replies (3)

RE: Build Error with GraphicsMagick - Added by Raghav BV almost 12 years ago

I mistakenly submitted the form. Apologies

Here are the attachments.

On watching closely, I find

//Path to a library.
GM_LIB:FILEPATH=/path/to/libGraphicsMagick.a

Should GM_LIB link to libGraphicsMagick.a or a libGraphicsMagick.so

RE: Build Error with GraphicsMagick - Added by Wim Dumon almost 12 years ago

Hello Raghav,

Indeed the .a file is a pain to link to, since you need to specify all dependencies of that .a file too, which is quite a lot in the case of graphicsmagick. How comes CMake found the .a file? in our setup, cmake seems to prefer .so files.

BR,

Wim.

RE: Build Error with GraphicsMagick - Added by Raghav BV almost 12 years ago

Hi Wim,

Thanks for the response. I had revisited the folder only to find that the graphicsmagick had not been compiled properly. The .so files were missing.

I degraded & recompiled the library. It worked finally.

Now I have another issue with the wt build.

Please help here - CMAKE compiles .a and no .so files

Thanks again,

r

    (1-3/3)