~ubuntu-branches/ubuntu/oneiric/ecasound2.2/oneiric

« back to all changes in this revision

Viewing changes to BUGS

  • Committer: Bazaar Package Importer
  • Author(s): Junichi Uekawa
  • Date: 2008-03-23 21:42:49 UTC
  • mfrom: (3.1.6 hardy)
  • Revision ID: james.westby@ubuntu.com-20080323214249-evlfv3y1o8q747la
Tags: 2.4.6.1-2
* Bug fix: "FTBFS with GCC 4.3: missing #includes", thanks to Martin
  Michlmayr (Closes: #454890).
- 13_gcc4: updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
Known Bugs and Features (not in other issue trackers)
36
36
-----------------------------------------------------------------------
37
37
 
38
 
- commas in filenames given as arguments to -i and -o options are 
39
 
  not handled correctly
 
38
- commas in filenames given as arguments to -i and -o options need
 
39
  to be either escaped with backslashes (-i foo\\,bar.wav) or quoted
 
40
  with doublequotes (-i "foo,bar.wav")
40
41
- certain combinations of glibc and linux-2.6 kernels cause the 'cs-edit' 
41
42
  EIAM command to fail (ecasound exits back to shell after the command); 
42
43
  as a workaround, set the LD_ASSUME_KERNEL=2.2.5 environment variable