FreeBSD Port: kdevelop-3.0.0

Frank info at acst.de
Wed Mar 3 16:31:46 PST 2004


> save the attached shar out
>
> cd /usr/ports/devel/kdevelop
> sh <path/to/shar>
> make
> make deinstall
> make reinstall
> make clean :)
>
> run kdevelop
> create a brand new project
> try to build it.
>
> I've tested this here locally, with a simple KDE project, and it detects
> autofuck tools correctly, even if I have several versions of each
> installed, including older than required.
>
> Please, give me feedback, kde@ would really like to get this in the next
> release of kdevelop.
>
> The projects it creates should be portable to other unix systems too.
> I'd like feedback on that too, if possible.
>

Hi!

thanks for this quick reply but it didn't work.
I did the steps you wrote and after clicking Run automake & friends

**** YOU'RE USING automake (GNU automake) 1.5. 
**** KDE requires automake 1.6.1 or newer 
*gmake[1]: *** [cvs] Error 1

The script points to /usr/local/bin/automake , that is version 1.5
After i deleted /usr/local/bin/automake i created a symlink automake 
-> /usr/local/bin/automake17 and tryed again.

barilium:/usr/local/bin> cp automake automake15
barilium:/usr/local/bin> rm automake
barilium:/usr/local/bin> ln 
-s /usr/local/bin/automake17 /usr/local/bin/automake

Result: (after a fresh new project)

cd "/home/frank/Developer/ttt" && WANT_AUTOCONF_2_5="1" 
WANT_AUTOMAKE_1_6="1" gmake -f Makefile.cvs 
*This Makefile is only for the CVS repository 
*This will be deleted before making the distribution 
* 
**** Creating acinclude.m4 
**** Creating list of subdirectories 
**** Creating configure.in 
**** Creating aclocal.m4 
**** Creating configure 
*configure.in:44: warning: do not use m4_patsubst: use patsubst or 
m4_bpatsubst 
*configure.in:70: warning: do not use m4_regexp: use regexp or m4_bregexp 
**** Creating config.h template 
*autoheader: `config.h.in' is created 
**** Creating Makefile templates 
*configure.in:44: warning: do not use m4_patsubst: use patsubst or 
m4_bpatsubst 
*configure.in:70: warning: do not use m4_regexp: use regexp or m4_bregexp 
*configure.in:39: your implementation of AM_INIT_AUTOMAKE comes from an 
*configure.in:39: old Automake version. You should recreate aclocal.m4 
*configure.in:39: with aclocal and run automake again. 
*/usr/local/share/automake17/am/depend2.am: am__fastdepCXX does not appear 
in AM_CONDITIONAL 
*gmake[1]: *** [cvs] Error 1 
*gmake: *** [all] Error 2 
**** Exited with status: 2 ***


Frank



More information about the freebsd-ports mailing list