[Kde-bindings] kdejava/koala compile errors
Richard Dale
Richard_Dale at tipitina.demon.co.uk
Sun May 9 16:05:12 UTC 2004
On Sunday 09 May 2004 16:40, Peter Hyman wrote:
> if /bin/sh ../../../libtool --silent --mode=compile --tag=CXX g++
> -DHAVE_CONFIG_H -I. -I. -I../../.. -I./../../../qtjava/javalib -I./..
> -I/usr/lib/java/include/ -I/usr/lib/java/include//linux
> -I/opt/kde3.2/include -I/usr/lib/qt/include -I/usr/X11R6/include
> -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long
> -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
> -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -O2
> -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new
> -fno-common -MT KDirSelectDialog.lo -MD -MP -MF
> ".deps/KDirSelectDialog.Tpo" \ -c -o KDirSelectDialog.lo `test -f
> 'KDirSelectDialog.cpp' || echo './'`KDirSelectDialog.cpp; \ then mv -f
> ".deps/KDirSelectDialog.Tpo" ".deps/KDirSelectDialog.Plo"; \ else rm -f
> ".deps/KDirSelectDialog.Tpo"; exit 1; \
> fi
> In file included from KDirSelectDialog.cpp:4:
> /opt/kde3.2/include/kdirselectdialog.h:112: syntax error before `*' token
> make[2]: *** [KDirSelectDialog.lo] Error 1
> make[2]: Leaving directory `/mnt/src/kde/kdebindings/kdejava/koala/kdejava'
>
> This from cvs 20040509
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
> from kdirselectdialog.h
>
> private:
> void readConfig( KConfig *config, const QString& group );
> void saveConfig( KConfig *config, const QString& group );
> void openNextDir( KFileTreeViewItem *parent );
> KFileTreeBranch * createBranch( const KURL& url );
>
> KFileTreeView *m_treeView;
> QPopupMenu *m_contextMenu; // THIS IS LINE 112
> KToggleAction *m_showHiddenFolders;
> bool m_localOnly;
>
> Tried make clean, but error persists.
> KDE 3.2
> QT 3.3.2
> KERNEL 2.6.5
>
> Regards
More information about the Kde-bindings
mailing list