trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: June 2011

Re: [trinity-devel] Another problem with cmake

From: Ilya Chernykh <anixxsus@...>
Date: Sun, 19 Jun 2011 00:55:57 +0400
On Sunday 19 June 2011 00:37:22 Timothy Pearson wrote:

> > Setting LIBS environment variable does not help.
> > https://build.opensuse.org/package/show?package=ksudoku&project=home%3AAnsus%3AKDE3
> 
> We do provide Autotools in parallel with CMake, although I have been
> unable to repair Autotools for arts and a couple other modules.  If you
> would like to see if you can fix Autotools for arts, etc. I would
> definitely appreciate the help!

What was the problem with them? It ises autotools in KDE:KDE3/ Or the problem is 
with generating scripts, not building?...
 
> > People, cmake is just a barrel of pain and nothing else. I have multiple
> > packages abandoned only because they use cmake.
> 
> Honestly, I have had may of the same problems you mention with Autotools,
> and personally feel that Autotools is a barrel of pain compared with
> CMake.  I would hazard a guess that any project of this complexity will
> have build system issues regardless of the underlying build file generator
> in use.

No to speak about KDE as a whole, but even minor packages have similar, trivial problems with cmake 
(qt not found, insufficient flags transferred to the linker etc), which I do not know how to solve. 

As cmake does not respect system environment variables, I don't know how to set it up.