Search found 7 matches

by adelhoss
2017-10-06T01:14:15-07:00
Forum: Magick++
Topic: g++ library Magick++ can not found
Replies: 10
Views: 27409

Re: g++ library Magick++ can not found

yes i build demo app.
but when composite Magick++-config with g++ compiler Error show magick++config not know for g++.
how use Magick++config with g++ ?
by adelhoss
2017-10-06T00:48:10-07:00
Forum: Magick++
Topic: g++ library Magick++ can not found
Replies: 10
Views: 27409

Re: g++ library Magick++ can not found

How Setup Magick++ Library for use Compile ?
i read your manual and install all package need but return magick++ not found .
Please Programmers help meeeeeeeeeeeeeeeee
by adelhoss
2017-10-06T00:46:25-07:00
Forum: Magick++
Topic: g++ library Magick++ can not found
Replies: 10
Views: 27409

Re: g++ library Magick++ can not found

Only I Use Compile Project that use Your Library i want Compile this Project with g++ Compiler i use this Command : g++ -O2 -o ./bin/puzzle ./src/Puzzle.cpp -l armadillo -l Magick++ -l pthread -l boost_thread only Library Founded armadillo pthread boost_thread only your library can not found by ld ....
by adelhoss
2017-10-05T22:53:36-07:00
Forum: Magick++
Topic: g++ library Magick++ can not found
Replies: 10
Views: 27409

Re: g++ library Magick++ can not found

I Uses Demp.cpp : I Downloaded Magick++.cpp and Compiled Successfully and created Executable File : https://www.mediafire.com/view/ltkzgvgzg2hqwjv/1.png https://www.mediafire.com/file/7mtayv63tux5goo/2.png I Need Use Your Library in g++ Compiler Command : g++ -O2 -o ./bin/puzzle ./src/Puzzle.cpp -l ...
by adelhoss
2017-10-05T22:25:53-07:00
Forum: Magick++
Topic: g++ library Magick++ can not found
Replies: 10
Views: 27409

Re: g++ library Magick++ can not found

I Installed Package ....
I do not know Default Location in Linux ....
where Location Default Lib Magick++?
i Donot Need ImageMagick Only Need Magick++ Library ...
where i Should Run This Command :

Code: Select all

./configure [ --prefix=/prefix ]
make
make install
I do not your Library (so) where Installed ...
by adelhoss
2017-10-05T11:05:19-07:00
Forum: Magick++
Topic: g++ library Magick++ can not found
Replies: 10
Views: 27409

Re: g++ library Magick++ can not found

Please Help MEEEEEEEEEEEEEEE
by adelhoss
2017-10-05T06:09:14-07:00
Forum: Magick++
Topic: g++ library Magick++ can not found
Replies: 10
Views: 27409

g++ library Magick++ can not found

i compile one project used your library Magick ++
but g++ show message Magick++ notfound
this picture :
Image
I installed ImageMagick in Fedora 20 .
and install ImageMagick-Devel.
But do not know how set Patch ...