Still havin problems with kdevelop1.3

Roman Breuer breuer at rz.rwth-aachen.de
Wed Dec 13 13:36:57 GMT 2000


Hi all,
I finally got KDevelop to run on my system, but after creating a KDE2-application,
the first compile-run ends with the following error-messages:

cd . && automake --foreign ./Makefile
cd . && perl admin/am_edit Makefile.in
cd . \
  && CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
fast creating Makefile
gmake  all-recursive
gmake[1]: Wechsel in das Verzeichnis Verzeichnis »/w0/ae106br/Projects/kde22«
Making all in kde22
gmake[2]: Wechsel in das Verzeichnis Verzeichnis »/w0/ae106br/Projects/kde22/kde22«
cd .. && automake --gnu kde22/Makefile
cd .. && perl admin/am_edit kde22/Makefile.in
cd .. \
  && CONFIG_FILES=kde22/Makefile CONFIG_HEADERS= /bin/sh ./config.status
fast creating kde22/Makefile
gmake[2]: Verlassen des Verzeichnisses Verzeichnis »/w0/ae106br/Projects/kde22/kde22«
gmake[2]: Wechsel in das Verzeichnis Verzeichnis »/w0/ae106br/Projects/kde22/kde22«
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kdevelop/include -I/usr/lib/qt2/include -I/usr/X11R6/include
-O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes
-Wwrite-strings -Wno-long-long -fno-builtin -O0 -g3 -Wall  -c kde22view.cpp
In file included from kde22.h:32,
                 from kde22view.cpp:27:
/opt/kdevelop/include/kmainwindow.h:93: parse error before `,'
/opt/kdevelop/include/kmainwindow.h:96: `friend' can only be specified
inside a class
/opt/kdevelop/include/kmainwindow.h:97: parse error before `public'
/opt/kdevelop/include/kmainwindow.h:97: non-member function `className
()' cannot have `const' method qualifier
/opt/kdevelop/include/kmainwindow.h:97: parse error before `protected'
/opt/kdevelop/include/kmainwindow.h:130: destructors must be member functions
/opt/kdevelop/include/kmainwindow.h:130: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:252: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:301: type/value mismatch at argument 1 in template parameter list
for `template <type> class QList'
/opt/kdevelop/include/kmainwindow.h:301:   expected a type, got `KMainWindow'
/opt/kdevelop/include/kmainwindow.h:301: warning: ISO C++ forbids declaration of `memberList' with no
type
/opt/kdevelop/include/kmainwindow.h:340: parse error before `public'
/opt/kdevelop/include/kmainwindow.h:358: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:366: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:391: parse error before `protected'
/opt/kdevelop/include/kmainwindow.h:401: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:429: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:460: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:474: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:479: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:497: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:504: virtual outside class declaration
/opt/kdevelop/include/kmainwindow.h:508: parse error before `protected'
/opt/kdevelop/include/kmainwindow.h:544: syntax error before `*'
/opt/kdevelop/include/kmainwindow.h:552: parse error before `}'
In file included from kde22.h:34,
                 from kde22view.cpp:27:
/opt/kdevelop/include/kaction.h:1375: parse error before `&'
/opt/kdevelop/include/kaction.h:1376: warning: ISO C++ forbids declaration of `KKeyEntryMap' with no
type
/opt/kdevelop/include/kaction.h:1376: `KKeyEntryMap' declared as a
`virtual' field
/opt/kdevelop/include/kaction.h:1376: parse error before `&'
In file included from kde22view.cpp:27:
kde22.h:53: base class `KMainWindow' has incomplete type
kde22.h:187: warning: `class Kde22App' has virtual functions but
non-virtual destructor
/opt/kdevelop/include/kmainwindow.h:97: warning: `QMetaObject *staticMetaObject ()' declared `static'
but never defined
/opt/kdevelop/include/kmainwindow.h:97: warning: `QString tr (const char *)' declared `static' but
never defined
/opt/kdevelop/include/kmainwindow.h:97: warning: `QString tr (const char *, const char *)' declared
`static' but never defined
/opt/kdevelop/include/kmainwindow.h:231: warning: `bool canBeRestored (int)' declared `static' but
never defined
/opt/kdevelop/include/kmainwindow.h:240: warning: `const QString classNameOfToplevel (int)' declared
`static' but never defined
/opt/kdevelop/include/kmainwindow.h:301: warning: `int *memberList' defined but not used
gmake[2]: *** [kde22view.o] Fehler 1
gmake[2]: Verlassen des Verzeichnisses Verzeichnis »/w0/ae106br/Projects/kde22/kde22«
gmake[1]: Verlassen des Verzeichnisses Verzeichnis »/w0/ae106br/Projects/kde22«
gmake[1]: *** [all-recursive] Fehler 1
gmake: *** [all-recursive-am] Fehler 2
*** Fehler ***

The kdevelop-script is:
#!/bin/sh
# uncomment the line below, if you want to start kdevelop from a different location
# cd /path_dir_installed/
export KDEDIR=/opt/kdevelop
export QTDIR=/usr/lib/qt
export LD_LIBRARY_PATH=$KDEDIR/lib:$QTDIR/lib:$LD_LIBRARY_PATH
export PATH=$KDEDIR/bin:$QTDIR/bin:$PATH
$KDEDIR/bin/kdevelop $1

and I think I have installed all necessary packages:

kdesupport-2.0-5
kdeadmin-2.0-2
kdepim-2.0-1
kde1-compat-devel-1.1.2-2
kdenetwork-2.0-4
switchdesk-kde-3.6-1
kdesupport-devel-2.0-5
kde1-compat-1.1.2-2
kdebase-2.0-3
kdenetwork-ppp-2.0-4
kdelibs-devel-2.0-7
kdelibs-2.0-7
kdetoys-2.0-1
kdelibs-sound-2.0-7
kdelibs-sound-devel-2.0-7
qt-Xt-2.2.1-6
qt-2.2.1-6
qt-designer-2.2.1-6
qt-static-2.2.1-6
qt-devel-2.2.1-6
qt1x-devel-1.45-11
qt1x-1.45-11

Does anyone have ny suggestions ?

Regards,
Roman

--
-------------------------------------------------------------------------
                \_\_\_\_  \_  \_\_\_\_\_  \_   Rheinisch-
                \_   \_\_ \__ \_  \_  \_  \_   Westfaelische
                \_\_\_  \_\_\_\_  \_  \_\_\_   Technische
                \_  \_   \__ \__  \_  \_  \_   Hochschule
                \_   \_   \_  \_  \_  \_  \_   Aachen
                ============================================
                Workstation-Verbund            RECHENZENTRUM
-------------------------------------------------------------------------
Roman Breuer, Rechenzentrum RWTH Aachen
http://www.rz.rwth-aachen.de/breuer
e-mail: breuer at rz.rwth-aachen.de




-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list