INN 2.x packages for Debian?

1999-12-12 Thread dspiljar
Hello.

I've been looking around for Debian packages of a recent version of
INND, but I could only find the old 1.7 version. Even Potato has 
INND 1.7. :(

Is it possible to find an INND 2.x package for Debian?


Re: problem compiling a KDE app

1999-12-13 Thread dspiljar
Cyrus Patel <[EMAIL PROTECTED]> wrote:

> I'm trying to compile a kde app 'kover' and when I do the ./configure
> I get the error:
> checking for QT... configure: error: QT-1.3 (libraries) not found. Please 
> check your installation!
> I have the following debian packages installed on my computer:
> libqt1g   1:1.45-0.2 
> libqt1g-dev   1:1.45-0.2 
> libqt22.0.2-0.6 
> libqt2-dev2.0.2-0.6 

Try setting the QTDIR variable to point to the QT top-level directory
(on my system it is /usr/lib/qt).



Re: problem compiling a KDE app

1999-12-13 Thread dspiljar
Cyrus Patel <[EMAIL PROTECTED]> wrote:

> > Try setting the QTDIR variable to point to the QT top-level directory
> > (on my system it is /usr/lib/qt).
> Thanks alot, that worked, my QT directories are /usr/lib/qt1g and 
> /usr/lib/qt2.

Good! :)

> However, now the configure script is complaining :
> checking for KDE... configure: error: 
> in the prefix, you've chosen, are no kde headers installed. This will fail.
> So, check this please and use another prefix!

It was a long time ago when I last time compiled KDE, but I think you
should set the KDEDIR variable. KDE has its own include files and 
libraries, residing in $KDEDIR/include and $KDEDIR/lib. I think that 
should do the trick. If not, you can give adequate arguments to the
configure script (if any), something like `--with-kde=/usr/local/kde'
or something like that.

Regards,

Daniel