-
gcc (GCC) 4.4.1
I confirm that changing line 194 in src/filter/pfspanoramic.cpp to static Projection *getProjection(char *name) the problem is solved! Tested in pfstools v. 1.8.1.
Thanks rafm!
2009-09-05 10:44:01 UTC by nobody
-
rafm committed revision 38 to the pfstools for HDR images SVN repository, changing 1 files.
2009-09-02 01:37:41 UTC by rafm
-
rafm committed revision 37 to the pfstools for HDR images SVN repository, changing 3 files.
2009-09-02 01:34:22 UTC by rafm
-
rafm committed patchset 79 of module pfstmo to the pfstools for HDR images CVS repository, changing 3 files.
2009-09-02 01:11:39 UTC by rafm
-
What compiler are you running? (gcc --version).
Please check if if changing the line 194 in src/filter/panoramic.cpp from
static Projection *getProjection(const char *name)
to
static Projection *getProjection(char *name)
solves the problem.
2009-09-01 14:14:37 UTC by rafm
-
I tried to compile each version of pfstools using 64-bit archlinux from 1.8.1 to 1.6.5. I could compile only 1.6.5; the others gave me this error.
I had theese commands:
1) ./configure
2) make. During "make" command it gave me this error:
g++ -DHAVE_CONFIG_H -I. -I../.. -I./../pfs -O3 -MT pfsextractchannels.o -MD -MP -MF .deps/pfsextractchannels.Tpo -c -o pfsextractchannels.o...
2009-09-01 12:43:40 UTC by nobody
-
Thanks for reporting the problem. Patch applied, bug fixed in the CVS,
2009-08-25 18:10:48 UTC by rafm
-
rafm committed patchset 78 of module pfstmo to the pfstools for HDR images CVS repository, changing 2 files.
2009-08-25 18:08:54 UTC by rafm
-
On certain EXR files (produced by Hugin) with big enough resolution fattal tmo produces black output image. It seems that description from tmo_fattal02.cpp:309 is not fully acomplished, because there is silent assumption that minLum is always equal to 0, what leads to providing negative argument to log function if minLum is less than 0.
Attached patch repairs the bug.
2009-08-16 11:53:55 UTC by bolbi
-
I get the following error when trying to make pfstools on MacOS 10.5:
libtool: link: cannot find the library `' or unhandled argument `Carbon'
The error looks similar to
http://trac.macports.org/ticket/19787.
2009-08-11 12:13:58 UTC by tamburrino