openexr-user
[Top][All Lists]
Advanced

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

Re: [Openexr-user] openexr_viewers includes needed


From: Bill Elswick
Subject: Re: [Openexr-user] openexr_viewers includes needed
Date: Thu, 07 Jul 2011 17:19:53 -0700

Oops, of course I meant:

#include <stdio.h>      // for sscanf

At 05:00 PM 7/7/2011, Bill Elswick wrote:
While trying to compile openexr_viewers on Ubuntu 10.04.02, applyCTL.cpp fails to compile because 'sscanf' and 'getenv' are undefined.

I needed to add:
#include <stdio.lib>    // for sscanf
#include <stdlib.h>     // for getenv

Cheers,
--Bill


_______________________________________________
Openexr-user mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/openexr-user




reply via email to

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