This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Lame 3.96.1 compilation


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]