Search found 7 matches

by criskross
2013-05-14T01:01:11-07:00
Forum: Magick++
Topic: make error libMagick++.so: undefined reference
Replies: 2
Views: 9994

Re: make error libMagick++.so: undefined reference

Still no ideas?
by criskross
2013-02-11T02:19:57-07:00
Forum: Magick++
Topic: make error libMagick++.so: undefined reference
Replies: 2
Views: 9994

Re: make error libMagick++.so: undefined reference

So much views but no idea?
by criskross
2013-01-28T02:52:44-07:00
Forum: Magick++
Topic: make error libMagick++.so: undefined reference
Replies: 2
Views: 9994

make error libMagick++.so: undefined reference

During make i get the following errorcode: /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libMagick++.so: undefined reference to `std::__detail::_List_node_base::_M_hook(std::__detail::_List_node_base*)@GLIBCXX_3.4.15' /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libMagick++.so: undefine...
by criskross
2013-01-13T11:42:13-07:00
Forum: Magick++
Topic: UnrecognizedPixelMap Exception when creating Image
Replies: 6
Views: 13441

Re: UnrecognizedPixelMap Exception when creating Image

OK, for those who had the same problem. I think i found the solution. If u use CMake as a buildtool and try to find ImageMagick there only will be linked the release libraries. That was the problem when I run my program MSVC used the release dll instead of the debug dll in debug mode. So I modified ...
by criskross
2013-01-11T06:54:37-07:00
Forum: Magick++
Topic: UnrecognizedPixelMap Exception when creating Image
Replies: 6
Views: 13441

Re: UnrecognizedPixelMap Exception when creating Image

I think there is a bug in your function. I enter a string with three chars "BGR" and the errormessage returns ` ¶BGR' ? There is definitively something wrong. For the future: I think u better should use enums for cases like this.... Of course the exception is right but I didn't commited a ...
by criskross
2013-01-11T06:05:51-07:00
Forum: Magick++
Topic: UnrecognizedPixelMap Exception when creating Image
Replies: 6
Views: 13441

Re: UnrecognizedPixelMap Exception when creating Image

Ok same answer again.

Somewhere is the problem. Don't you know which setting to change? I am using CMake and I don't want to use button as a template.

I checked your solution but the executable crashes...
by criskross
2013-01-11T04:30:47-07:00
Forum: Magick++
Topic: UnrecognizedPixelMap Exception when creating Image
Replies: 6
Views: 13441

UnrecognizedPixelMap Exception when creating Image

Hello, I get the following exception when I try to create an instance of Image: try { Image mgk(iplImage->width, iplImage->height, "BGR", CharPixel, (char*)iplImage->imageData ); return mgk; } catch (Error e) { cout << e.what() << endl; } UnrecognizedPixelMap ` ¶BGR' @ error/pixel.c/Import...