Andreas Metzler schrieb am Montag, 1. November 2021 um 13:47:18 UTC+1:

>
> as a side effect of switching to cmake I have found that the PTtiff2psd 
> tests fail on s390x, hppa, powerpc ppc64 and sparc64. (This test was not 
> run in the autotools buildsystem) 
>

 it seems to be an endianness problem. All affected architectures are big 
endian, but it's working on little endian systems, isn't it.
In panorama.h, line 47 it is commented out
//#define PT_BIGENDIAN                  1
Could you try to change this to
#define PT_BIGENDIAN                  1 
(remove the comment ) and try again? 
If this works we need to find a way to detect the endianness either in 
CMake or in C.

Thanks
Thomas

-- 
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
--- 
You received this message because you are subscribed to the Google Groups 
"hugin and other free panoramic software" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to hugin-ptx+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/hugin-ptx/a3b55faa-af58-4ba0-a390-31bd4a7febacn%40googlegroups.com.

Reply via email to