Now what ... kdenetwork and kdebase not compiling ...

Now what ... kdenetwork and kdebase not compiling ...

Post by Martin Skj?ldebra » Fri, 28 Jul 2000 04:00:00



I get this when trying to compile ....

kdebase-1.90

kbookmark.h:29: kglobal.h: No such file or directory
kbookmark.h:30: kstddirs.h: No such file or directory
kbookmarkmenu.cc:46: kglobal.h: No such file or directory
kbookmarkmenu.cc:48: kmessagebox.h: No such file or directory
kbookmarkmenu.cc:51: kstdaction.h: No such file or directory
kbookmarkmenu.cc:53: kmimetype.h: No such file or directory
make[2]: *** [kbookmarkmenu.lo] Error 1
make[2]: Leaving directory `/usr/src/KDE1.9/kdebase-1.90/libkonq'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/KDE1.9/kdebase-1.90'
make: *** [all-recursive-am] Error 2

kdenetwork-1.90

iltin -c kping.cpp  -fPIC -DPIC -o kping.lo
kping.cpp: In method `void KPing::start(QString)':
kping.cpp:70: `kDebugInfo' undeclared (first use this function)
kping.cpp:70: (Each undeclared identifier is reported only once
kping.cpp:70: for each function it appears in.)
make[3]: *** [kping.lo] Error 1
make[3]: Leaving directory `/usr/src/KDE1.9/kdenetwork-1.90/libsearch'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/KDE1.9/kdenetwork-1.90/libsearch'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/KDE1.9/kdenetwork-1.90'
make: *** [all-recursive-am] Error 2

Now what ...
libs and support compiled nicely.

Martin S.
--
Martin Skj?ldebrand

Sys admin, web designer, tech writer
Hungry? Visit http://www.bahnhof.se/~chimbis/tocb
Which Linux distro? Visit http://www.bahnhof.se/~chimbis/ratatosk

 
 
 

Now what ... kdenetwork and kdebase not compiling ...

Post by Thoma » Fri, 28 Jul 2000 04:00:00


DId you compile and make _install_ kdelibs?
Quote:> I get this when trying to compile ....
> kdebase-1.90
> kbookmark.h:29: kglobal.h: No such file or directory
> kbookmark.h:30: kstddirs.h: No such file or directory
> Now what ...
> libs and support compiled nicely.


 
 
 

Now what ... kdenetwork and kdebase not compiling ...

Post by Martin Skj?ldebra » Fri, 28 Jul 2000 04:00:00



> DId you compile and make _install_ kdelibs?

I've tried both as uninstalled (kdelibs, kdesupport) and
installed. Same error messages. You are supposed to do kdelibs,
kdebase, kdesupport, kdenetwork in that order? Or am I mistaken?

Martin S.

Quote:

> > I get this when trying to compile ....

> > kdebase-1.90

> > kbookmark.h:29: kglobal.h: No such file or directory
> > kbookmark.h:30: kstddirs.h: No such file or directory

> > Now what ...
> > libs and support compiled nicely.

--
Martin Skj?ldebrand

Sys admin, web designer, tech writer
Hungry? Visit http://www.bahnhof.se/~chimbis/tocb
Which Linux distro? Visit http://www.bahnhof.se/~chimbis/ratatosk
 
 
 

Now what ... kdenetwork and kdebase not compiling ...

Post by Thoma » Sat, 29 Jul 2000 04:00:00


http://www.kde.org/compilationfaq.html


>> DId you compile and make _install_ kdelibs?
> I've tried both as uninstalled (kdelibs, kdesupport) and
> installed. Same error messages. You are supposed to do kdelibs,
> kdebase, kdesupport, kdenetwork in that order? Or am I mistaken?

qt-copy, kde-qt-addon, kdesupport, kdelibs, kdebase, others
Quote:> Martin S.

>> > I get this when trying to compile ....

>> > kdebase-1.90

>> > kbookmark.h:29: kglobal.h: No such file or directory
>> > kbookmark.h:30: kstddirs.h: No such file or directory

>> > Now what ...
>> > libs and support compiled nicely.

 
 
 

Now what ... kdenetwork and kdebase not compiling ...

Post by Martin Skj?ldebra » Sat, 29 Jul 2000 04:00:00




> > kdebase, kdesupport, kdenetwork in that order?

> No:   kdesupport - kde-qt-addon - kdelibs - kdebase - (random order from
> then on)

OK, my fault. I've installed kdesupport - kde-qt-addon -
kdelibs. Didn't do anything for the compilation of kdebase so it isn't
looking for a file from those apparently.

Martin S.
--
Martin Skj?ldebrand

Sys admin, web designer, tech writer
Hungry? Visit http://www.bahnhof.se/~chimbis/tocb
Which Linux distro? Visit http://www.bahnhof.se/~chimbis/ratatosk

 
 
 

Now what ... kdenetwork and kdebase not compiling ...

Post by Martin Skj?ldebra » Sat, 29 Jul 2000 04:00:00




> > kdebase, kdesupport, kdenetwork in that order?

> No:   kdesupport - kde-qt-addon - kdelibs - kdebase - (random order from
> then on)

Finally managed to get kdebase compiled. I had gotten a corrupt
package to work with. I found another kdebase tar.bz2 and compiled
that one instead. Worked nicely.

