public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] can't compile audacity
@ 2006-03-01 22:04 Matias Grana
  2006-03-25 12:31 ` Tamas Sarga
  0 siblings, 1 reply; 6+ messages in thread
From: Matias Grana @ 2006-03-01 22:04 UTC (permalink / raw
  To: gentoo user Mailing List

hi all;
I need some help on this one:
I can't emerge audacity.

If I try to do it, it first pulls wxGTK 2.4.2-r4, and then complains
about wxGTK being compiled with unicode support. So it tells me to
re-emerge wxGTK with USE=-gtk2.
If I do this, then wxGTK complains. So I have to emerge it with
-unicode. And then I get the following error:

/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../libwx_gtk2-2.4.so:
undefined reference to `vtable for wxFileProto'
collect2: ld returned 1 exit status
make[1]: *** [../audacity] Error 1
make[1]: Leaving directory
`/var/tmp/portage/audacity-1.2.1/work/audacity-src-1.2.1/src'
make: *** [audacity] Error 2

If I use  -gtk2 -unicode, then wxGTK tells that I should at least
USE=wxgtk1. When I do it, then audacity again fails on compilation with
the same error.

What should I do here?

Thanks in advance,
Matias
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] can't compile audacity
  2006-03-01 22:04 [gentoo-user] can't compile audacity Matias Grana
@ 2006-03-25 12:31 ` Tamas Sarga
  2006-03-26  8:50   ` Zac Slade
  0 siblings, 1 reply; 6+ messages in thread
From: Tamas Sarga @ 2006-03-25 12:31 UTC (permalink / raw
  To: gentoo-user

Hi,

I use -gtk2 -unicode wxgtk1 use flags and wxGTK-2.4.2-r4 and wxGTK-2.6.1 
. It works for me on x86 with audacity-1.2.1 .
The error message 
(/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../libwx_gtk2-2.4.so) hint, 
that it tries to use gtk2 for the compilation.

HTH.
Cheers,
Tamas Sarga


Matias Grana wrote:
> hi all;
> I need some help on this one:
> I can't emerge audacity.
>
> If I try to do it, it first pulls wxGTK 2.4.2-r4, and then complains
> about wxGTK being compiled with unicode support. So it tells me to
> re-emerge wxGTK with USE=-gtk2.
> If I do this, then wxGTK complains. So I have to emerge it with
> -unicode. And then I get the following error:
>
> /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../libwx_gtk2-2.4.so:
> undefined reference to `vtable for wxFileProto'
> collect2: ld returned 1 exit status
> make[1]: *** [../audacity] Error 1
> make[1]: Leaving directory
> `/var/tmp/portage/audacity-1.2.1/work/audacity-src-1.2.1/src'
> make: *** [audacity] Error 2
>
> If I use  -gtk2 -unicode, then wxGTK tells that I should at least
> USE=wxgtk1. When I do it, then audacity again fails on compilation with
> the same error.
>
> What should I do here?
>
> Thanks in advance,
> Matias
>   

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] can't compile audacity
  2006-03-26  8:50   ` Zac Slade
@ 2006-03-26  8:13     ` Martins Steinbergs
  2006-03-26 10:05       ` Zac Slade
  0 siblings, 1 reply; 6+ messages in thread
From: Martins Steinbergs @ 2006-03-26  8:13 UTC (permalink / raw
  To: gentoo-user

On Sunday 26 March 2006 11:50, Zac Slade wrote:
> On Saturday 25 March 2006 06:31, Tamas Sarga wrote:
> > Hi,
> >
> > I use -gtk2 -unicode wxgtk1 use flags and wxGTK-2.4.2-r4 and wxGTK-2.6.1
> > . It works for me on x86 with audacity-1.2.1 .
> > The error message
> > (/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../libwx_gtk2-2.4.so) hint,
> > that it tries to use gtk2 for the compilation.
>
> Is this on x86_64????
>
> here is my output from emerge -av audacity (using 2005.1 profile):
>
> ebuild   R   ] media-sound/audacity-1.2.4b-r1  USE="encode mad vorbis"
> 4,394kB
>
> What gtk use flag are you talking about???  I don't have one.

