cuneiform team mailing list archive
-
cuneiform team
-
Mailing list archive
-
Message #00146
Re: problem with cmake
On Tue, Dec 30, 2008 at 4:48 PM, Jean-Louis Cordonnier
<jlcord2@xxxxxxxxxx> wrote:
>> CMake generates a CMakeCache.txt file in your build directory. In it
>> are two rows that say something like this:
>>
>> cuneiform_BINARY_DIR:STATIC=<path to somewhere>
>> cuneiform_SOURCE_DIR:STATIC=<path to somewhere>
>>
>> What values are they set to in your build tree?
>
> //Value Computed by CMake
> cuneiform_BINARY_DIR:STATIC=/home/jean-louis/Documents/cuneiform/cuneiform-0.5.0
>
> //Value Computed by CMake
> cuneiform_SOURCE_DIR:STATIC=/home/jean-louis/Documents/cuneiform/cuneiform-0.5.0
You did not do a proper build tree for some reason. The following
should do the trick.
cd /home/jean-louis/Documents/cuneiform/cuneiform-0.5.0
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=debug ..
Follow ups
References