Page 1 of 1

Make Error for IM 6.9.10.45 and 7.0.8.45

Posted: 2019-05-13T16:23:59-07:00
by fmw42
IM 6.9.10.45 Q16 and IM 7.0.8.45 Q16 HDRI on Mac OSX Sierra.

Code: Select all

make
/Applications/Xcode.app/Contents/Developer/usr/bin/make all-am
make[1]: config/install-sh: No such file or directory
make[1]: *** [utilities/.dirstamp] Error 1
make: *** [all] Error 2

Re: Make Error for IM 6.9.10.45 and 7.0.8.45

Posted: 2019-05-13T17:46:11-07:00
by magick
Try .46 Beta, building now. Does that resolve the problem?

Re: Make Error for IM 6.9.10.45 and 7.0.8.45

Posted: 2019-05-13T18:08:01-07:00
by fmw42
magick wrote: 2019-05-13T17:46:11-07:00 Try .46 Beta, building now. Does that resolve the problem?
No. The same error returns.

Re: Make Error for IM 6.9.10.45 and 7.0.8.45

Posted: 2019-05-14T18:40:49-07:00
by fmw42
I reinstalled Xcode 9.2 and tried again, but still getting this error for the x.x.x.45 releases

Re: Make Error for IM 6.9.10.45 and 7.0.8.45

Posted: 2019-05-14T22:55:23-07:00
by dlemstra
I also had trouble building Magick.NET on macOs with that version. Running `autoreconf -fiv` before `./configure` solved the issue for me for now.

Re: Make Error for IM 6.9.10.45 and 7.0.8.45

Posted: 2019-05-14T23:19:14-07:00
by fmw42
dlemstra wrote: 2019-05-14T22:55:23-07:00 I also had trouble building Magick.NET on macOs with that version. Running `autoreconf -fiv` before `./configure` solved the issue for me for now.
If I do that, I get a message. Can you clarify further the proper procedure

Code: Select all

autoreconf -fiv
autoreconf: 'configure.ac' or 'configure.in' is required

Re: Make Error for IM 6.9.10.45 and 7.0.8.45

Posted: 2019-05-16T08:42:10-07:00
by fmw42
The following seems to have fixed my make issue, also.
magick wrote: 2019-05-16T08:22:45-07:00 We recently updated to the latest autoconf/automake configuration files and something broke. The culprit is likely in automake. Until there is patch try this command to build ImageMagick:

Code: Select all

./configure MKDIR_P="/bin/mkdir -p" --disable-dependency-tracking