Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41189C02.90907@x-ray.at> Date: Tue, 10 Aug 2004 11:57:22 +0200 From: Reini Urban User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; de-AT; rv:1.8a2) Gecko/20040714 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Lame 3.96.1 compilation References: <200408092310 DOT 11388 DOT cygwin AT ml04c DOT pinguin DOT uni DOT cc> In-Reply-To: <200408092310.11388.cygwin@ml04c.pinguin.uni.cc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Al Bogner schrieb: > As mentioned a few postings before I am new to cygwin und I am > unsure, If I installed all packages I need to compile lame. Do you really want the cygwin lame and not the mingw version? The lame people usually just build the mingw target (they want it to run fast). And then with the latest mingw gcc and winapi build (from mingw.org), which is much newer (3.4.x) than our cygwin-mingw version here (3.3.1). Your error looks like you need a recent mingw winapi. > ./configure did not end with an error, but I got this message: > "configure: WARNING: winsock2.h: present but cannot be compiled" > > make ended with these lines: > if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../libmp3lame -I../include > -I.. -O3 -ffast-math -funroll-loops > -maccumulate-outgoing-args -Wall -pipe -MT brhist.o -MD -MP > -MF ".deps/brhist.Tpo" \ > -c -o brhist.o `test -f 'brhist.c' || echo './'`brhist.c; \ > then mv -f ".deps/brhist.Tpo" ".deps/brhist.Po"; \ > else rm -f ".deps/brhist.Tpo"; exit 1; \ > fi > brhist.c:65:20: term.h: No such file or directory > brhist.c: In function `brhist_init': > brhist.c:160: warning: implicit declaration of function `tgetent' > brhist.c:165: warning: implicit declaration of function `tgetnum' > brhist.c:173: warning: implicit declaration of function `tgetstr' > brhist.c:173: warning: assignment makes pointer from integer without > a cast > brhist.c:178: warning: assignment makes pointer from integer without > a cast > brhist.c:183: warning: assignment makes pointer from integer without > a cast > brhist.c:188: warning: assignment makes pointer from integer without > a cast > make[2]: *** [brhist.o] Error 1 > make[2]: Leaving directory `/usr/src/lame-3.96.1/frontend' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/src/lame-3.96.1' > make: *** [all] Error 2 > > The whole output of configure and make is attached, as well as > cygcheck. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/