Search found 7 matches
- 2016-10-18T08:45:15-07:00
- Forum: Users
- Topic: Build ImageMagick with custom build OpenExr
- Replies: 9
- Views: 7000
Re: Build ImageMagick with custom build OpenExr
So is there any chance I can compile imagemagick with my own static build of OpenEXR? Setting the compile flags doesn't seem to have any effect when compiling...
- 2016-09-29T06:22:42-07:00
- Forum: Users
- Topic: Build ImageMagick with custom build OpenExr
- Replies: 9
- Views: 7000
Re: Build ImageMagick with custom build OpenExr
I stand corrected, I meant version 7.0.3, sorry.
- 2016-09-28T12:27:04-07:00
- Forum: Users
- Topic: Build ImageMagick with custom build OpenExr
- Replies: 9
- Views: 7000
Re: Build ImageMagick with custom build OpenExr
Wow, I know this is old, but I am giving this another shot with version 7.0.3 of imagemagick and I'm still having trouble to link my own build of OpenEXR.
Again, I tried settings LDFLAGS and CPPFLAGS to the dir where OpenEXR is install but this doesn't seem sufficient for configure to find what it ...
Again, I tried settings LDFLAGS and CPPFLAGS to the dir where OpenEXR is install but this doesn't seem sufficient for configure to find what it ...
- 2014-04-28T10:41:46-07:00
- Forum: Users
- Topic: Build ImageMagick with custom build OpenExr
- Replies: 9
- Views: 7000
Re: Build ImageMagick with custom build OpenExr
Also, does ImageMagick support OpenEXR 2.x+? Because I have compiled version 2.0.1 and I'm wondering if thiws is why I am having issue
- 2014-04-28T09:42:55-07:00
- Forum: Users
- Topic: Build ImageMagick with custom build OpenExr
- Replies: 9
- Views: 7000
Re: Build ImageMagick with custom build OpenExr
Edit Makefile. You'll see
CPPFLAGS = ... -I/usr/local/include/OpenEXR
You'll also see MAGICK_CPPFLAGS. That is what is displayed from the configure output. We'll correct the configure script output to reflect CPPFLAGS rather than MAGICK_CPPFLAGS.
Ok, I see it in the Makefile... but why is it ...
CPPFLAGS = ... -I/usr/local/include/OpenEXR
You'll also see MAGICK_CPPFLAGS. That is what is displayed from the configure output. We'll correct the configure script output to reflect CPPFLAGS rather than MAGICK_CPPFLAGS.
Ok, I see it in the Makefile... but why is it ...
- 2014-04-28T08:40:53-07:00
- Forum: Users
- Topic: Build ImageMagick with custom build OpenExr
- Replies: 9
- Views: 7000
Re: Build ImageMagick with custom build OpenExr
Actually, I have noticed that the ./configure seems to ignore what I pass to CPPFLAGS
for example, if I do:
./configure CPPFLAGS=-I/usr/local/include/OpenEXR
I get :
Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.8.9
CC = gcc -std=gnu99 -std=gnu99 ...
for example, if I do:
./configure CPPFLAGS=-I/usr/local/include/OpenEXR
I get :
Options used to compile and link:
PREFIX = /usr/local
EXEC-PREFIX = /usr/local
VERSION = 6.8.9
CC = gcc -std=gnu99 -std=gnu99 ...
- 2014-04-28T08:21:26-07:00
- Forum: Users
- Topic: Build ImageMagick with custom build OpenExr
- Replies: 9
- Views: 7000
Build ImageMagick with custom build OpenExr
I have trying to configure ImageMagick to see/detect my build of OpenEXR and I'm unable to do so. I am on CentOS and it is not a yum install of openexr, it's my own build. I have tried setting CPPFLAGS and LDFLAGS to where my includes and libraries are to no avail.
Can anyone let me know if it's ...
Can anyone let me know if it's ...