[Insight-users] Anyone built ITK + Java bindings on OS X?
Mike Jackson
mike.jackson at imts.us
Mon Jan 22 10:37:35 EST 2007
OK,
I just checked out CableSwig from CVS (this morning, about 10:00
AM EST) and built it using the default cmake values. It built clean
with out any errors.
The file that your build could not find should be located in the
following location in the CableSwig Build directory:
./Cable/Expat/expatConfig.h
if it is NOT there then there is something else going wrong.
Also, I have noticed that you are on OS X 10.4.6. Is there a reason
for not running 10.4.8? Could you update and try again. Also are you
running the latest version of the Xcode IDE? The latest is 2.4.1 from
developer.apple.com. If you are not running the latest can you
update? Those are the major differences between your system and mine,
besides the PPC/Intel thing..
I'll try and build ITK with java wrappings and report back..
--
Mike Jackson Senior Research Engineer
Innovative Management & Technology Services
On Jan 21, 2007, at 8:22 PM, Blair Cruz wrote:
> If I build CableSwig alone for make, I get the following error from
> make:
> -----------------
> /Users/jannettdean/Desktop/JC_Stuff/CableSwig-ITK-3.0.0/Cable/Expat/
> xmlparse.c:6:25:
> error: expatConfig.h: No such file or directory
> /Users/jannettdean/Desktop/JC_Stuff/CableSwig-ITK-3.0.0/Cable/Expat/
> xmlparse.c:
> In function 'XML_ExpatVersion':
> /Users/jannettdean/Desktop/JC_Stuff/CableSwig-ITK-3.0.0/Cable/Expat/
> xmlparse.c:1311:
> error: 'VERSION' undeclared (first use in this function)
> /Users/jannettdean/Desktop/JC_Stuff/CableSwig-ITK-3.0.0/Cable/Expat/
> xmlparse.c:1311:
> error: (Each undeclared identifier is reported only once
> /Users/jannettdean/Desktop/JC_Stuff/CableSwig-ITK-3.0.0/Cable/Expat/
> xmlparse.c:1311:
> error: for each function it appears in.)
> make[2]: *** [Cable/Expat/CMakeFiles/CableExpat.dir/xmlparse.o]
> Error 1
> make[1]: *** [Cable/Expat/CMakeFiles/CableExpat.dir/all] Error 2
> make: *** [all] Error 2
> -----------------
More information about the Insight-users
mailing list