[Cmake] silly question about ccmake
Bill Hoffman
bill.hoffman at kitware.com
Wed Apr 2 14:59:37 EST 2003
BTW, where is curses located on this machine?
If it is in some standard place, perhaps we need
to add that to the search path in cmake.
Thanks.
-Bill
At 02:48 PM 4/2/2003, Andy Cedilnik wrote:
>Hi Aloys,
>
>You can find it yourself (something like libcurses.a or something), and
>set that value to cache:
>
>./Source/cmake -DCURSES_LIBRARY:PATH=/usr/whatever/lib/libcurses.a
>make
>
> Andy
>
>On Wed, 2003-04-02 at 14:43, du Bois d'Aische wrote:
>> You right, it does not find something. Do you know what can I do to change it?
>>
>> thank you very much,
>>
>> aloys
>>
>>
>>
>> On 02 Apr 2003 14:15:12 -0500
>> Andy Cedilnik <andy.cedilnik at kitware.com> wrote:
>>
>> > Hi Aloys,
>> >
>> > It probably does not find curses library. In your cmake build directory,
>> > do:
>> >
>> > cat CMakeCache.txt | grep CURSES_LIBRARY
>> >
>> > If it says something like notfound, then this is your problem.
>> >
>> > Andy
>> >
>> > On Tue, 2003-04-01 at 16:37, du Bois d'Aische wrote:
>> > > I'am very new, and I try to install Cmake.
>> > > I do ./configure and make. It does no error, but it doesn't
>> > > create the ccmake file. I do exactly the same operation on an other
>> > > computer, and it works, it creates the ccmake file. But with the same
>> > > release, with exactly the same operations, no ccmake on my computer.
>> > > What have I to do?
>> > >
>> > > Thanks,
>> > >
>> > > Aloys
>> >
>>
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake
More information about the CMake
mailing list