Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installazione OpenC6 Gnome
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Fri Feb 25, 2005 4:07 pm    Post subject: Reply with quote

Devi crearti un portage overlay. Cerca nella documentazione come fare.
_________________
Registered as User #281564 and Machines #163761
Back to top
View user's profile Send private message
Pancu
l33t
l33t


Joined: 16 Feb 2005
Posts: 612
Location: Cesena

PostPosted: Sat Feb 26, 2005 11:32 am    Post subject: Reply with quote

Sinceramente avevo già provato ad effettuare una ricerca ma non avevo trovato niente di chiaro...
Se l'hai, puoi darmi un link in cui posso trovare qualche info??
Grazie!
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30967
Location: here

PostPosted: Sat Feb 26, 2005 11:47 am    Post subject: Reply with quote

Pancu wrote:
Sinceramente avevo già provato ad effettuare una ricerca ma non avevo trovato niente di chiaro...
Se l'hai, puoi darmi un link in cui posso trovare qualche info??
Grazie!

Primo postguarda il titolo APPENDICE https://forums.gentoo.org/viewtopic-p-1559664.html#1559664
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
x-dd
n00b
n00b


Joined: 19 Aug 2005
Posts: 68

PostPosted: Sun Nov 20, 2005 1:10 pm    Post subject: Reply with quote

Pancu wrote:
Come non detto...
Ecco l'output alla fine della compilazione:
Quote:
# USE="-arts" emerge openc6

.....

checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!

!!! ERROR: net-im/openc6-0.9.6_beta failed.
!!! Function econf, Line 449, Exitcode 1
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.


:( :( :( :( :( :( :(


Mi scuso per aver rispolverato questa discussione dopo mesi, e per l'eventuale rozzezza della soluzione da me proposta, sono mesi che c'è questo problema sull'ebuild openc6, così dopo aver consultato l'autore del programma vi propongo l'ebuild che compila correttamente, testato con USE arts e kde attive.
--------------------------------------------------------------------------------------

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde eutils
need-qt 3.1

DESCRIPTION="An open source C6 client"
HOMEPAGE="http://openc6.sourceforge.net/"
SRC_URI="mirror://sourceforge/openc6/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE="kde"

S=${WORKDIR}/openc6-0.9.7

src_compile() {
local myconf

use kde && myconf="${myconf} --with-kde"

./configure \
--host=${CHOST} \
--prefix=/usr \
--with-extra-includes=/usr/kde/3.4/include \
--with-extra-libs=/usr/kde/3.4/lib \
--infodir=/usr/share/info \
--mandir=/usr/share/man ${myconf} || die "./configure failed"

emake || die
}

src_install() {
einstall || die
}

pkg_postinst() {

einfo "Due to a bug in this release, the program will refuse to start"
einfo "if you do not have at least one contact in your list."
einfo "Just execute this command as user to add C6 main developer"
einfo "to your contact list :)"
echo
einfo "A causa di un bug in questa release, il programma non partira'"
einfo "se non hai almeno un contatto nella tua lista."
einfo "Esegui questo comando come utente per aggiungere il programmatore"
einfo "di C6 alla tua lista dei contatti :)"
echo
einfo "printf \"[Amici]\ngi0rgett0\n[Colleghi]\n[Lista Nera]\n[Altri]\" > ~/.OpenC6/nick.lst"
}
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Sun Nov 20, 2005 2:10 pm    Post subject: Reply with quote

Cerca nel forum "overlay" e troverai camionate di post.
_________________
Running Fast!
Back to top
View user's profile Send private message
N|ghTm4r3
n00b
n00b


Joined: 27 Oct 2004
Posts: 70
Location: Urbe(Roma), Italy

PostPosted: Sun Nov 20, 2005 4:19 pm    Post subject: Reply with quote

Prova con:
Code:
# export KDEDIR=/usr/kde/3.4/

_________________
Gentoo: The Power Of Gods
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum