Search found 6 matches
- 2015-05-23T14:02:58-07:00
- Forum: Bugs
- Topic: unable to build on OpenBSD
- Replies: 8
- Views: 4002
Re: unable to build on OpenBSD
Looks like some make bits that only work on GNU make have snuck in somewhere along the way.
- 2015-05-15T19:00:46-07:00
- Forum: Bugs
- Topic: unable to build on OpenBSD
- Replies: 8
- Views: 4002
Re: unable to build on OpenBSD
$ make -k -i make all-am make: don't know how to make magick/ImageMagick-6.Q16.pc (prerequisite of: all-am)(continuing) make: don't know how to make magick/MagickCore-6.Q16.pc(continuing) make: don't know how to make wand/MagickWand-6.Q16.pc(continuing) make: don't know how to make wand/Wand-6.Q16 ...
- 2015-05-14T15:30:06-07:00
- Forum: Bugs
- Topic: unable to build on OpenBSD
- Replies: 8
- Views: 4002
Re: unable to build on OpenBSD
From the looks of it it is more or less near the end of the build and it errors out with..
Code: Select all
make: don't know how to make magick/ImageMagick-6.Q16.pc (prerequisite of: all-am)
- 2015-05-14T14:30:23-07:00
- Forum: Bugs
- Topic: unable to build on OpenBSD
- Replies: 8
- Views: 4002
Re: unable to build on OpenBSD
You are correct. Building... looks like it is getting much further. Still going.
- 2015-05-14T13:23:09-07:00
- Forum: Bugs
- Topic: unable to build on OpenBSD
- Replies: 8
- Views: 4002
Re: unable to build on OpenBSD
No, the error is the same.
- 2015-05-14T11:06:32-07:00
- Forum: Bugs
- Topic: unable to build on OpenBSD
- Replies: 8
- Views: 4002
unable to build on OpenBSD
Hi, I'm working on trying to update OpenBSD's ancient version of ImageMagick in the ports tree (6.7.7-7) to the latest (6.9.1-2) and ran into an issue compiling the latest and greatest. cc -std=gnu99 -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -DMAGICKCORE_HDRI_ENABLE=0 -DMAGICKCORE ...