Re: mwavem compile error
"Linuxant Support (Jonathan)" <[email protected]> Sun, 04 Jul 2010 13:13:39 -0400
| Newsgroups | gmane.linux.drivers.modem.hsf |
|---|---|
| Message-ID | <[email protected]> |
Hi, this mailing list is only for discussion about the HSF driver. Linuxant = do not support the mwavem driver, you should contact the provider of the = software of assistance. Perhaps that contact information can be found in = a README or similar file in the package. Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] packet wrote: > I try to compile mwavem and i get this error message > = > = > checking host system type... i686-redhat-linux-gnu > checking target system type... i686-redhat-linux-gnu > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for gcc... gcc > checking for C compiler default output... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking for style of include used by make... GNU > checking dependency style of gcc... gcc3 > checking for ranlib... ranlib > checking for a BSD-compatible install... /usr/bin/install -c > checking for main in -lpthread... yes > checking for main in -lm... yes > configure: creating ./config.status > config.status: creating Makefile > config.status: creating doc/Makefile > config.status: creating m4/Makefile > config.status: creating src/Makefile > config.status: creating src/dsp/Makefile > config.status: creating src/mwavem/Makefile > config.status: creating src/mwavem/modem.c > config.status: creating src/mwavem/mwaved > config.status: creating src/mwavem/mwavem.conf > config.status: creating src/manager/Makefile > config.status: creating src/meio/Makefile > config.status: creating src/mwmbl/Makefile > config.status: creating src/mwmlw32/Makefile > config.status: creating src/mwmpw32/Makefile > config.status: creating src/mwmutil/Makefile > config.status: creating src/mwwtt32/Makefile > config.status: creating src/extra/Makefile > config.status: creating src/extra/mwavem.spec > config.status: executing depfiles commands > [perlsyntax@localhost mwavem-2.0]$ make > Making all in m4 > make[1]: Entering directory `/home/perlsyntax/mwavem-2.0/m4' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/perlsyntax/mwavem-2.0/m4' > Making all in doc > make[1]: Entering directory `/home/perlsyntax/mwavem-2.0/doc' > make[1]: Nothing to be done for `all'. > make[1]: Leaving directory `/home/perlsyntax/mwavem-2.0/doc' > Making all in src > make[1]: Entering directory `/home/perlsyntax/mwavem-2.0/src' > Making all in manager > make[2]: Entering directory `/home/perlsyntax/mwavem-2.0/src/manager' > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT mwaveapi.o -MD -MP -MF ".deps/mwaveapi.Tpo" \ > -c -o mwaveapi.o `test -f 'mwaveapi.c' || echo './'`mwaveapi.c; \ > then mv -f ".deps/mwaveapi.Tpo" ".deps/mwaveapi.Po"; \ > else rm -f ".deps/mwaveapi.Tpo"; exit 1; \ > fi > mwaveapi.c: In function =91main_dspInit=92: > mwaveapi.c:1287: warning: pointer targets in passing argument 2 of = > =91DspFindFile=92 differ in signedness > mwaveapi.c:91: note: expected =91PSZ=92 but argument is of type =91BYTE *= =92 > mwaveapi.c: In function =91main_dspLoadModule=92: > mwaveapi.c:1420: warning: pointer targets in passing argument 2 of = > =91DspFindFile=92 differ in signedness > mwaveapi.c:91: note: expected =91PSZ=92 but argument is of type =91BYTE *= =92 > mwaveapi.c: In function =91main_dspLoadSegment=92: > mwaveapi.c:1492: warning: pointer targets in passing argument 2 of = > =91DspFindFile=92 differ in signedness > mwaveapi.c:91: note: expected =91PSZ=92 but argument is of type =91BYTE *= =92 > mwaveapi.c: In function =91main_dspLoadTask=92: > mwaveapi.c:1580: warning: pointer targets in passing argument 2 of = > =91DspFindFile=92 differ in signedness > mwaveapi.c:91: note: expected =91PSZ=92 but argument is of type =91BYTE *= =92 > mwaveapi.c: In function =91SendToServer=92: > mwaveapi.c:2447: warning: pointer targets in assignment differ in signedn= ess > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspabil.o -MD -MP -MF ".deps/dspabil.Tpo" \ > -c -o dspabil.o `test -f 'dspabil.c' || echo './'`dspabil.c; \ > then mv -f ".deps/dspabil.Tpo" ".deps/dspabil.Po"; \ > else rm -f ".deps/dspabil.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspfixup.o -MD -MP -MF ".deps/dspfixup.Tpo" \ > -c -o dspfixup.o `test -f 'dspfixup.c' || echo './'`dspfixup.c; \ > then mv -f ".deps/dspfixup.Tpo" ".deps/dspfixup.Po"; \ > else rm -f ".deps/dspfixup.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspitcb.o -MD -MP -MF ".deps/dspitcb.Tpo" \ > -c -o dspitcb.o `test -f 'dspitcb.c' || echo './'`dspitcb.c; \ > then mv -f ".deps/dspitcb.Tpo" ".deps/dspitcb.Po"; \ > else rm -f ".deps/dspitcb.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspparse.o -MD -MP -MF ".deps/dspparse.Tpo" \ > -c -o dspparse.o `test -f 'dspparse.c' || echo './'`dspparse.c; \ > then mv -f ".deps/dspparse.Tpo" ".deps/dspparse.Po"; \ > else rm -f ".deps/dspparse.Tpo"; exit 1; \ > fi > dspparse.c: In function =91SEGSection=92: > dspparse.c:2070: warning: value computed is not used > dspparse.c:2071: warning: value computed is not used > dspparse.c:2109: warning: value computed is not used > dspparse.c:2110: warning: value computed is not used > dspparse.c:2288: warning: pointer targets in assignment differ in signedn= ess > dspparse.c:2357: warning: pointer targets in assignment differ in signedn= ess > dspparse.c:2456: warning: pointer targets in assignment differ in signedn= ess > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspinit.o -MD -MP -MF ".deps/dspinit.Tpo" \ > -c -o dspinit.o `test -f 'dspinit.c' || echo './'`dspinit.c; \ > then mv -f ".deps/dspinit.Tpo" ".deps/dspinit.Po"; \ > else rm -f ".deps/dspinit.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT win32io.o -MD -MP -MF ".deps/win32io.Tpo" \ > -c -o win32io.o `test -f 'win32io.c' || echo './'`win32io.c; \ > then mv -f ".deps/win32io.Tpo" ".deps/win32io.Po"; \ > else rm -f ".deps/win32io.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspactiv.o -MD -MP -MF ".deps/dspactiv.Tpo" \ > -c -o dspactiv.o `test -f 'dspactiv.c' || echo './'`dspactiv.c; \ > then mv -f ".deps/dspactiv.Tpo" ".deps/dspactiv.Po"; \ > else rm -f ".deps/dspactiv.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspfree.o -MD -MP -MF ".deps/dspfree.Tpo" \ > -c -o dspfree.o `test -f 'dspfree.c' || echo './'`dspfree.c; \ > then mv -f ".deps/dspfree.Tpo" ".deps/dspfree.Po"; \ > else rm -f ".deps/dspfree.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspload.o -MD -MP -MF ".deps/dspload.Tpo" \ > -c -o dspload.o `test -f 'dspload.c' || echo './'`dspload.c; \ > then mv -f ".deps/dspload.Tpo" ".deps/dspload.Po"; \ > else rm -f ".deps/dspload.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspio.o -MD -MP -MF ".deps/dspio.Tpo" \ > -c -o dspio.o `test -f 'dspio.c' || echo './'`dspio.c; \ > then mv -f ".deps/dspio.Tpo" ".deps/dspio.Po"; \ > else rm -f ".deps/dspio.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspquery.o -MD -MP -MF ".deps/dspquery.Tpo" \ > -c -o dspquery.o `test -f 'dspquery.c' || echo './'`dspquery.c; \ > then mv -f ".deps/dspquery.Tpo" ".deps/dspquery.Po"; \ > else rm -f ".deps/dspquery.Tpo"; exit 1; \ > fi > dspquery.c: In function =91ParseSegLabels=92: > dspquery.c:939: warning: value computed is not used > dspquery.c:943: warning: value computed is not used > dspquery.c: In function =91QueryModuleInfo=92: > dspquery.c:1054: warning: pointer targets in assignment differ in signedn= ess > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT win32mem.o -MD -MP -MF ".deps/win32mem.Tpo" \ > -c -o win32mem.o `test -f 'win32mem.c' || echo './'`win32mem.c; \ > then mv -f ".deps/win32mem.Tpo" ".deps/win32mem.Po"; \ > else rm -f ".deps/win32mem.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspalloc.o -MD -MP -MF ".deps/dspalloc.Tpo" \ > -c -o dspalloc.o `test -f 'dspalloc.c' || echo './'`dspalloc.c; \ > then mv -f ".deps/dspalloc.Tpo" ".deps/dspalloc.Po"; \ > else rm -f ".deps/dspalloc.Tpo"; exit 1; \ > fi > dspalloc.c: In function =91AllocateVGPC_CPS=92: > dspalloc.c:1958: warning: cast from pointer to integer of different size > dspalloc.c: In function =91FreeVGPC_CPS=92: > dspalloc.c:2061: warning: cast from pointer to integer of different size > dspalloc.c: In function =91ChangeCPF=92: > dspalloc.c:2297: warning: cast from pointer to integer of different size > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspfxutl.o -MD -MP -MF ".deps/dspfxutl.Tpo" \ > -c -o dspfxutl.o `test -f 'dspfxutl.c' || echo './'`dspfxutl.c; \ > then mv -f ".deps/dspfxutl.Tpo" ".deps/dspfxutl.Po"; \ > else rm -f ".deps/dspfxutl.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspmem.o -MD -MP -MF ".deps/dspmem.Tpo" \ > -c -o dspmem.o `test -f 'dspmem.c' || echo './'`dspmem.c; \ > then mv -f ".deps/dspmem.Tpo" ".deps/dspmem.Po"; \ > else rm -f ".deps/dspmem.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspipc.o -MD -MP -MF ".deps/dspipc.Tpo" \ > -c -o dspipc.o `test -f 'dspipc.c' || echo './'`dspipc.c; \ > then mv -f ".deps/dspipc.Tpo" ".deps/dspipc.Po"; \ > else rm -f ".deps/dspipc.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspstcmp.o -MD -MP -MF ".deps/dspstcmp.Tpo" \ > -c -o dspstcmp.o `test -f 'dspstcmp.c' || echo './'`dspstcmp.c; \ > then mv -f ".deps/dspstcmp.Tpo" ".deps/dspstcmp.Po"; \ > else rm -f ".deps/dspstcmp.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspglist.o -MD -MP -MF ".deps/dspglist.Tpo" \ > -c -o dspglist.o `test -f 'dspglist.c' || echo './'`dspglist.c; \ > then mv -f ".deps/dspglist.Tpo" ".deps/dspglist.Po"; \ > else rm -f ".deps/dspglist.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspcalle.o -MD -MP -MF ".deps/dspcalle.Tpo" \ > -c -o dspcalle.o `test -f 'dspcalle.c' || echo './'`dspcalle.c; \ > then mv -f ".deps/dspcalle.Tpo" ".deps/dspcalle.Po"; \ > else rm -f ".deps/dspcalle.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspispos.o -MD -MP -MF ".deps/dspispos.Tpo" \ > -c -o dspispos.o `test -f 'dspispos.c' || echo './'`dspispos.c; \ > then mv -f ".deps/dspispos.Tpo" ".deps/dspispos.Po"; \ > else rm -f ".deps/dspispos.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspstruc.o -MD -MP -MF ".deps/dspstruc.Tpo" \ > -c -o dspstruc.o `test -f 'dspstruc.c' || echo './'`dspstruc.c; \ > then mv -f ".deps/dspstruc.Tpo" ".deps/dspstruc.Po"; \ > else rm -f ".deps/dspstruc.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspfixlw.o -MD -MP -MF ".deps/dspfixlw.Tpo" \ > -c -o dspfixlw.o `test -f 'dspfixlw.c' || echo './'`dspfixlw.c; \ > then mv -f ".deps/dspfixlw.Tpo" ".deps/dspfixlw.Po"; \ > else rm -f ".deps/dspfixlw.Tpo"; exit 1; \ > fi > dspfixlw.c: In function =91FixupSegImage=92: > dspfixlw.c:365: warning: pointer targets in assignment differ in signedne= ss > dspfixlw.c:366: warning: pointer targets in assignment differ in signedne= ss > dspfixlw.c:367: warning: pointer targets in assignment differ in signedne= ss > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspgpc.o -MD -MP -MF ".deps/dspgpc.Tpo" \ > -c -o dspgpc.o `test -f 'dspgpc.c' || echo './'`dspgpc.c; \ > then mv -f ".deps/dspgpc.Tpo" ".deps/dspgpc.Po"; \ > else rm -f ".deps/dspgpc.Tpo"; exit 1; \ > fi > dspgpc.c: In function =91DisconnectGPC=92: > dspgpc.c:866: warning: cast from pointer to integer of different size > dspgpc.c:910: warning: cast from pointer to integer of different size > dspgpc.c: In function =91CreateVGPC=92: > dspgpc.c:1152: warning: cast from pointer to integer of different size > dspgpc.c:1176: warning: cast from pointer to integer of different size > dspgpc.c: In function =91RemoveVGPC=92: > dspgpc.c:1324: warning: cast from pointer to integer of different size > dspgpc.c:1331: warning: cast from pointer to integer of different size > dspgpc.c: In function =91GPCSync=92: > dspgpc.c:1561: warning: cast from pointer to integer of different size > dspgpc.c:1567: warning: cast from pointer to integer of different size > dspgpc.c:1576: warning: cast from pointer to integer of different size > dspgpc.c:1577: warning: cast from pointer to integer of different size > dspgpc.c:1600: warning: cast from pointer to integer of different size > dspgpc.c:1614: warning: cast from pointer to integer of different size > dspgpc.c:1622: warning: cast from pointer to integer of different size > dspgpc.c:1630: warning: cast from pointer to integer of different size > dspgpc.c:1644: warning: cast from pointer to integer of different size > dspgpc.c:1652: warning: cast from pointer to integer of different size > dspgpc.c:1679: warning: cast from pointer to integer of different size > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspdmfnc.o -MD -MP -MF ".deps/dspdmfnc.Tpo" \ > -c -o dspdmfnc.o `test -f 'dspdmfnc.c' || echo './'`dspdmfnc.c; \ > then mv -f ".deps/dspdmfnc.Tpo" ".deps/dspdmfnc.Po"; \ > else rm -f ".deps/dspdmfnc.Tpo"; exit 1; \ > fi > dspdmfnc.c: In function =91DAEMON_DspChangeDMA=92: > dspdmfnc.c:189: warning: pointer targets in passing argument 2 of = > =91ChangeDMA=92 differ in signedness > dspalloc.h:75: note: expected =91PSZ=92 but argument is of type =91BYTE *= =92 > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dsperr.o -MD -MP -MF ".deps/dsperr.Tpo" \ > -c -o dsperr.o `test -f 'dsperr.c' || echo './'`dsperr.c; \ > then mv -f ".deps/dsperr.Tpo" ".deps/dsperr.Po"; \ > else rm -f ".deps/dsperr.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT dspsrv.o -MD -MP -MF ".deps/dspsrv.Tpo" \ > -c -o dspsrv.o `test -f 'dspsrv.c' || echo './'`dspsrv.c; \ > then mv -f ".deps/dspsrv.Tpo" ".deps/dspsrv.Po"; \ > else rm -f ".deps/dspsrv.Tpo"; exit 1; \ > fi > dspsrv.c: In function =91IssueMwaveAPIRequest=92: > dspsrv.c:349: warning: pointer targets in passing argument 1 of = > =91ProccessMwRequest=92 differ in signedness > dspsrv.c:98: note: expected =91LPBYTE=92 but argument is of type =91BYTE = *=92 > dspsrv.c:349: warning: pointer targets in passing argument 3 of = > =91ProccessMwRequest=92 differ in signedness > dspsrv.c:98: note: expected =91LPBYTE=92 but argument is of type =91BYTE = *=92 > rm -f libmwave.a > ar cru libmwave.a mwaveapi.o dspabil.o dspfixup.o dspitcb.o dspparse.o = > dspinit.o win32io.o dspactiv.o dspfree.o dspload.o dspio.o dspquery.o = > win32mem.o dspalloc.o dspfxutl.o dspmem.o dspipc.o dspstcmp.o dspglist.o = > dspcalle.o dspispos.o dspstruc.o dspfixlw.o dspgpc.o dspdmfnc.o dsperr.o = > dspsrv.o > ranlib libmwave.a > make[2]: Leaving directory `/home/perlsyntax/mwavem-2.0/src/manager' > Making all in meio > make[2]: Entering directory `/home/perlsyntax/mwavem-2.0/src/meio' > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meio_api.o -MD -MP -MF ".deps/meio_api.Tpo" \ > -c -o meio_api.o `test -f 'meio_api.c' || echo './'`meio_api.c; \ > then mv -f ".deps/meio_api.Tpo" ".deps/meio_api.Po"; \ > else rm -f ".deps/meio_api.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meioacap.o -MD -MP -MF ".deps/meioacap.Tpo" \ > -c -o meioacap.o `test -f 'meioacap.c' || echo './'`meioacap.c; \ > then mv -f ".deps/meioacap.Tpo" ".deps/meioacap.Po"; \ > else rm -f ".deps/meioacap.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meioshar.o -MD -MP -MF ".deps/meioshar.Tpo" \ > -c -o meioshar.o `test -f 'meioshar.c' || echo './'`meioshar.c; \ > then mv -f ".deps/meioshar.Tpo" ".deps/meioshar.Po"; \ > else rm -f ".deps/meioshar.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meiovect.o -MD -MP -MF ".deps/meiovect.Tpo" \ > -c -o meiovect.o `test -f 'meiovect.c' || echo './'`meiovect.c; \ > then mv -f ".deps/meiovect.Tpo" ".deps/meiovect.Po"; \ > else rm -f ".deps/meiovect.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meiogtwy.o -MD -MP -MF ".deps/meiogtwy.Tpo" \ > -c -o meiogtwy.o `test -f 'meiogtwy.c' || echo './'`meiogtwy.c; \ > then mv -f ".deps/meiogtwy.Tpo" ".deps/meiogtwy.Po"; \ > else rm -f ".deps/meiogtwy.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meioqry.o -MD -MP -MF ".deps/meioqry.Tpo" \ > -c -o meioqry.o `test -f 'meioqry.c' || echo './'`meioqry.c; \ > then mv -f ".deps/meioqry.Tpo" ".deps/meioqry.Po"; \ > else rm -f ".deps/meioqry.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meiosprt.o -MD -MP -MF ".deps/meiosprt.Tpo" \ > -c -o meiosprt.o `test -f 'meiosprt.c' || echo './'`meiosprt.c; \ > then mv -f ".deps/meiosprt.Tpo" ".deps/meiosprt.Po"; \ > else rm -f ".deps/meiosprt.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meiowdvp.o -MD -MP -MF ".deps/meiowdvp.Tpo" \ > -c -o meiowdvp.o `test -f 'meiowdvp.c' || echo './'`meiowdvp.c; \ > then mv -f ".deps/meiowdvp.Tpo" ".deps/meiowdvp.Po"; \ > else rm -f ".deps/meiowdvp.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meiouart.o -MD -MP -MF ".deps/meiouart.Tpo" \ > -c -o meiouart.o `test -f 'meiouart.c' || echo './'`meiouart.c; \ > then mv -f ".deps/meiouart.Tpo" ".deps/meiouart.Po"; \ > else rm -f ".deps/meiouart.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meix439t.o -MD -MP -MF ".deps/meix439t.Tpo" \ > -c -o meix439t.o `test -f 'meix439t.c' || echo './'`meix439t.c; \ > then mv -f ".deps/meix439t.Tpo" ".deps/meix439t.Po"; \ > else rm -f ".deps/meix439t.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meix439n.o -MD -MP -MF ".deps/meix439n.Tpo" \ > -c -o meix439n.o `test -f 'meix439n.c' || echo './'`meix439n.c; \ > then mv -f ".deps/meix439n.Tpo" ".deps/meix439n.Po"; \ > else rm -f ".deps/meix439n.Tpo"; exit 1; \ > fi > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT meix439v.o -MD -MP -MF ".deps/meix439v.Tpo" \ > -c -o meix439v.o `test -f 'meix439v.c' || echo './'`meix439v.c; \ > then mv -f ".deps/meix439v.Tpo" ".deps/meix439v.Po"; \ > else rm -f ".deps/meix439v.Tpo"; exit 1; \ > fi > rm -f libmeio.a > ar cru libmeio.a meio_api.o meioacap.o meioshar.o meiovect.o meiogtwy.o = > meioqry.o meiosprt.o meiowdvp.o meiouart.o meix439t.o meix439n.o = > meix439v.o > ranlib libmeio.a > make[2]: Leaving directory `/home/perlsyntax/mwavem-2.0/src/meio' > Making all in mwmlw32 > make[2]: Entering directory `/home/perlsyntax/mwavem-2.0/src/mwmlw32' > if gcc -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" = > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"mwavem\" = > -DVERSION=3D\"2.0\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 = > -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1 -I. -I.= = > -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall = > -MT mwmcapi.o -MD -MP -MF ".deps/mwmcapi.Tpo" \ > -c -o mwmcapi.o `test -f 'mwmcapi.c' || echo './'`mwmcapi.c; \ > then mv -f ".deps/mwmcapi.Tpo" ".deps/mwmcapi.Po"; \ > else rm -f ".deps/mwmcapi.Tpo"; exit 1; \ > fi > In file included from mwmcapi.c:47: > ../../src/include/mwmspcfc.h:708: error: conflicting types for =91dprintf= =92 > /usr/include/stdio.h:419: note: previous declaration of =91dprintf=92 was= here > make[2]: *** [mwmcapi.o] Error 1 > make[2]: Leaving directory `/home/perlsyntax/mwavem-2.0/src/mwmlw32' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/perlsyntax/mwavem-2.0/src' > make: *** [all-recursive] Error 1 > [perlsyntax@localhost mwavem-2.0]$ > = > = > Am i miss some tool or something? > = > = > ------------------------------------------------------------------------ > = > _______________________________________________ > hsflinux mailing list > [email protected] > https://www.linuxant.com/mailman/listinfo/hsflinux