[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Applications for KDE 3.1.2



Simple answer. They're obsolete.

The app you're compiling wants qlist.h - nowadays its qlistview.h and 
qlistbox.h.

You *may* be able to get round it by installing libqt3-compat-headers IIRC..

Regards,

David

On Monday 23 June 2003 20:31, Christof Hurschler wrote:
> Alex wrote:
> > > Second, I think the best way for getting kde applications, is
> >
> > using debian
> > packages. Debian packages for Debian 3.0 + kde updates, are
> > not very common
> > (outside download.kde.org), but building that debs, can be
> > quite easy. In
> > kde's CVS, all packages have a debian directory, so in many
> > cases, building a
> > package can be done only running "dpkg-builpackage -rfakeroot
> > -us -uc".
>
> of course if there is a Debian package I would install it, I was thinking
> more of applications for which there isn't a debian package.  I haven't
> looked at CVS yet, and don't know anything about it other than some of the
> applications I was looking at at apps.kde.com don't have cvs directories.
>
> I've tried compiling and installing several applications, i.e. reading the
> README and INSTALL files and running ./configure etc., but I'm having
> trouble getting some applications to compile.  I got gwenview and k3b to
> work, but I'm now having trouble with arson for instance.
>
> I get this when I make.  Any idea what I'm missing here?
>
> Script started on Mon Jun 23 20:18:51 2003
> k6:/usr/src/arson-0.9.7-kde3# make
> make  all-recursive
> make[1]: Entering directory `/usr/src/arson-0.9.7-kde3'
> Making all in doc
> make[2]: Entering directory `/usr/src/arson-0.9.7-kde3/doc'
> make[3]: Entering directory `/usr/src/arson-0.9.7-kde3/doc'
> make[3]: Nothing to be done for `all-am'.
> make[3]: Leaving directory `/usr/src/arson-0.9.7-kde3/doc'
> make[2]: Leaving directory `/usr/src/arson-0.9.7-kde3/doc'
> Making all in po
> make[2]: Entering directory `/usr/src/arson-0.9.7-kde3/po'
> rm -f de.gmo; : -o de.gmo ./de.po
> test ! -f de.gmo || touch de.gmo
> rm -f es.gmo; : -o es.gmo ./es.po
> test ! -f es.gmo || touch es.gmo
> rm -f sv.gmo; : -o sv.gmo ./sv.po
> test ! -f sv.gmo || touch sv.gmo
> make[2]: Leaving directory `/usr/src/arson-0.9.7-kde3/po'
> Making all in src
> make[2]: Entering directory `/usr/src/arson-0.9.7-kde3/src'
> Making all in .
> make[3]: Entering directory `/usr/src/arson-0.9.7-kde3/src'
> source='audiodoc.cpp' object='audiodoc.o' libtool=no \
> depfile='.deps/audiodoc.Po' tmpdepfile='.deps/audiodoc.TPo' \
> depmode=gcc /bin/sh ../admin/depcomp \
> g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde
> -I/usr/share/qt3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT 
> -D_REENTRANT  -pipe -O2 -DNDEBU G -fno-check-new  -c -o audiodoc.o `test -f
> audiodoc.cpp || echo
> './'`audiodoc.cpp
> In file included from audiodoc.cpp:34:
> audiowriter.h:22: qlist.h: No such file or directory
> make[3]: *** [audiodoc.o] Error 1
> make[3]: Leaving directory `/usr/src/arson-0.9.7-kde3/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/src/arson-0.9.7-kde3/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/arson-0.9.7-kde3'
> make: *** [all] Error 2
> k6:/usr/src/arson-0.9.7-kde3# exit
> Script done on Mon Jun 23 20:20:20 2003
>
> > I suggest you trying to build your own debian packages, cause
> > is the cleanest
> > solution. Run apt-get install maint-guide, and give a look at
> > that document.
> >
> > Another solution, is installing them in your home directory,
> > using the
> > sources. That can be done, using "./configure
> > --prefix=$HOME/local", and
> > fixing KDEDIRS environment value properly, por example:
> > export KDEDIRS=$KDEDIRS:$HOME/local
> >
> > I'm using that two solutions for having the latest kde
> > applications on my
> > Woody machines. The problems you described, are conflicts
> > between libraries,
> > so I think that those techniques are the best choice.
> >
> > Best regards.
> >
> > --
> > Alex (a.k.a. suy) - GPG ID 0xAA8D2A01
> > http://lacurva.net/ - Jabber ID: suy@es.tipic.com
> > <nonlinear> .net is microsofts perverted version of a java networked
> >             environment uglified for windows-specific crap
> >
> >
> > --
> > To UNSUBSCRIBE, email to debian-kde-request@lists.debian.org
> > with a subject of "unsubscribe". Trouble? Contact
> > listmaster@lists.debian.org



Reply to: