[Kde-bindings] kdejava/koala compile errors
Peter Hyman
pete4abw at comcast.net
Tue May 11 07:42:29 UTC 2004
The file qpopupmenu.h MUST be included explicitly in file
kdebindings/kdejava/koala/kdejava/KDirSelectDialog.cpp before the header
file kdirselectdialog.h is #included.
This is consistent with the manner in which it is handled in
kdelibs/kio/kfile/kdirselectdialog.cpp.
IMO it really should be #included within the header kdirselectdialog.h,
but it's not. I'll pass that along to the kdelibs folks as a possible
bug.
Adding the qpopupmenu.h file allows compile to conclude.
KDirSelectDialog.cpp:
//Auto-generated by kalyptus. DO NOT EDIT.
#include <qstring.h>
#include <qpopupmenu.h> // added to allow compile to conclude.
#include <kurl.h>
#include <kdirselectdialog.h>
Now, if this file is autogenerated, the script for creating it should be
changed.
Regards
On Sun, 2004-05-09 at 20:46 -0400, Peter Hyman wrote:
> Well, yes, the head branch. It's all I use. It's only an issue since I
> rebuilt QT and the upgrade forced me to rebuild most all of KDE since
> all the dependencies were borked. However, I did not have this type of
> problem previously.
>
> Nonetheless, I do have the HEAD libs, so do I just delete the entire
> directory and build without it and leave what's already installed? Or,
> can I skip building bindings for the time being until whenever...
>
> Thanks, Richard!
>
> > Do you mean the HEAD branch, or the release KDE_3_2_BRANCH? The java bindings
> > are only regenerated for a major KDE release, and the HEAD won't build
> > against the current HEAD kdelibs only the KDE 3.2 kdelibs headers.
> >
> > -- Richard
> --
> Peter Hyman
--
Peter Hyman
More information about the Kde-bindings
mailing list