[Insight-developers] can't build ITK with xcode and cmake 2.4.3

Gaëtan Lehmann gaetan.lehmann at jouy.inra.fr
Fri Nov 3 04:13:04 EST 2006


Le Thu, 02 Nov 2006 14:35:04 +0100, Bill Hoffman
<bill.hoffman at kitware.com> a écrit:

> Since the error message is this:
> Old-style plist parser error:
>         Missing ';' on line 5284
> xcodebuild: Error: couldn't load project
>
> It would be more interesting to see what was on line 5284 than the  
> beginning of the file...
>
> -Bill
>

On line 5284, there is:

410D150410D150410D150000 /* prefix.c in Source Files */ = {isa =
PBXBuildFile; fileRef = 410D060410D060410D060000 /* prefix.c */; settings
= { COMPILER_FLAGS = "-DPREFIX="/usr/local""; }; };

replacing it by

410D150410D150410D150000 /* prefix.c in Source Files */ = {isa =
PBXBuildFile; fileRef = 410D060410D060410D060000 /* prefix.c */; settings
= { COMPILER_FLAGS = "-DPREFIX=/usr/local"; }; };

seem to fix the problem (it's currently building)
There should be something to avoid that without editing this file by hand,
I think

Gaetan



-- 
Gaëtan Lehmann
Biologie du Développement et de la Reproduction
INRA de Jouy-en-Josas (France)
tel: +33 1 34 65 29 66    fax: 01 34 65 29 09
http://voxel.jouy.inra.fr


More information about the Insight-developers mailing list