On Wednesday 30 July 2008 15:31:34 Ben Taylor wrote:
> >> > pkgbuild: "imgconvert.c", [gray16_to_gray16]:ube: error: SIGNAL:
> >> > Segmentation Fault
> >> > pkgbuild: cc: ube failed for imgconvert.c
I had pushed some workarounds into dude to re-start the compile with lower
optimization levels; however, with the *very latest* compiler patches (e.g.
this week's, not last month's) this no longer seems to be necessary; using
cc: Sun C 5.9 SunOS_i386 Patch 124868-06 2008/06/24
the ffmpeg build goes through 64-bit in one go and then ends up failing on
nv83 in the 32-bit build as follows:
"/usr/include/mlib_algebra_proto.h", line 2796: error: syntax error before or
at: *
The following test program
===
#include <mlib_algebra_proto.h>
===
compiles as follows:
-m32 ok
-m32 -Xc fail
-m64 ok
-m64 -Xc ok
so that's one bit of tweakery left to do to get ffmpeg done.