this one version has:

Calculating dependencies ... done!
[ebuild  N    ] media-sound/audacity-1.2.3-r1  USE="encode gtk2 
vorbis -flac -libsamplerate -mad" 4,078 kB 

m
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] can't compile audacity
  2006-03-25 12:31 ` Tamas Sarga
@ 2006-03-26  8:50   ` Zac Slade
  2006-03-26  8:13     ` Martins Steinbergs
  0 siblings, 1 reply; 6+ messages in thread
From: Zac Slade @ 2006-03-26  8:50 UTC (permalink / raw
  To: gentoo-user

On Saturday 25 March 2006 06:31, Tamas Sarga wrote:
> Hi,
>
> I use -gtk2 -unicode wxgtk1 use flags and wxGTK-2.4.2-r4 and wxGTK-2.6.1
> . It works for me on x86 with audacity-1.2.1 .
> The error message
> (/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../libwx_gtk2-2.4.so) hint,
> that it tries to use gtk2 for the compilation.
Is this on x86_64????

here is my output from emerge -av audacity (using 2005.1 profile):

ebuild   R   ] media-sound/audacity-1.2.4b-r1  USE="encode mad vorbis" 4,394kB

What gtk use flag are you talking about???  I don't have one.
-- 
Zac Slade
krakrjak@volumehost.net
ICQ:1415282 YM:krakrjak AIM:ttyp99
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] can't compile audacity
  2006-03-26  8:13     ` Martins Steinbergs
@ 2006-03-26 10:05       ` Zac Slade
  2006-03-28 13:52         ` Matias Grana
  0 siblings, 1 reply; 6+ messages in thread
From: Zac Slade @ 2006-03-26 10:05 UTC (permalink / raw
  To: gentoo-user

On Sunday 26 March 2006 02:13, Martins Steinbergs wrote:
> Calculating dependencies ... done!
> [ebuild  N    ] media-sound/audacity-1.2.3-r1  USE="encode gtk2
> vorbis -flac -libsamplerate -mad" 4,078 kB
This is a package to definately put in package.keywords with ~arch.

Not only is it under rapid development, each ebuild contains a release (even 
the betas) that is almost of release quality.  I feel completely safe using 
the betas that come out of the audacity project for my every day audio work.
-- 
Zac Slade
krakrjak@volumehost.net
ICQ:1415282 YM:krakrjak AIM:ttyp99
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] can't compile audacity
  2006-03-26 10:05       ` Zac Slade
@ 2006-03-28 13:52         ` Matias Grana
  0 siblings, 0 replies; 6+ messages in thread
From: Matias Grana @ 2006-03-28 13:52 UTC (permalink / raw
  To: gentoo-user

On Sun, Mar 26, 2006 at 04:05:45AM -0600, Zac Slade wrote:
> On Sunday 26 March 2006 02:13, Martins Steinbergs wrote:
> > Calculating dependencies ... done!
> > [ebuild  N    ] media-sound/audacity-1.2.3-r1  USE="encode gtk2
> > vorbis -flac -libsamplerate -mad" 4,078 kB
> This is a package to definately put in package.keywords with ~arch.
> 
> Not only is it under rapid development, each ebuild contains a release (even 
> the betas) that is almost of release quality.  I feel completely safe using 
> the betas that come out of the audacity project for my every day audio work.
> -- 
> Zac Slade

Thanks to all who answered. I was pointed to an ebuild for 1.3.0b in
b.g.o, which works fine.
Matias
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-03-28 14:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-01 22:04 [gentoo-user] can't compile audacity Matias Grana
2006-03-25 12:31 ` Tamas Sarga
2006-03-26  8:50   ` Zac Slade
2006-03-26  8:13     ` Martins Steinbergs
2006-03-26 10:05       ` Zac Slade
2006-03-28 13:52         ` Matias Grana

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox