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]

Lame 3.96.1 compilation


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.

./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.

Thanks a lot!

Al


Attachment: cygcheck.out
Description: Text document

Attachment: lameconfigure.out
Description: Text document

Attachment: lamemake.out
Description: Text document

--
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]