Discussion:
[Openexr-user] openexr_viewers includes needed
Bill Elswick
2011-07-08 00:00:26 UTC
Permalink
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
Bill Elswick
2011-07-08 00:19:53 UTC
Permalink
Oops, of course I meant:

#include <stdio.h> // for sscanf
Post by Bill Elswick
While trying to compile openexr_viewers on Ubuntu 10.04.02,
applyCTL.cpp fails to compile because 'sscanf' and 'getenv' are undefined.
#include <stdio.lib> // for sscanf
#include <stdlib.h> // for getenv
Cheers,
--Bill
_______________________________________________
Openexr-user mailing list
https://lists.nongnu.org/mailman/listinfo/openexr-user
Loading...