I am deploying omero on ubuntu 10.10 and running into problems. ice3.3 is no longer supported. installing old packages turns out to be a pain. compiling 3.3 from source breaks.
the new version of g++ does not compile 3.3 anymore because (I take) stdlib has changed. adding
#include <stddef.h>
to suitable places in it seems to overcome the error (but I am compiling as of writing so I don't know if that is all it takes).
bottomline - it's rather messy to install right now. it would be good if you could upgrade to ice 3.4 so we can just use the latest version and packages