Re: Cannot find headers and includes for kde3

2003-04-22 Thread Andrzej Koszela
kdelibs4-dev is the one you are looking for.

Cheers


On Tuesday 22 April 2003 12.58, Stef wrote:
> Hi all,
>
> I'm looking for the following for kde3.1.1 :
> libkio.la  ksharedptr.h and  dcopidl
> to compile an app.
>
> I've got qt sorted out (looks like).
> Please help..
>
> C
> S


pgpv4DowmU4G3.pgp
Description: signature


Re: Some konqueror shortcut

2003-04-12 Thread Andrzej Koszela
Hello

I just wanted to add that I made a shortcut for IMDB (Internet Movie Database) 
searching. I don't know how to package it nicely, but if you are interested 
you can just add 

http://us.imdb.com/Find?select=All&[EMAIL PROTECTED]&Go.x=0&Go.y=0

as the URI for something like 'imdb:'.

Andrzej


On Saturday 12 April 2003 06.30, Jean-Michel Kelbert wrote:
> Hi,
>
> I made some konqueror shortcuts. They can be found on :
> http://people.debian.org/~kelbert/searchproviders.tar.bz2
> Feel free to use, improve and extend them.
>
> To install, simply copy them to .kde/share/services/searchproviders/
>
> For the moment there are only 5 "buggy" shortcuts.
>
> bts:
> bug report according to a package name or bug number...
>
> buildd:
> build reports of a package.
>
> dd:
> Information on a Debian developer.
>
> debc:
> Search wich package contain a given file.
>
> debs:
> Search a package.
>
> pts:
> Package tracking system for a package.


pgpoc4SvR0T8s.pgp
Description: signature


Re: Qt building problems...

2003-04-12 Thread Andrzej Koszela
It seems to me that debian installs Qt in a non-standard location... why this 
is so is beyond me though


On Saturday 12 April 2003 12.08, Anders Ellenshøj Andersen wrote:
> On Friday 11 April 2003 17:15, Erik Johansson wrote:
> > > so, why and where? Is there some way to fix this? This problem appears
> > > every time I try to compile something that uses Qt 3.x.x (I've never
> > > tried compiling something that uses 2.x.x)...
> >
> > Try --with-qt-dir=/usr/share/qt3
>
> Why can't configure find this out by itself?
>
> Anders
>
> --
> This email was generated using KMail from KDE 3.1 on Debian GNU/Linux


pgpEg5vPtJmRa.pgp
Description: signature


Re: Qt building problems...

2003-04-11 Thread Andrzej Koszela
On Friday 11 April 2003 19.23, David Pye wrote:

Upgraded g++, and it seems to work now... thanks :)



> Is the gcc you are using the same as the gcc with which the Qt libraries
> were built?
>
> That can cause problems if, say, you're using gcc 2.95 but Qt was built
> with gcc 3.2 or vice versa...
>
> David
>
> On Friday 11 April 2003 16:31, Andrzej Koszela wrote:
> > Hm... now even weirder things are happening:
> >
> > It freezes for a few seconds on the 'checking for Qt', and then gives the
> > same message. The thing in config.log that I think is important is:
> >
> > configure:9663: checking for Qt
> > configure: 9725: /usr/share/qt3/include/qstyle.h
> > taking that
> > configure:9830: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions
> > -fno-che
> > ck-new -I/usr/share/qt3/include -I/usr/X11R6/include  -DQT_THREAD_SUPPORT
> > -D_REENTRANT  -L/usr/share/qt3/lib -L/usr/X11R6/lib   conftest.cc 
> > -lqt-mt -lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lresolv
> > -lpthread 1>&5
> >
> > /tmp/ccOYvCFi.o(.text+0xb): In function `main':
> > : undefined reference to `QString::null'
> >
> > etc... (lots of 'undefined reference')
> >
> > Does this mean anything? It looks to me that it finds the libraries, but
> > something doesn't work...
> >
> > Andrzej
> >
> > On Friday 11 April 2003 17.07, Todd Charron wrote:
> > > Try
> > >
> > > --with-qt-dir=/usr/share/qt3
> > >
> > > Todd


pgpT9t4WJ5Yvf.pgp
Description: signature


Re: Qt building problems...

2003-04-11 Thread Andrzej Koszela
Hm... now even weirder things are happening:

It freezes for a few seconds on the 'checking for Qt', and then gives the same 
message. The thing in config.log that I think is important is:

configure:9663: checking for Qt
configure: 9725: /usr/share/qt3/include/qstyle.h
taking that
configure:9830: rm -rf SunWS_cache; g++ -o conftest -O2 -fno-exceptions 
-fno-che
ck-new -I/usr/share/qt3/include -I/usr/X11R6/include  -DQT_THREAD_SUPPORT  
-D_REENTRANT  -L/usr/share/qt3/lib -L/usr/X11R6/lib   conftest.cc  -lqt-mt 
-lpng -lz -lm -ljpeg -ldl  -lXext -lX11 -lSM -lICE  -lresolv -lpthread 1>&5
/tmp/ccOYvCFi.o(.text+0xb): In function `main':
: undefined reference to `QString::null'

etc... (lots of 'undefined reference')

Does this mean anything? It looks to me that it finds the libraries, but 
something doesn't work...

Andrzej

On Friday 11 April 2003 17.07, Todd Charron wrote:
> Try
>
> --with-qt-dir=/usr/share/qt3
>
> Todd
>


pgpOp0cJ1KHl1.pgp
Description: signature


Qt building problems...

2003-04-11 Thread Andrzej Koszela
I hope this is the right list to post to...

Anyhow, every time I try to compile a program that uses Qt, for instance 
kmplayer, dcgui or pinentry-qt, ./configure has to be run with the 

--with-qt-includes=/usr/include/qt3/
--with-qt-libraries=/usr/lib/qt3

options. It then detects the Qt libs and includes, but fails later and says

checking for Qt... configure: error: Qt (>= Qt 3.1.0) (library qt-mt) 
not
found. Please check your installation!
For more details about this problem, look at the end of config.log.
Make sure that you have compiled Qt with thread support!

... And I have installed libqt3-mt-dev 3.1.1-7. Oh and I run debian testing 
with some packages from unstable (kde 3.1.1), but most of it is from testing. 
Now does debian put Qt in a non-standard location, and if so, why and where?
Is there some way to fix this? This problem appears every time I try to 
compile something that uses Qt 3.x.x (I've never tried compiling something 
that uses 2.x.x)...

Any help appreciated... and sorry about the long post

Andrzej


pgpc31L20yed1.pgp
Description: signature