open source - Pfstools - compile for Windows -
I am trying to get pfstools (as well as pfstmo and ppscalibration) to work under Windows. These are basically an open source series of command line tools for high dynamic range (HDR) imaging.
They were developed for Linux, so the documentation says that they need to compile and run in Sigwin in Windows, which is not a big deal, except that I have to follow them instructions Can not be compiled to
Does anyone have any experience using these in Windows here? The project home page is thanks.
I can not answer you definately, but I'm having trouble finding them. Creating also also shows this missing symbol issue. This is the first place that fails it when it can not get the symbol __int64. I do not quite understand this because it is all Linux code and I thought __int64 was a Microsoft VC ++ - only symbol. Anyway, I have tried to admit "long time" def in different places and it is not taking it for me. Best of all I can understand that ImageMagic libraries are designed to work with Visual C ++ as well as to work with Linux, and when they see the definition of Windows, they use VC ++ specific symbols (And who knows what else), although we are not actually compiling + + and KABOOM
$ make all recurring makeup with VC [1]: Access the directory `/home/Ben/pfstools-1.8.2 'src Making all of them [2]: By entering the directory `/home/Ben/pfstools-1.8.2/src 'in all PFS [3]: By entering the directory` /home/Ben/pfstools-1.8.2/src / Pfs' make [3]: nothing will be made for `all '[3]: making directory` /home/Ben/pfstools-1.8.2/src/pfs' leaving all the tax in the fileformat [3]: Entering directory` /home/Ben/pfstools-1.8.2/src/fileformat 'G ++ - DHHVCFCFIGI I ../...I./../pfs-fopenmp I / usr / included / ImageMagick - O3-mt pfsinimgmagick.o -MD -MP -MF .deps / pfsinimgmagick.Tpo -c -o PFS inimgmagick o pfsinimgmagick.cpp file / usr / include / ImageMagick / magic K / MagickCore.h: 147 included /usr/include/ImageMagick/Magick++/Include.h:47 from / usr / include / ImageMagick / Magick ++ / Image.h: 11, / usr / include / ImageMagick / Magick ++. H: 9s, from pfsinimgmagick.cpp: 29: /usr/include/ImageMagick/magick/magick-type.h:129: Error: `__int64 'does not name a type [and similarly]
Comments
Post a Comment