Search found 8 matches

by D.Mon
2016-04-24T09:09:21-07:00
Forum: Users
Topic: Install problem
Replies: 9
Views: 4516

Re: Install problem

Well, actually I do not get any email notifications although I set "email on" in all lines in "Edit notification options".
I just tried by sending myself a PM as you suggested.

When I delete the saved password in my browser, I see my email address in the Email field in my profile.

Nevermind: I do ...
by D.Mon
2016-04-24T02:43:12-07:00
Forum: Users
Topic: Install problem
Replies: 9
Views: 4516

Re: Install problem

Thank you.
It shows my username in the email field.
I think this is because of OS X´s saved passwords.
by D.Mon
2016-04-24T00:08:42-07:00
Forum: Users
Topic: Install problem
Replies: 9
Views: 4516

Re: Install problem

Thank you very much for your feedback.
Of course I did google quite a lot before asking here.

I finally found a solution after closely reading ./configure --help

Some influential environment variables:
[...]
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory ...
by D.Mon
2016-04-23T13:31:50-07:00
Forum: Users
Topic: Install problem
Replies: 9
Views: 4516

Re: Install problem

I don't think I have an error on installing the libjpeg.
The binaries are in /usr/local/bin, the libs are in /usr/local/ an everything seems to work fine

In which location is it supposed to be?

This is the output of configure:
checking for JPEG...
checking jconfig.h usability... yes
checking ...
by D.Mon
2016-04-23T10:51:54-07:00
Forum: Users
Topic: Install problem
Replies: 9
Views: 4516

Install problem

Hallo,

I tried to install ImageMagick 6.3.9-8 from source on OS X 10.11.
I don't want to use home-brew or something like this.

I installed jpegsrc.v9b the same way I did some time ago under OS X 10.10
after ./configure I get
JPEG v1 --with-jpeg=yes no (failed tests)

How can I get jpeg support ...
by D.Mon
2015-02-03T15:05:14-07:00
Forum: Users
Topic: Install from source with delegates
Replies: 5
Views: 4125

Re: Install from source with delegates

In the config.log there are about 32 errors that say xxxxx.h file not found.
by D.Mon
2015-02-03T07:30:55-07:00
Forum: Users
Topic: Install from source with delegates
Replies: 5
Views: 4125

Re: Install from source with delegates

Thank you for your feedback.

I think the delegates did get installed correctly and they are in a default location (/usr/local/)
I can see some related files in /usr/local/lib

ls -1 /usr/local/lib/*jpeg*
/usr/local/lib/libjpeg.9.dylib
/usr/local/lib/libjpeg.a
/usr/local/lib/libjpeg.dylib
/usr ...
by D.Mon
2015-02-02T08:58:42-07:00
Forum: Users
Topic: Install from source with delegates
Replies: 5
Views: 4125

Install from source with delegates

Hello,

I wanted to install ImageMagick from source under OS X 10.10 Yosemite.

To do so, I first installed
ghostscript-9.10
jpeg-9a
libpng-1.6.16
tiff-4.0.3
by downloading the tar.gz files from http://www.imagemagick.org/download/delegates/ and executing

./configure
make
sudo make install ...