public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: About Those Sound Problems
@ 2001-08-09  9:23 Robinow, David
  0 siblings, 0 replies; 5+ messages in thread
From: Robinow, David @ 2001-08-09  9:23 UTC (permalink / raw)
  To: 'David Starks-Browning', Glynn Clements
  Cc: David A. Cobb, Xemacs Beta Development MailList, Cygwin General MailList

> From: David Starks-Browning [ mailto:starksb@ebi.ac.uk ]
> Subject: Re: About Those Sound Problems
> On Thursday 9 Aug 01, Glynn Clements writes:
> > Actually, I think that you need --with-sound=none. If it's omitted
> > altogether, the (broken) autodetection will be used.
> 
> My personal experience was that this was broken in 21.5.1 but fixed in
> CVS on 21 May 2001 (and presumably therefore in 21.5.2):
> < http://cvs.xemacs.org/cgi-bin/cvswebxe/xemacs/configure?r1=1 .
> 153&r2=1.154>.
> 
> David said he was using the latest xemacs-20.5 CVS, so it should work
> for him, unless something else is going on.
 I missed the part about 21.5 CVS.  I'm using 21.4.4.  For this version the
autodetect works correctly except, as I pointed out earlier, for the
erroneous inclusion of linuxplay.o in src/Makefile.
 To test this load the sound code from xemacs-21.4.4/etc/sample.init.el,
make sure you don't have visible-bell set [ (setq visible-bell nil)  if
necessary] and hit C-g.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: About Those Sound Problems
  2001-08-09  8:48       ` Glynn Clements
@ 2001-08-09  9:02         ` David Starks-Browning
  0 siblings, 0 replies; 5+ messages in thread
From: David Starks-Browning @ 2001-08-09  9:02 UTC (permalink / raw)
  To: Glynn Clements
  Cc: David A. Cobb, Xemacs Beta Development MailList, Cygwin General MailList

On Thursday 9 Aug 01, Glynn Clements writes:
> Actually, I think that you need --with-sound=none. If it's omitted
> altogether, the (broken) autodetection will be used.

My personal experience was that this was broken in 21.5.1 but fixed in
CVS on 21 May 2001 (and presumably therefore in 21.5.2):
< http://cvs.xemacs.org/cgi-bin/cvswebxe/xemacs/configure?r1=1.153&r2=1.154 >.

David said he was using the latest xemacs-20.5 CVS, so it should work
for him, unless something else is going on.

Cheers,
David


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* Re: About Those Sound Problems
  2001-08-09  8:24     ` David Starks-Browning
@ 2001-08-09  8:48       ` Glynn Clements
  2001-08-09  9:02         ` David Starks-Browning
  0 siblings, 1 reply; 5+ messages in thread
From: Glynn Clements @ 2001-08-09  8:48 UTC (permalink / raw)
  To: David Starks-Browning
  Cc: David A. Cobb, Xemacs Beta Development MailList, Cygwin General MailList

David Starks-Browning wrote:

> > >>linuxplay.o(.text+0x124c):linuxplay.c: multiple definition of 
> > >>`play_sound_file'
> > >>ntplay.o(.text+0x418):ntplay.c: first defined here
> > >>linuxplay.o(.text+0x12cc):linuxplay.c: multiple definition of 
> > >>`play_sound_data'
> > >>ntplay.o(.text+0x6f8):ntplay.c: first defined here
> > >
> > I'm sorry if I've offended.  I *have* taken the advice I've been given.  If 
> > you glance at the quoted "configure" options, I removed the 
> > "--with-sound=native,noesd" but the script still finds some header that 
> > screws it up.  I suppose what I need to do is remove the headers completely?!!
> 
> When you re-ran configure without the --with-sound= options, you did
> take care to remove config.cache (or whatever it's called), right?

Actually, I think that you need --with-sound=none. If it's omitted
altogether, the (broken) autodetection will be used.

-- 
Glynn Clements <glynn.clements@virgin.net>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* About Those Sound Problems
  2001-08-09  6:37   ` About Those Sound Problems David A. Cobb
@ 2001-08-09  8:24     ` David Starks-Browning
  2001-08-09  8:48       ` Glynn Clements
  0 siblings, 1 reply; 5+ messages in thread
From: David Starks-Browning @ 2001-08-09  8:24 UTC (permalink / raw)
  To: David A. Cobb; +Cc: Xemacs Beta Development MailList, Cygwin General MailList

On Thursday 9 Aug 01, David A. Cobb writes:
> At 8/8/01 02:32 PM (Wednesday), Charles Wilson wrote:
> 
> >>Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
> >>gcc version 2.95.3-5 (cygwin special)
> >>  /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/collect2.exe --subsystem 
> >> windows -Bdynamic --dll-search-prefix=cyg -o temacs.exe /usr/lib/crt0.o 
> >> -L/usr/local/lib -L/usr/lib -L/usr/lib/w32api ...
> >
> >
> >But this is not good.  The second step (and most important) of my advice 
> >was to add "--verbose" to THIS command as well.  Then, ld/collect will 
> >explicitly list EVERY place it looks for EVERY dependency, indicating 
> >whether or not the search was successful for EACH case.
> >
> >Add --verbose to the collect2 command (if you're really ambitions, change 
> >the executable to "ld" instead of "collect2").
> 
> Can this be done with an environment variable or must I locate and edit 
> some makefile?

