View previous topic :: View next topic |
Author |
Message |
Kobal Guru

Joined: 12 Feb 2004 Posts: 323 Location: Brasil / Brazil / Brésil / Brasilien / el Brasil
|
Posted: Fri Nov 25, 2005 5:09 pm Post subject: Como configuro microfone no gentoo ? |
|
|
Como faço isso funcionar ? Queria instalar o audacity para fazer um podcast. Mais sem comentarios. Quando vai compilar o audacity.
* Audacity will not build if wxGTK was compiled
* with unicode support. If you are using a version of
* wxGTK <= 2.4.2, you must set USE=-gtk2. In newer versions,
* you must set USE=-unicode
No make.conf ta unicode gtk .
Existe outro programa que têm fucnionalidade parecida com o audacity. Obrigado. |
|
Back to top |
|
 |
nunopedrosilva Tux's lil' helper


Joined: 24 Oct 2004 Posts: 132 Location: Corroios, Portugal
|
Posted: Sat Nov 26, 2005 1:18 pm Post subject: |
|
|
tens:
USE= unicode gtk
ou
USE= -unicode gtk
??
pelo que o debug diz, tens de ter -unicode |
|
Back to top |
|
 |
xsl n00b


Joined: 22 Nov 2002 Posts: 21 Location: Lisbon, Portugal
|
Posted: Sat Nov 26, 2005 3:03 pm Post subject: |
|
|
Code: |
echo "x11-libs/wxGTK -unicode" >> /etc/portage/package.use
echo "dev-python/wxpython -unicode" >> /etc/portage/package.use
emerge wxGTK wxpython audacity
|
sugiro este metodo para não teres que remover o suporte para unicode do resto do teu sistema.. caso contrario um -unicode nas USE do make.conf tb resolvia. _________________ .-
NunoSeita (x l e p dot o r g) <n u n o @ x l e p dot o r g>
A28F 4034 A970 1E60 365C B3D6 1067 043F D693 E7D0 |
|
Back to top |
|
 |
|