From: Michael V. D. <mi...@va...> - 2004-10-21 21:39:42
|
I just downloaded the current CVS sources, and the library compile fails: gcc -Igsm/inc -Iportaudio/pa_common -Iportaudio/pablio = -Iportmixer/px_common -Ilibspeex/include -g -Wall -Wpointer-arith -DSPEEX_PREPROCESS=3D1 = -Ilibiax2/src -DIAXC_IAX2 -DLIBIAX -DSPEEX_EC=3D1 -DWIN32 -c -o libiax2/src/iax2-parser.o = libiax2/src/iax2-parser.c libiax2/src/iax2-parser.c:31:19: align.h: No such file or directory libiax2/src/iax2-parser.c: In function `dump_int': libiax2/src/iax2-parser.c:73: warning: implicit declaration of function `GET_ALIGN_32' libiax2/src/iax2-parser.c: In function `dump_short': libiax2/src/iax2-parser.c:81: warning: implicit declaration of function `GET_ALIGN_16' make: *** [libiax2/src/iax2-parser.o] Error 1 missing align.h? BTW, I am seeing a lot more warnings than I used to. Using Mingw 2.0.0 = and cygwin version 2.340.2.5 and wxWindows 2.4.1 |