Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com X-Mailer: 21.4 (patch 4) "Artificial Intelligence" XEmacs Lucid (via feedmail 10 I) To: "David A. Cobb" Cc: "Dr. Volker Zell" , Cygwin General MailList Subject: Re: Problems building Xemacs/i686-pc-cygwin References: <5 DOT 1 DOT 0 DOT 14 DOT 0 DOT 20010802072314 DOT 04e8e5a0 AT mail> <5 DOT 1 DOT 0 DOT 14 DOT 0 DOT 20010801171809 DOT 05738080 AT mail> <5 DOT 1 DOT 0 DOT 14 DOT 0 DOT 20010801171809 DOT 05738080 AT mail> <5 DOT 1 DOT 0 DOT 14 DOT 0 DOT 20010802072314 DOT 04e8e5a0 AT mail> <5 DOT 1 DOT 0 DOT 14 DOT 0 DOT 20010802135631 DOT 03b3bec0 AT mail> X-Face: I-*}xvwusAv%MlABo'jVNP7TDXf5bb*L[q,r{DnsR1GoL07^Wf)sAu%>!LjXAFlZZN+`OQu }?#du]C)[*%ERKR#+l#sX'EoNbSO~|.x AT ogoS5|"-u? Date: 02 Aug 2001 23:08:47 +0200 In-Reply-To: <5.1.0.14.0.20010802135631.03b3bec0@mail> Message-ID: Lines: 42 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>>>> "David" == David A Cobb writes: David> At 8/2/01 09:17 AM (Thursday), Dr. Volker Zell wrote: >> >>>>> "David" == David A Cobb writes: David> linuxplay.o: In function `play_sound_file': David> /usr/local/src/XEmacs/xemacs-21.5/src/linuxplay.c(.text+0x1108): David> multiple definition of `play_sound_file' >> David> >> ntplay.o(.text+0x418):/usr/local/src/XEmacs/xemacs-21.5/src/ntplay.c: David> first defined here >> >> For this one you have to take out linuxplay.o from the link >> line. Linking is broken >> since cygwin has sound support. The configure script detects >> /usr/include/soundcard.h >> and thinks we're on linux. David> I was afraid of that. Another case where the configuration tools David> outsmart themselves by trying to be smarter than the user! I David> explicitly tell it "--with-sound=native,noesd" David> and it still goes looking for something that doesn't work. David> How do I do this, should I rename soundcard.h so it isn't found? This would work, or you could edit the line extra_objs=..... from src/GNUMakefile and delete soundcard.o from there after running configure. From then on, make will run just fine. David> I guess I need to hid my X11R6 directory also -- altho' David S-B says David> he also gets the error about not being able to find X11R6.dll and it David> didn't hurt him. If you installed X11R6 like advertised then there should be no problem. Ciao Volker -- 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/