[Kmymoney-devel] Request to move KMyMoney to extragear/office

Christoph Feck christoph at maxiom.de
Wed Jun 9 22:38:35 CEST 2010


Thanks for the hint Cristian!

When I add "kmymoney" after "tellico" in CMakeLists.txt, then I get the error 
I posted. When I comment out "tellico", then "kmymoney" builds fine.  When I 
add "kmymoney" before "tellico", then "kmymoney" builds fine, but "tellico" 
errors out with the linker errors you are seing.

That needs to be resolved, so that both modules can be added to the top-level 
CMake file.

Christoph Feck (kdepepo)

PS: Thomas, yes I am calling cmake, because I am building with a clean build 
dir ;)

On Wednesday 09 June 2010 06:53:47 Cristian Oneţ wrote:
> În data de Marți 08 Iunie 2010 22:18:35 Christoph Feck a scris:
> > On Tuesday 08 June 2010 21:03:19 Alvaro Soliverez wrote:
> > > We have moved all files to extragear [...]
> > 
> > I locally added kmymoney to extragear/office/CMakeLists.txt, and got an
> > error when compiling. The message is "kmymoneysettings.h not found". I
> > guess the issue is that this file is referenced before it is created in
> > build dir.
> 
> I've tried this also but didn't get that error. Did you run make with '-j'?
> I've tried various values for '-j' and didn't manage to get that error.
> Besides this error do you think it's OK to build the applications under
> office in the same cmake environment? At least for now it is impossible to
> do that with the combination of kmymoney and tellico applications since
> both have a static lib called 'models' which, if built in the same
> environment will cause one of them to fail because the other one
> overwrites it's 'lib/libmodels.a' file.
> I got this error while running the following steps:
> 1. svn co extragear/office
> 2. mkdir office-build
> 3. cd office-build
> 4. cmake ../office
> 5. make
> Is this the way to build the office applications or am I missing something?


More information about the KMyMoney-devel mailing list