[LLVMdev] Build problems and workarounds with CMake and XCode
Óscar Fuentes
ofv at wanadoo.es
Thu Jan 6 05:29:41 PST 2011
Samuel Crow <samuraileumas at yahoo.com> writes:
[snip]
>> I'm not sure what the problem is. Never used XCode nor I have access to
>> it. What are those scripts? The install scripts generated by CMake for
>> XCode?
>
> The CMake script generated the XCode project file so I'm assuming it's a problem
> either with CMake or the CMake scripts. XCode targets are similar to make
> targets except that parallel processing is generally implied without any added
> flags (like make -j). If this turns out to be a deficiency in CMake itself then
> most of this discussion can probably be moved to the CMake mailing list.
>
> My main concern with the CMake scripts is that they required a release-build
> file while making a debug-build install. This ought not to be.
Agreed. Maybe a bug on the cmake XCode generator. On Linux/mingw/VS you
can install a debug build right away.
So yes, IMO the discussion should move to the cmake ml.
[snip]
More information about the llvm-dev
mailing list