Re: [solved] failing to compile a KDE package

2003-07-05 Thread Ben Burton
> >Uh, this is not a problem with autoconf. It is a problem with upstream > > calling AC_CHECK_COMPILERS (which checks for all compilers) and ignoring > > the results thereof. > > ok. i'll have it sent upstream. FYI, all upstream probably needs to do is update their admin/ directory with a f

Re: [solved] failing to compile a KDE package

2003-07-05 Thread martin f krafft
also sprach Sam Hocevar <[EMAIL PROTECTED]> [2003.07.05.1718 +0200]: >Uh, this is not a problem with autoconf. It is a problem with upstream > calling AC_CHECK_COMPILERS (which checks for all compilers) and ignoring > the results thereof. ok. i'll have it sent upstream. -- Please do not CC m

Re: [solved] failing to compile a KDE package

2003-07-05 Thread Sam Hocevar
On Sat, Jul 05, 2003, martin f krafft wrote: > ./configure: line 1: g++: command not found > configure:21244: $? = 127 > > This is, IMHO, a problem with autoconf, as it should really check > for g++ first. Uh, this is not a problem with autoconf. It is a problem with upstream calling AC_CHEC

[solved] failing to compile a KDE package

2003-07-05 Thread martin f krafft
also sprach Ben Burton <[EMAIL PROTECTED]> [2003.07.05.1629 +0200]: > Hmm.. is it possible to post the section of config.log where the > error occurs? I had read this file upside down, inside out, from left to right and right to left. I found nothing. This time I immediately spotted the problem:

Re: failing to compile a KDE package

2003-07-05 Thread Ben Burton
> problem status: still unsolved. Hmm.. is it possible to post the section of config.log where the error occurs? b.

Re: failing to compile a KDE package

2003-07-05 Thread martin f krafft
also sprach Ben Burton <[EMAIL PROTECTED]> [2003.07.05.1556 +0200]: > ./configure --with-qt-dir=/usr/share/qt3 i had --with-qt-includes=/usr/include/qt3 --with-qt-libraries=/usr/lib in there, but I still get the same error if I replace that with what you wrote above... i can also write /

Re: failing to compile a KDE package

2003-07-05 Thread Ben Burton
> checking for Qt... configure: error: Qt (>= Qt 3.0.2) (library > qt-mt) not found. Try ./configure --with-qt-dir=/usr/share/qt3 and see if that helps. If it does then upstream is using a very old admin/ directory which should probably be updated. If the compilation then breaks becau

failing to compile a KDE package

2003-07-05 Thread martin f krafft
Folks, I am near explosion. I am trying to sponsor the kmymoney2 package found at ftp://shakti.ath.cx/debian/kde3.1-sid/kmymoney2 , but I cannot build it. I am not a KDE user, so that may be the root of the problem. Here is the error I see all the time: checking for Qt... configure: error: Qt