Author Topic: [SOLVED] Configure error  (Read 1035 times)

Offline mikkl

  • Hero Member
  • *****
  • Posts: 872
[SOLVED] Configure error
« on: October 11, 2009, 06:45:14 AM »
Trying to compile the latest version of KMyMoney (I like to run the CVS version), I received an error that I have not previously encountered:

"C preprocessor "/lib/cpp" fails sanity check"

I suspect that something in my system has changed since my last successful build on September 11, but I do not know what.  I have only be doing dist-upgrades via Synaptic.  Any ideas what might have changed?

TIA,

mikkl
« Last Edit: October 11, 2009, 10:52:36 AM by mikkl »

Offline caudell

  • Hero Member
  • *****
  • Posts: 1748
Re: Configure error
« Reply #1 on: October 11, 2009, 10:03:54 AM »
I don't believe kmymoney has yet been ported to KDE4.  Are you running KDE4 or KDE3?
Amateurs built the Ark.  Experts built the Titanic.

Offline maik3531

  • Full Member
  • ***
  • Posts: 129
Re: Configure error
« Reply #2 on: October 11, 2009, 10:08:03 AM »
This is due to the new gcc

   
Try the following times

Code: [Select]
ln -s /usr/src/linux/include/linux /usr/include/linux

or

Code: [Select]
ln -s /usr/src/linux-2.6.27.31.tex5/include/linux /usr/include/linux
Please excuse my English

Offline muungwana

  • Hero Member
  • *****
  • Posts: 6246
Re: Configure error
« Reply #3 on: October 11, 2009, 10:08:17 AM »
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline caudell

  • Hero Member
  • *****
  • Posts: 1748
Re: Configure error
« Reply #4 on: October 11, 2009, 10:20:56 AM »
If you are running kde4 then see the following link to get kmymoney to run.

http://www.pclinuxos.com/forum/index.php?topic=63429.msg0;topicseen#new
Amateurs built the Ark.  Experts built the Titanic.

Offline mikkl

  • Hero Member
  • *****
  • Posts: 872
Re: Configure error
« Reply #5 on: October 11, 2009, 10:52:12 AM »
http://www.pclinuxos.com/forum/index.php?topic=63470.0


That got configure to work.  Thanks!  Building (on KDE3) now.

Update (for the curious)...make failed with an "Error 1".  Just sent a note to the developers asking for pointers.  I suspect it may be a path problem, something to do with qt3.

mikkl
« Last Edit: October 11, 2009, 11:31:37 AM by mikkl »