[ome-devel] Building Omero

Josh Moore josh at glencoesoftware.com
Thu Feb 4 07:52:50 GMT 2010


Hi Shawn,

Shawn Garbett writes:
 > I'm back to building the importer. For some reason I thought the
 > client code had this, but it's under the server code base it
 > appears.

The importer is in the server svn. We're debating whether or not to
merge our other svn resources at the moment. We'll keep you posted.

 > I can't get the latest version to build on my box. Here's the error output from the build:
 > 
 > icegen1:
 >       [dsl] log4j:ERROR Could not create an Appender. Reported error follows.

This first part of the error comes from building via "ant" or
"java". If you use "./build.py" it will be silenced.

 > icegen2:
...
 >      [exec] os.chdir('/Users/garbetsp/Projects/omero.server/components/blitz/resources')
 >      [exec] slice(["omero/API.h", "omero/API.cpp"], ["omero/API.ice"])
 >      [exec] os.chdir('/Users/garbetsp/Projects/omero.server/components/blitz')
 >      [exec] scons: *** [omero/API.h] No such file or directory
 > 
 > BUILD FAILED /Users/garbetsp/Projects/omero.server/build.xml:117:
 > The following error occurred while executing this line:
 > /Users/garbetsp/Projects/omero.server/components/antlib/resources/global.xml:109:
 > The following error occurred while executing this line:
 > /Users/garbetsp/Projects/omero.server/components/blitz/build.xml:203:
 > The following error occurred while executing this line:
 > /Users/garbetsp/Projects/omero.server/components/antlib/resources/global.xml:203:
 > exec returned: 2

It looks like "slice2cpp" has not been installed on your system. What
OS is this? http://trac.openmicroscopy.org.uk/omero/ticket/1707 shows
how to workaround on RPM-based systems. (Basically, install the
ice-c++-devel package)

Best wishes,
~Josh


More information about the ome-devel mailing list