openexr-user
[Top][All Lists]
Advanced

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

Re: [Openexr-user] can't configure with nvidia sdk


From: Klaus Steden
Subject: Re: [Openexr-user] can't configure with nvidia sdk
Date: Wed, 25 Feb 2004 11:53:23 -0500 (EST)

> hi all, i'am thinking about studing a bit the EXR image format, and so i
> am tring to install OpenEXR 1.1.0. I dnloaded the src tar and i untarred
> it.
>
> I went ./configure and... it tells me it lacks NVIDIA sdk.
>
> now i dnloaded the sdk and successfully make-ed it too. It built the
> usual .a files in the directory ~/exrstuff/NVSDK/LIBS/lib
>
> libnvio.a libnvmath.a libnvpng.a libnvvarpdrhelper.a libunzip.a
> libnvmanip.a libnvparse.a libnvutil.a libparamgl.a
>
> now i tried again to configure openEXR but still it tells me it lacks
> the NVidia SDK... now how should i tell it that i DO have the sdk
> compiled?
>
> i use the command:
>
> ./configure --with-nvsdk-prefix= ~/exrstuff/NVsdk/LIBS/libs/
>
> but it keeps sayng:
>
> checking for Nvidia SDK... no
> *** The Nvidia SDK test program could not be compiled.
> *** Possible reasons:
> ***     - The Nvidia SDK is not installed.
> ***     - configure cannot find the SDK (use the
> ***       --with-nvsdk-prefix option to tell configure where
> ***       to find it).
> ***     - Your Nvidia SDK is out of date.  Please update it
> ***       to the latest version.
> ***
> *** The exrdisplay program will not be built with fragment shader
> *** support because the fragment shader support depends on the
> *** Nvidia SDK.
>
> the SDK i downloaded and built is the 6.0 rls so i don't think it is
> outdated...
>
Try ...

./configure --with-nvsdk-prefix=$HOME/exrstuff/NVsdk/LIBS/libs/

although unless I miss my guess, the NVidia SDK is both libraries and
includes, and if you have both in $HOME/exrstuff/NVsdk (i.e.
$HOME/exrstuff/NVsdk/include and $HOME/exrstuff/NVsdk/lib) it should find
it. configure scripts look in '$prefix/include' and '$prefix/lib'
conventionally for header files and libraries.

If you've build the NVsdk - have you installed it, too? The EXR config may
be looking for files that are only created by the install step of the
NVsdk.

hope this helps,
Klaus




reply via email to

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