I'm trying to build the Insight client from source code:
I have downloaded the source code using
- Code: Select all
git clone http://github.com/openmicroscopy/openmicroscopy
I'm building on Windows 7 and (trying) to use Eclipse
I have installed python 2.7 and ice-3.3.1 and set the path and pythonpath
When i try to build, using
- Code: Select all
c:\users\peter\openmicroscopy\build.bat
I get the following error messages:
- Code: Select all
Entering C:\Users\Peter\openmicroscopy\components\romio...
retrieve:
:: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ ::
:: loading settings :: file = C:\Users\Peter\openmicroscopy\etc\ivysettings.xml
:: problems summary ::
:::: WARNINGS
module not found: ome#bio-formats;UNKNOWN-ice33
==== main: tried
//removed lines here
==== repo: tried
//removed lines here
==== test: tried
//removed lines here
==== com.springsource.repository.bundles.release: tried
//removed lines here
==== com.springsource.repository.bundles.external: tried
//removed lines here
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: ome#bio-formats;UNKNOWN-ice33: not found
::::::::::::::::::::::::::::::::::::::::::::::
:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
BUILD FAILED
C:\Users\Peter\openmicroscopy\build.xml:156: The following error occurred while executing this line:
C:\Users\Peter\openmicroscopy\components\antlib\resources\global.xml:355: The following error occurred while executing this line:
C:\Users\Peter\openmicroscopy\components\antlib\resources\lifecycle.xml:62: impossible to resolve dependencies:
resolve failed - see output for details
Can anybody point me in the right direction to get this issue fixed
Thanks in advance