I try to build the C++ Api for windwos. I've downloaded the OMERO source for 2.5.0, and installed Python 3.5.0, ICE 3.6.1 and CMake 3.4.0.
My OS is Windows 10 x64.
I build the source with:
- Code: Select all
C:\PATH_TO_OMERO\build.bat build-cpp
After a while i get the following error message:
- Code: Select all
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: omero#omero-shares;${versions.ice}: not found
:: zeroc#ice;${versions.ice}: not found
:: zeroc#ice-glacier2;${versions.ice}: not found
:: zeroc#ice-storm;${versions.ice}: not found
:: zeroc#ice-grid;${versions.ice}: not found
:: zeroc#ice-db;${versions.ice}: not found
:: zeroc#ice-freeze;${versions.ice}: not found
::::::::::::::::::::::::::::::::::::::::::::::
BUILD FAILED
C:\XXX\OMERO-Sourcecode\build.xml:258: The following error occurred while executing this line:
C:\XXX\OMERO-Sourcecode\components\antlib\resources\global.xml:430: The following error occurred while executing th
is line:
C:\XXX\OMERO-Sourcecode\components\antlib\resources\lifecycle.xml:67: impossible to resolve dependencies:
resolve failed - see output for details
Total time: 1 minute 31 seconds
I'm very sure, that the Paths to the ICE installation are at my enviranment variable PATH.
Can anyone help me to build the c++ api.
Thanks,
Daniel