trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: May 2016

Re: [trinity-devel] Re: Re: Re: TDEPIM cmake question

From: Serghei Amelian <serghei@...>
Date: Fri, 20 May 2016 00:31:35 +0300
On Thursday 19 May 2016 22:07:04 deloptes wrote:
[...]

> Hi all,
> I still feel misunderstood.
> Let me describe in more detail the situation I have.
> This is the procedure I used for tdevelop and tdelibs. And this same
> procedure does not work for tdepim.
>
> First of all let me clear that I do not want to build a package. I just
> want to have a normal build (make) - that's it.
>
> 1. git clone http://system@.../scm/git/tdepim
> 2. cd tdepim
> 3. git submodule update cmake
> Submodule path 'cmake' not initialized
> Maybe you want to use 'update --init'?
> 4. mkdir testbuild
> 5. cd testbuild
> 6. cmake ..
> 7. make

[...]

I think you did not passed any arguments to cmake command. The correct command 
should be something like this:

cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/kdelibs -DBUILD_ALL=ON -DWITH_ALL_FEATURES=ON

-- 
Serghei