hi folks, i was wanting to check out the latest svn snap of rawstudio to get support for my canon eos 550d, unfortunately there are some issues with SSE symbols invading the plugins:
/usr/share/rawstudio/plugins/resample.so: undefined symbol: ResizeV_SSE2 /usr/share/rawstudio/plugins/colorspace_transform.so: undefined symbol: transform8_srgb_sse2 also, i had to make a minor change to plugins/dcp/dcp-sse2.c to get rawstudio to build after compilation got stuck with an error: ../../plugins/dcp/dcp-sse2.c:926:13: error: static declaration of ‘calc_hsm_constants’ follows non-static declaration ../../plugins/dcp/dcp.h:129:6: note: previous declaration of ‘calc_hsm_constants’ was here simply changing from static void to void, was enough to complete the build.. i'm running an old g4/powerpc on archlinux.. thanks for your help. dmotd _______________________________________________ Rawstudio-dev mailing list [email protected] http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-dev
