Search found 3 matches

by rtorrero
2013-02-27T06:04:27-07:00
Forum: Magick++
Topic: Compiling problem with Magick++ on Ubuntu 12.04.2 LTS 64bit
Replies: 3
Views: 15187

Re: Compiling problem with Magick++ on Ubuntu 12.04.2 LTS 64

How would this apply to code divided in multiple files? i've tried to adapt this to the makefile I posted in my thread (http://www.imagemagick.org/discourse-server/viewtopic.php?f=23&t=22864) but I've had no success so far, it fail building the "main" target (when the linkage is done) ...
by rtorrero
2013-02-26T04:51:17-07:00
Forum: Magick++
Topic: Compiling problem with Magick++ on Ubuntu 12.04.2 LTS 64bit
Replies: 3
Views: 15187

Re: Compiling problem with Magick++ on Ubuntu 12.04.2 LTS 64

Seems we are having the same issue, just posted a similar message in the board, but using ubuntu 12.10 and i686 (also tested with x86_64).

Could you fix this?
by rtorrero
2013-02-26T04:49:20-07:00
Forum: Magick++
Topic: Error linking objetcs (C++ API)
Replies: 0
Views: 6879

Error linking objetcs (C++ API)

Hi, I have inherited a project built using ImageMagick3 c++ API, and i'm trying to get it to compile against ImageMagick5. It builds, however, it fails with missing symbols during linking: The Makefile: http://pastebin.com/2gRRNrF2 The error: http://pastebin.com/HxsLc1be Info about machine and versi...