[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

kapptemplate should conflict with kdelibs4-dev



Package: kapptemplate
Version: 2.2.2-7
Severity: wishlist

kapptemplate fails to create compilable code when using kdelibs4-dev
version 4:3.0.3a-1. Kdelibs4-dev provides kdelibs-dev that
kapptemplate depends on, but this configuration obviously doesn't
work. Freshly created app templates with default settings fail to
compile with "invalid use of undefined type `class KStatusBar'":

c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt -I/usr/X11R6/include     -O2 -fno-exceptions -fno-check-new  -c kmyapp.cpp
kmyapp.cpp: In method `KMyApp::KMyApp()':
kmyapp.cpp:48: invalid use of undefined type `class KStatusBar'
/usr/include/kde/kmainwindow.h:35: forward declaration of `class KStatusBar'
kmyapp.cpp: In method `void KMyApp::optionsShowStatusbar()':
kmyapp.cpp:237: invalid use of undefined type `class KStatusBar'
/usr/include/kde/kmainwindow.h:35: forward declaration of `class KStatusBar'
kmyapp.cpp:239: invalid use of undefined type `class KStatusBar'
/usr/include/kde/kmainwindow.h:35: forward declaration of `class KStatusBar'
kmyapp.cpp: In method `void KMyApp::changeStatusbar(const QString &)':
kmyapp.cpp:271: invalid use of undefined type `class KStatusBar'
/usr/include/kde/kmainwindow.h:35: forward declaration of `class KStatusBar'

>From information elsewhere on the net I deduced that these errors
appeared because I was using kdelibs4-dev (providing kdelibs-dev)
instead of the real kdelibs-dev. However I have _not_ actually
exhaustively tested this.

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux peregrine 2.4.19 #8 ma syys   9 18:06:14 EEST 2002 i686 unknown unknown GNU/Linux


-- 
<poutanei@peregrine.ton.tut.fi> (finger me for public key)

"When the going gets weird, the weird turn pro."
        -- Hunter S. Thompson 



Reply to: