Re: Problem compiling Application with SID & KDE3.1.1

2003-11-16 Thread dodger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 16 November 2003 14:40, Paul Cupis wrote: > On Sunday 16 November 2003 13:26, dodger <[EMAIL PROTECTED]> wrote: > > dEcK:~# apt-get install libqt3-mt-dev > > Reading Package Lists... Done > > Building Dependency Tree... Done > > Some packages

Re: Problem compiling Application with SID & KDE3.1.1

2003-11-16 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 16 November 2003 13:26, dodger <[EMAIL PROTECTED]> wrote: > dEcK:~# apt-get install libqt3-mt-dev > Reading Package Lists... Done > Building Dependency Tree... Done > Some packages could not be installed. This may mean that you have > request

Re: Problem compiling Application with SID & KDE3.1.1

2003-11-16 Thread dodger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 16 November 2003 13:30, Paul Cupis wrote: > to help you diagnose your problem, we will need more information, such > as the exact error message, the version of Debian you are using, the > version of KDE you have installed, the contents of you

Re: Problem compiling Application with SID & KDE3.1.1

2003-11-16 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 16 November 2003 12:07, Sebastian Wegener <[EMAIL PROTECTED]> wrote: > where the hell can you find the libqt3c102-mt-dev package or a > package containing those headers that wont fuck up all of kde? There is no libqt3c102-mt-dev package, th

Re: Problem compiling Application with SID & KDE3.1.1

2003-11-16 Thread Sebastian Wegener
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi i follwed the discussion about the libqt3c102-mt(-dev) package. i have the exact same problem. i cant install the qt-mt-dev headers, because apt wants to remove my whole kde too. i think the question is: where the hell can you find the libqt3c102-

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-20 Thread Timo Springmann
hi, > apt-get install libqt3-mt-dev oh, I tried that before: tohuwabohu:/home/redrat/download/alloy-0.1# apt-get install libqt3-mt-dev Reading Package Lists... Done Building Dependency Tree... Done Some packages could not be installed. This may mean that you have request

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-20 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday 20 March 2003 10:04, Timo Springmann wrote: > hi, > > Arg... I'm still not able to compile an application for KDE3.1.1. Dont's > know why. I tried all the hints that I got through this mailinglist. But I > can't get it to work. I'm no begin

AW: Problem compiling Application with SID & KDE3.1.1

2003-03-20 Thread Sven Kissner
hi timo. > At least I got another error after configuring the application with > ./configure --with-qt-includes=/usr/include/qt3 > --with-qt-libraries=/usr/lib --with-qt-dir=/usr/lib/qt3 --with-qt-includes=/usr/include/qt3 is the way to go.. keep on rockin' sven -- if cc'ing, please use sven[

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-20 Thread Timo Springmann
hi, Arg... I'm still not able to compile an application for KDE3.1.1. Dont's know why. I tried all the hints that I got through this mailinglist. But I can't get it to work. I'm no beginner with linux, I use it every day since a few years, but this thing makes me crazy. At least I got another

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-19 Thread Ralf Nolden
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 19 March 2003 11:28, Karolina Lindqvist wrote: > onsdagen den 19 mars 2003 09.24 skrev BÃrre Gaup: > > This one should work > > ./configure --with-qt-dir=/usr/share/qt3 > > Getting QT/KDE applications to look for libraries in the /usr/shar

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-19 Thread Karolina Lindqvist
onsdagen den 19 mars 2003 09.24 skrev BÃrre Gaup: > This one should work > ./configure --with-qt-dir=/usr/share/qt3 Getting QT/KDE applications to look for libraries in the /usr/share hierarcy is a kludge, in the least, and it surprises me that it is not a debian policy violation. Architecture

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-19 Thread BÃrre Gaup
gaskavahkku, njukÄamÃnu 19. b. 2003 08.41, Timo Springmann don ÄÃllet: > On Mittwoch, 19. MÃrz 2003 00:26, Paul Cupis wrote: > > This is just wrong: > > > > ./configure --with-qt-includes=/usr/include/qt3 > > this does not work. > This one should work ./configure --with-qt-dir=/usr/share/qt3 reg

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-19 Thread Timo Springmann
On Mittwoch, 19. März 2003 00:26, Paul Cupis wrote: > This is just wrong: > > ./configure --with-qt-includes=/usr/include/qt3 this does not work. > > That does not work. Tried that before. Maybe I should have told... > > > > I think the problem is that I have to install a dev Package, but in >

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-18 Thread Paul Cupis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 Mar 2003 22:43, Timo Springmann wrote: > hi. > > > Yes, there's a solution, and it WAS available to find by reading a > > little further back in the list. > > I did that. I read most of the mails on this mailing list. > > > You'll probabl

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-18 Thread Timo Springmann
hi. > Yes, there's a solution, and it WAS available to find by reading a little > further back in the list. I did that. I read most of the mails on this mailing list. > You'll probably need to do: > > ./configure --with-qt-includes=/usr/lib/qt3 That does not work. Tried that before. Maybe I sho

Re: Problem compiling Application with SID & KDE3.1.1

2003-03-18 Thread David Pye
Yes, there's a solution, and it WAS available to find by reading a little further back in the list. You'll probably need to do: ./configure --with-qt-includes=/usr/lib/qt3 OR update the contents of the admin directory of your package, which guides the configure script to the correct location

Problem compiling Application with SID & KDE3.1.1

2003-03-18 Thread Timo Springmann
hi there, I wanted to compile the program kdepim-kontact for my Debian/Sid Box. I'm running KDE 3.1.1 from Sid. Here's what I got when I want to compile the app: --- [...] checking for libjpeg... -ljpeg checking for Qt... configure: er