hi
somebody use kdevelop 3.5.x to programming for kde 4?
thanks
hi
somebody use kdevelop 3.5.x to programming for kde 4?
thanks
i installed kdevelopp 3.5.x
i tried to build a kde helloword (qt3)
i get
cd ‘/tmp/hello_world’ && WANT_AUTOCONF_2_5=“1” WANT_AUTOMAKE_1_6=“1” LC_MESSAGES=“C” LC_CTYPE=“C” gmake -f Makefile.cvs && mkdir ‘/tmp/hello_world/debug’ && cd ‘/tmp/hello_world/debug’ && CXXFLAGS=“-O0 -g3” “/tmp/hello_world/configure” --enable-debug=full && cd ‘/tmp/hello_world/debug’ && WANT_AUTOCONF_2_5=“1” WANT_AUTOMAKE_1_6=“1” LC_MESSAGES=“C” LC_CTYPE=“C” gmake -k
This Makefile is only for the CVS repository
This will be deleted before making the distribution
Can’t locate Autom4te/ChannelDefs.pm in @INC (@INC contains: /usr/share/autoconf /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/vendor_perl .) at /usr/bin/autoheader line 43.
BEGIN failed–compilation aborted at /usr/bin/autoheader line 43.
gmake[1]: *** [cvs] Error 1
*** AUTOHEADER NOT FOUND!.
*** KDE requires autoheader 2.53 or newer
gmake: *** [all] Error 2
*** Sortie avec l’état*: 2 ***
i have autoheader
locate autoheader
/usr/bin/autoheader
/usr/share/autoconf/autoconf/autoheader.m4
/usr/share/man/man1/autoheader.1.gz
any idea?
Hi,
it is possible to use kdevelop3 3.5.x for developing kde4 apps. Have a look at Getting Started/Set up KDE 4 for development - KDE TechBase for more details.
hope this helps