autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't detect OpenEXR


From: Stepan Kasal
Subject: Re: Can't detect OpenEXR
Date: Fri, 31 Dec 2004 08:03:56 +0100
User-agent: Mutt/1.4.1i

Hi,

you should quote your arguments, for example:

AC_CHECK_LIB(IlmImf,ImfApplyLut,,[AC_MSG_ERROR([*** openexr dev lib not found 
***])],)

AC_CHECK_HEADER(OpenEXR/half.h,
    [OPENEXR_INCLUDES="-I$prefix/include/OpenEXR";
     OPENEXR_LIBS='-lIlmImf -lImath -lIex -lHalf -lz'],
    [AC_MSG_ERROR([*** openexr dev header half.h not found ***])])

There may be more problems, this is the first which I see.

Tell us whether this helped.

Stepan Kasal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]