Changes/Fixes on HEAD

Bernd Gehrmann bernd at physik.hu-berlin.de
Sun Oct 3 20:36:44 UTC 1999


On Sun, 03 Oct 1999 Ralf Nolden wrote:
>the kdesdk/kexample. The only thing that doesn't work is that make dist
>doesn't include am_edit, but I already wrote that to kde-devel in hope
>someone's going to fix that in the kdesdk.

Mmh, should the distribution include am_edit? I think it should include
the Makefile.in's already processed by am_edit. This is done by the
dist-hook target for KDevelop itself (in the HEAD branch).
At least that's my intuitive understanding :-)

>Ah, before I forget it: Thanks to the one who made the docbrowser show
>the manuals again ;-) I had a hard time searching for the bug, but
>didn't succed.

He, you should blame me for introducing the bug in the first place.
The problem was that StringTokenizer is an internal class in khtml
(in contrast to khtmlw). So I copied the class into misc.cpp. Unfor-
tunately I copied the old class, which is binary incompatible with
the new one. What then happened was that libkhtml used the class
in misc.cpp and crashed. At least now I've learned that function
definitions in an application can override those in a library :-)

Bernd




More information about the KDevelop-devel mailing list