Gentoo Archives: gentoo-user

From: Iain Buchanan <iaindb@××××××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: alsa in-kernel vs. alsa-lib
Date: Fri, 31 Oct 2008 14:09:02
Message-Id: 490B1171.50802@netspace.net.au
In Reply to: [gentoo-user] Re: alsa in-kernel vs. alsa-lib by Nikos Chantziaras
1 Nikos Chantziaras wrote:
2 > void shameless_plug()
3 > {
4 > One of the reasons I love Gentoo is
5 > because it allowed me to recompile all
6 > apps without ALSA support and use OSS
7 > (version 4) instead which for me worked
8 > much, much better than ALSA.
9 > }
10
11 g++ plug.cpp -o plug
12 plug.cpp: In function 'void shameless_plug()':
13 plug.cpp:4: error: 'One' was not declared in this scope
14 plug.cpp:4: error: expected `;' before 'of'
15 make: *** [plug] Error 1
16
17 how about some printf's (or cout's for you noobs)
18
19 --
20 Iain Buchanan <iaindb at netspace dot net dot au>
21
22 The pollution's at that awkward stage. Too thick to navigate and too
23 thin to cultivate.
24 -- Doug Sneyd

Replies

Subject Author
[gentoo-user] Re: alsa in-kernel vs. alsa-lib Nikos Chantziaras <realnc@×××××.de>