Neat thing so far. Funilly, all the menuitems I've added manually to
the K menus refuse to load any applications. But that I'll manage fix on my
own (I think).

Oh yes, btw in which package is KDE ControlCenter supposed to be?

M.
--
Martin Skj?ldebrand

Sys admin, web designer, tech writer
Hungry? Visit http://www.bahnhof.se/~chimbis/tocb
Which Linux distro? Visit http://www.bahnhof.se/~chimbis/ratatosk

 
 
 

Now what ... kdenetwork and kdebase not compiling ...

Post by David Faur » Sat, 29 Jul 2000 04:00:00





> > > kdebase, kdesupport, kdenetwork in that order?

> > No:   kdesupport - kde-qt-addon - kdelibs - kdebase - (random order from
> > then on)

> Finally managed to get kdebase compiled. I had gotten a corrupt
> package to work with.

Not corrupt, simply old.

Quote:> I found another kdebase tar.bz2 and compiled that one instead. Worked nicely.

> Neat thing so far. Funilly, all the menuitems I've added manually to
> the K menus refuse to load any applications. But that I'll manage fix on my
> own (I think).

> Oh yes, btw in which package is KDE ControlCenter supposed to be?

kdebase

--
David Faure


See http://www.kde.org/kde1-and-kde2.html for how to set up KDE 2.

 
 
 

Now what ... kdenetwork and kdebase not compiling ...

Post by Martin Skj?ldebra » Sat, 29 Jul 2000 04:00:00




> > Oh yes, btw in which package is KDE ControlCenter supposed to be?

> kdebase


I got KDE 1.90 which I know is an old version (it's 1.92 now?) so I
won't bother you with bugs found. I'll wait until I can
a/ grab the latest snapshot
b/ upgrade my distro

to get everything working.

Thanks, and keep up the good work!

M.
--
Martin Skj?ldebrand

Sys admin, web designer, tech writer
Hungry? Visit http://www.bahnhof.se/~chimbis/tocb
Which Linux distro? Visit http://www.bahnhof.se/~chimbis/ratatosk

 
 
 

1. compiling koffice, kdemultimedia, kdenetworks bz2 etc.

Hi there,

Few days ago I compiled and installed kde3 (arts, kdelibs, kdebase)
(debian woody). Although it took much time, everything worked fine, and now kde3 runs.
After that I moved the directory to another place, and made some links with ln -s.
Everything is still working fine. But then I tried yesterday to compile more packages,
for example koffice and kdemultimedia.
At "make all" there were several errors, I do not understand:

koffice:
/usr/bin/dcopidl ./KoApplicationIface.h > KoApplicationIface.kidl || (
rm -f KoApplicationIface.kidl ; /bin/false )
/usr/bin/dcopidl2cpp --c++-suffix cc --no-signals --no-stub
KoApplicationIface.kidl
Usage: dcopidl2cpp [ --no-skel | --no-stub ] [--c++-suffix <suffix>]
file
make[3]: *** [KoApplicationIface_skel.cc] Error 1
make[3]: Leaving directory
`/hda7/kde-stuff/kde3/koffice-1.1.1/lib/kofficecore'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/hda7/kde-stuff/kde3/koffice-1.1.1/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/hda7/kde-stuff/kde3/koffice-1.1.1'
make: *** [all-recursive-am] Error 2
zeus:/opt/kde3/koffice-1.1.1# make[3]: *** [KoApplicationIface_skel.cc]
Error 1

and kdemultimedia:

/usr/local/kde/include/arts/common.h: In function `void
Arts::readTypeSeq<Arts::PortType>(Arts::Buffer &,
vector<Arts::PortType,allocator<Arts::PortType> > &)':
artsbuilder.cc:90:   instantiated from here
/usr/local/kde/include/arts/common.h:61: cannot allocate an object of
type `Arts::PortType'
/usr/local/kde/include/arts/common.h:61:   since type `Arts::PortType'
has abstract virtual functions
make[3]: *** [artsbuilder.lo] Error 1
make[3]: Leaving directory
`/hda7/kde-stuff/kde3/kdemultimedia-3.0/arts/runtime'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/hda7/kde-stuff/kde3/kdemultimedia-3.0/arts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/hda7/kde-stuff/kde3/kdemultimedia-3.0'
make: *** [all] Error 2

I cannot install additonal packages like koffice, kdemultimedia, kdenetworks
or something like that?

What did I wrong? How do I get koffice, kdemultimedia and also kdenetworks work?
Is it possible to install them after the base system? Or are there any packages,
which I had forgotten to install?

It would be great, if you could help me, excuse my bad english, it's not
my native language,

Leander

2. Re drivers for Intel 82562ET network Card on Linux 2.2.12-20

3. kdenetwork 2.2.2 failing to compile.

4. CLOSE_WAIT bug?

5. compiling kdenetwork on solaris

6. "How to Print under Linux, release Aug 5-93" <--------

7. Error with kdenetwork source compile on mandrake 7.2

8. Cannot setup mouse

9. kde 2.2.2 can't compile kdenetwork

10. Problem compiling kdenetwork

11. error compiling kdebase 3.0 beta1

12. Problems compiling kdebase-3.0

13. error in clock.cpp compiling kdebase-2.0