[Pbrt-discuss] installation in Ubuntu

Slavomir Kaslev slavomir.kaslev at gmail.com
Fri May 22 02:40:44 EDT 2009


On Fri, May 22, 2009 at 2:34 AM, Sajjad <dosto.walla at gmail.com> wrote:

> Hello forum,

>

> I believe that issue has already been posted. I have OpenEXR installed and i

> am running a ray tracer that can write to .exr format and i can view the

> image using exrdisplay.

>

> When i try to compile PBRT the exrcheck fails. In The Makefile i gave the

> directory where the include directory to look into as instructed.

>

>

> Any suggestion to get around that problem?


Change in the Makefile

EXRINCLUDE=-I/usr/local/include/OpenEXR
EXRLIBDIR=-L/usr/local/lib

to

EXRINCLUDE=-I/usr/include/OpenEXR
EXRLIBDIR=-L/usr/lib



>

>

> Regards

> Sajjad

>

> _______________________________________________

> pbrt-discuss mailing list

> pbrt-discuss at pbrt.org

> http://six.pairlist.net/mailman/listinfo/pbrt-discuss

>

>




--
Slavomir Kaslev


More information about the pbrt-discuss mailing list