All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Arcady Genkin" <agenkin@thpoon.com>
To: alsa-devel@lists.sourceforge.net
Subject: Alsa-tools-0.9.5 compilation breakage on gcc 3.3 (patch attached)
Date: 15 Jul 2003 14:14:41 -0400	[thread overview]
Message-ID: <uohe5nwtbi.fsf@bashful.cdf.toronto.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

Greetings:

Compilation of alsa-tools (0.9.4 and 0.9.5) breaks with gcc 3.3
because of the multi-line literals issue.  Attached please find a
patch by Jason Rhinelander <jason-gentoo@gossamer-threads.com> that
fixes the trivial problem.  For more info please see:

             http://bugs.gentoo.org/show_bug.cgi?id=22324

Many thanks,
-- 
Arcady Genkin

guilt is the cause of more disauders
than history's most obscene marorders (E.E. Cummings)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch for alsa-tools 0.9.5 --]
[-- Type: text/x-patch, Size: 2049 bytes --]

--- alsa-tools-0.9.4/as10k1/as10k1.c	2003-05-14 23:45:17.000000000 -0700
+++ alsa-tools-0.9.4-gcc33/as10k1/as10k1.c	2003-06-05 20:33:53.000000000 -0700
@@ -43,29 +43,28 @@
 
 char version[]="As10k1 assembler version " VERSION;
 
-char help[]="
-Usage: as10k1 [option...] asmfile
-
-The as10k1 assembler is for the emu10k1 dsp processor
-found in Creative Lab's sblive series of sound cards.
-
-Author: Daniel Bertrand <d.bertrand@ieee.ca>
-
-Options:\n
-     -l [listfile]         Specify a listing file, default is none.
-     -o [emu10k1 file]     Specify an output file, default is based input,
-                           Substituting .asm to .emu10k1
-     -d [dbg_options...]   Turn on debug messages.
-            s              prints all symbols                
-            g              prints defined gprs
-            t              prints tram usage
-            i              prints instructions
-     -h                    Prints this message  
-     -v                    Prints version number. 
-
-This program is distributed under the GPL.
-
-";
+char help[]="\n"
+"Usage: as10k1 [option...] asmfile\n"
+"\n"
+"The as10k1 assembler is for the emu10k1 dsp processor\n"
+"found in Creative Lab's sblive series of sound cards.\n"
+"\n"
+"Author: Daniel Bertrand <d.bertrand@ieee.ca>\n"
+"\n"
+"Options:\n\n"
+"     -l [listfile]         Specify a listing file, default is none.\n"
+"     -o [emu10k1 file]     Specify an output file, default is based input,\n"
+"                           Substituting .asm to .emu10k1\n"
+"     -d [dbg_options...]   Turn on debug messages.\n"
+"            s              prints all symbols                \n"
+"            g              prints defined gprs\n"
+"            t              prints tram usage\n"
+"            i              prints instructions\n"
+"     -h                    Prints this message  \n"
+"     -v                    Prints version number. \n"
+"\n"
+"This program is distributed under the GPL.\n"
+"\n";
 
 //  cli==Command-Line Interface && !Creative Labs Inc.
 

                 reply	other threads:[~2003-07-15 18:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uohe5nwtbi.fsf@bashful.cdf.toronto.edu \
    --to=agenkin@thpoon.com \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.