Page 1 of 1

Building omero-4.1.1 OmeroCpp

PostPosted: Mon Dec 07, 2009 1:32 pm
by bernhard
Hi Josh!

Just a short remark, it seems the build system is not looking for lib64 folders below ICE_HOME, the omero client library cannot be linked on my system:

ICE_HOME=/opt/Ice-3.3 ./build.py build-cpp
failes with a linker error that -lIce cannot be found. Invoking scons like this:
OmeroCpp $ LIBPATH=/opt/Ice-3.3/lib64 ICE_HOME=/opt/Ice-3.3 scons

works fine, though.
The LIBPATH in compiler.log only contains /opt/Ice-3.3/lib if not specified in the environment as above.

Cheers! Bernhard

Re: Building omero-4.1.1 OmeroCpp

PostPosted: Tue Dec 15, 2009 7:46 pm
by jmoore
Many thanks as ever, Bernhard. ticket:1718 added. What was the platform for reference?

Re: Building omero-4.1.1 OmeroCpp

PostPosted: Mon Jan 04, 2010 10:29 am
by bernhard
What was the platform for reference?

OpenSuse 11.1

Cheers, Bernhard