What I do in situations like this is just cut & paste the command from
the build log into a bash command line, and edit as required.

> >>linuxplay.o(.text+0x124c):linuxplay.c: multiple definition of 
> >>`play_sound_file'
> >>ntplay.o(.text+0x418):ntplay.c: first defined here
> >>linuxplay.o(.text+0x12cc):linuxplay.c: multiple definition of 
> >>`play_sound_data'
> >>ntplay.o(.text+0x6f8):ntplay.c: first defined here
> >
> I'm sorry if I've offended.  I *have* taken the advice I've been given.  If 
> you glance at the quoted "configure" options, I removed the 
> "--with-sound=native,noesd" but the script still finds some header that 
> screws it up.  I suppose what I need to do is remove the headers completely?!!

When you re-ran configure without the --with-sound= options, you did
take care to remove config.cache (or whatever it's called), right?

David


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

* About Those Sound Problems
  2001-08-08 11:33 ` Charles Wilson
@ 2001-08-09  6:37   ` David A. Cobb
  2001-08-09  8:24     ` David Starks-Browning
  0 siblings, 1 reply; 5+ messages in thread
From: David A. Cobb @ 2001-08-09  6:37 UTC (permalink / raw)
  To: Charles Wilson; +Cc: Xemacs Beta Development MailList, Cygwin General MailList

At 8/8/01 02:32 PM (Wednesday), Charles Wilson wrote:

>>Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
>>gcc version 2.95.3-5 (cygwin special)
>>  /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/collect2.exe --subsystem 
>> windows -Bdynamic --dll-search-prefix=cyg -o temacs.exe /usr/lib/crt0.o 
>> -L/usr/local/lib -L/usr/lib -L/usr/lib/w32api ...
>
>
>But this is not good.  The second step (and most important) of my advice 
>was to add "--verbose" to THIS command as well.  Then, ld/collect will 
>explicitly list EVERY place it looks for EVERY dependency, indicating 
>whether or not the search was successful for EACH case.
>
>Add --verbose to the collect2 command (if you're really ambitions, change 
>the executable to "ld" instead of "collect2").

Can this be done with an environment variable or must I locate and edit 
some makefile?



>>linuxplay.o(.text+0x124c):linuxplay.c: multiple definition of 
>>`play_sound_file'
>>ntplay.o(.text+0x418):ntplay.c: first defined here
>>linuxplay.o(.text+0x12cc):linuxplay.c: multiple definition of 
>>`play_sound_data'
>>ntplay.o(.text+0x6f8):ntplay.c: first defined here
>
>
>Didn't SOMEBODY suggest that you fix this linux sound problem FIRST, so 
>that your link failures are single-cause, and not multiple-cause?  Why did 
>you refuse to follow that advice?

I took the actions advised!  They don't fix the problem.  It isn't fixed 
because I don't know how in hades to fix it!  Innocently, I thought 
building a package would be a routine exercise.


>I am going to stop responding to this thread until you follow the advice
>that has already been given.  why should anyone help you if their advice will
>only be ignored?

I'm sorry if I've offended.  I *have* taken the advice I've been given.  If 
you glance at the quoted "configure" options, I removed the 
"--with-sound=native,noesd" but the script still finds some header that 
screws it up.  I suppose what I need to do is remove the headers completely?!!



David A. Cobb, Software Engineer, Public Access Advocate, All around nice guy.
Get my PGP key at
:< http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=superbiskit >
Fingerprint=0x{6E3E_DB8C_2E8C_4248_62B2_FE29_08EE_CF0A_3629_E954}
:< http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=superbiskit&fingerprint=on >
"By God's Grace I am a Christian man, by my actions a great sinner."
--The Way of a Pilgrim, R. M. French [tr.]
Potentially Viral Software is any software for which you are not allowed
to examine the source.  Do not buy or use Potentially Viral Software!
<---.----!----.----!----.----!----.----!----.----!----.----!----.---->


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

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

end of thread, other threads:[~2001-08-09  9:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-09  9:23 About Those Sound Problems Robinow, David
  -- strict thread matches above, loose matches on Subject: below --
2001-08-08  9:59 Problems building Xemacs-21.5--i686-pc-Cygwin: PART III :=(D David A. Cobb
2001-08-08 11:33 ` Charles Wilson
2001-08-09  6:37   ` About Those Sound Problems David A. Cobb
2001-08-09  8:24     ` David Starks-Browning
2001-08-09  8:48       ` Glynn Clements
2001-08-09  9:02         ` David Starks-Browning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).