HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-devel] really a cmake question, but asking here anyway



So I'd like to join the 21st century and consider using an IDE. 
I'm hoping to use CMake to generate an XCode project file for
Condor, so a couple of questions.

1. Has anyone tried this yet?

2. Not really knowing anything about CMake, are we doing anything
"un-cmake" like in Condor? The reason I ask is that Condor's use
of autoconf was rather odd, and if someone was trying to learn
autoconf from how Condor used it they would have been very confused,
or at least autoconf lessons/materials would not apply to Condor.

3. Is there an easy way to build Condor in something other than the
source directory? Back in the day, you could leave your code in AFS
and build locally.  What I'd like to do is from the same source,
create a build directory using the regular UNIX tools, as well
as a second build directory using Xcode.

Thanks,

-Erik