Subject: Re: KDevelop and NetBSD
To: None <netbsd-help@netbsd.org>
From: Daniel Bolgheroni <dab74@uol.com.br>
List: netbsd-help
Date: 04/22/2003 16:05:18
On Tuesday 22 April 2003 00:03, you wrote:

> I didn't have any problems installing and running kdevelop. What exactl=
y is
> your problem?=20

> All tools that are needed for kdevelop are installed
> automatically together with kdevelop and those that are not part of the
> kdevelop package are mostly available from the NetBSD Package Collectio=
n,
> e.g. htdig etc.

Yes, it is. But I'm having problems with versions of dependency programs.

I've tried to make a new project, but it failed building "configure" beca=
use=20
kdevelop give me the error that it needs automake-1.5 instead of=20
automake-1.7.3 installed as a dependency.

So, I've got automake-1.5 from GNU FTP and installed correctly. So, the=20
"configure" problem was solved, and it worked fine. But, after that, I ca=
n't=20
build any project because kdevelop give me the error that it requires=20
qt3-3.0.3 instead of qt3-3.0.7 installed by pkgsrc as a dependency of=20
kdevelop.

My problem is, what can I do to use these supposed "wrong" versions of=20
automake and QT?