Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2009 01:45:14 +0200
From:      Polytropon <freebsd@edvax.de>
To:        =?UTF-8?Q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9_=D0=9C=D0=B8?= =?UTF-8?Q?=D1=85=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=D0=B8=D1=87?= <merfi_75@bk.ru>
Cc:        FreeBSD-questions@freebsd.org
Subject:   Re: I want install qutim
Message-ID:  <20090902014514.f60dce0a.freebsd@edvax.de>
In-Reply-To: <E1MiZUC-00059h-00.merfi_75-bk-ru@f2.mail.ru>
References:  <E1MiZUC-00059h-00.merfi_75-bk-ru@f2.mail.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 01 Sep 2009 23:57:48 +0400, Алексей Михайлович <merfi_75@bk.ru> wrote:
> I want install qutim 

As it seems to me, qutIM isn't ported to FreeBSD yet.



> I tried install Qt 4.5.2 and recive errror installation Qt 4.5.2 on FreeBSD 
> [...]
> my action :
>  tar -xvf 	qt-x11-opensource-src-4.5.2	
>  cd 	qt-x11-opensource-src-4.5.2	
>  ./configure

You don't need to do this on FreeBSD. Applications and libraries
that are ported to FreeBSD are available via the Ports Collection:

	http://www.freebsd.org/doc/ru/books/handbook/ports.html

So you first install Qt from ports or packages, then try do get
the source of qutIM working. This would work like this:

1. Download the qutIM sources.
2. Extract them.
3. Run
	% ./configure (e. g. with needed parameters)
	% make
	% sudo make install

But keep in mind that it's possible that the configure script
doesn't honor the FreeBSD platform, so you won't be able to
compile and install it.

> I type
> # gmake

FreeBSD uses a different make program. As it seems, you try to
compile a Linux program on FreeBSD...?



>  I want install qutim , but he request:  Found qt4-designer-4.4.1,
> but you need to upgrade to qt4-designer>=4.5.2.

It's a dependency, as well as the Qt library, that you have to
install prior to any compile attempt. A command like

	# pkg_add -r qt4-designer

should do this, and even install all other needed dependencies,
such as Qt itself.



> Help me please! 

Check out FreeBSD's precompiled packages and the ports collection.
Make sure the qutIM sources are compatible with FreeBSD's building
tools.

Finally, ask the developers of qutIM for a FreeBSD version.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090902014514.f60dce0a.freebsd>