mwavem compile error

packet <[email protected]> Thu, 1 Jul 2010 12:35:19 -0500
Newsgroups gmane.linux.drivers.modem.hsf
Message-ID <[email protected]>
--===============1930389191==
Content-Type: multipart/alternative; boundary=0016367fb199f1c2e4048a56e4ba

--0016367fb199f1c2e4048a56e4ba
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 signednes=
s
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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 signednes=
s
dspparse.c:2357: warning: pointer targets in assignment differ in signednes=
s
dspparse.c:2456: warning: pointer targets in assignment differ in signednes=
s
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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 signednes=
s
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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspmem.o -MD -MP -M=
F
".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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspipc.o -MD -MP -M=
F
".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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 signedness
dspfixlw.c:366: warning: pointer targets in assignment differ in signedness
dspfixlw.c:367: warning: pointer targets in assignment differ in signedness
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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspgpc.o -MD -MP -M=
F
".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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dsperr.o -MD -MP -M=
F
".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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspsrv.o -MD -MP -M=
F
".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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 -DLIN=
UX_BLD=3D1
-DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1  -I. -I.     -I../../src/i=
nclude
-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 h=
ere
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?

--0016367fb199f1c2e4048a56e4ba
Content-Type: text/html; charset=windows-1252
Content-Transfer-Encoding: quoted-printable

I try to compile mwavem and i get this error message<br><br><br>checking ho=
st system type... i686-redhat-linux-gnu<br>checking target system type... i=
686-redhat-linux-gnu<br>checking for a BSD-compatible install... /usr/bin/i=
nstall -c<br>
checking whether build environment is sane... yes<br>checking for gawk... g=
awk<br>checking whether make sets $(MAKE)... yes<br>checking for gcc... gcc=
<br>checking for C compiler default output... a.out<br>checking whether the=
 C compiler works... yes<br>
checking whether we are cross compiling... no<br>checking for suffix of exe=
cutables... <br>checking for suffix of object files... o<br>checking whethe=
r we are using the GNU C compiler... yes<br>checking whether gcc accepts -g=
... yes<br>
checking for gcc option to accept ANSI C... none needed<br>checking for sty=
le of include used by make... GNU<br>checking dependency style of gcc... gc=
c3<br>checking for ranlib... ranlib<br>checking for a BSD-compatible instal=
l... /usr/bin/install -c<br>
checking for main in -lpthread... yes<br>checking for main in -lm... yes<br=
>configure: creating ./config.status<br>config.status: creating Makefile<br=
>config.status: creating doc/Makefile<br>config.status: creating m4/Makefil=
e<br>
config.status: creating src/Makefile<br>config.status: creating src/dsp/Mak=
efile<br>config.status: creating src/mwavem/Makefile<br>config.status: crea=
ting src/mwavem/modem.c<br>config.status: creating src/mwavem/mwaved<br>
config.status: creating src/mwavem/mwavem.conf<br>config.status: creating s=
rc/manager/Makefile<br>config.status: creating src/meio/Makefile<br>config.=
status: creating src/mwmbl/Makefile<br>config.status: creating src/mwmlw32/=
Makefile<br>
config.status: creating src/mwmpw32/Makefile<br>config.status: creating src=
/mwmutil/Makefile<br>config.status: creating src/mwwtt32/Makefile<br>config=
.status: creating src/extra/Makefile<br>config.status: creating src/extra/m=
wavem.spec<br>
config.status: executing depfiles commands<br>[perlsyntax@localhost mwavem-=
2.0]$ make<br>Making all in m4<br>make[1]: Entering directory `/home/perlsy=
ntax/mwavem-2.0/m4&#39;<br>make[1]: Nothing to be done for `all&#39;.<br>
make[1]: Leaving directory `/home/perlsyntax/mwavem-2.0/m4&#39;<br>Making a=
ll in doc<br>make[1]: Entering directory `/home/perlsyntax/mwavem-2.0/doc&#=
39;<br>make[1]: Nothing to be done for `all&#39;.<br>make[1]: Leaving direc=
tory `/home/perlsyntax/mwavem-2.0/doc&#39;<br>
Making all in src<br>make[1]: Entering directory `/home/perlsyntax/mwavem-2=
.0/src&#39;<br>Making all in manager<br>make[2]: Entering directory `/home/=
perlsyntax/mwavem-2.0/src/manager&#39;<br>if gcc -DPACKAGE_NAME=3D\&quot;\&=
quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot;=
 -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DP=
ACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHRE=
AD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_V=
ERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fn=
o-strict-aliasing -fomit-frame-pointer -Wall -MT mwaveapi.o -MD -MP -MF &qu=
ot;.deps/mwaveapi.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o mwaveapi.o `test -f &#39;mwaveapi.c&#39; || echo &#39;.=
/&#39;`mwaveapi.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/mwaveapi.Tpo&quot;=
 &quot;.deps/mwaveapi.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/mwave=
api.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>mwaveapi.c: In function =91main_dspInit=92:<br>mwaveapi.c:1=
287: warning: pointer targets in passing argument 2 of =91DspFindFile=92 di=
ffer in signedness<br>mwaveapi.c:91: note: expected =91PSZ=92 but argument =
is of type =91BYTE *=92<br>
mwaveapi.c: In function =91main_dspLoadModule=92:<br>mwaveapi.c:1420: warni=
ng: pointer targets in passing argument 2 of =91DspFindFile=92 differ in si=
gnedness<br>mwaveapi.c:91: note: expected =91PSZ=92 but argument is of type=
 =91BYTE *=92<br>
mwaveapi.c: In function =91main_dspLoadSegment=92:<br>mwaveapi.c:1492: warn=
ing: pointer targets in passing argument 2 of =91DspFindFile=92 differ in s=
ignedness<br>mwaveapi.c:91: note: expected =91PSZ=92 but argument is of typ=
e =91BYTE *=92<br>
mwaveapi.c: In function =91main_dspLoadTask=92:<br>mwaveapi.c:1580: warning=
: pointer targets in passing argument 2 of =91DspFindFile=92 differ in sign=
edness<br>mwaveapi.c:91: note: expected =91PSZ=92 but argument is of type =
=91BYTE *=92<br>
mwaveapi.c: In function =91SendToServer=92:<br>mwaveapi.c:2447: warning: po=
inter targets in assignment differ in signedness<br>if gcc -DPACKAGE_NAME=
=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -DPACKAGE_VERSION=3D\&=
quot;\&quot; -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKAGE_BUGREPORT=3D\&quot=
;\&quot; -DPACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D\&quot;2.0\&quot; -DH=
AVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -D=
WORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=A0=A0 -I../../src/inc=
lude -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspabil.o -MD =
-MP -MF &quot;.deps/dspabil.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o dspabil.o `test -f &#39;dspabil.c&#39; || echo &#39;./&=
#39;`dspabil.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspabil.Tpo&quot; &qu=
ot;.deps/dspabil.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspabil.Tp=
o&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspfixup.o -MD -MP -MF &quot;.deps/dspfixup.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspfixup.o `test -f &#39;dspfixup.c&#39; || echo &#39;.=
/&#39;`dspfixup.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspfixup.Tpo&quot;=
 &quot;.deps/dspfixup.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspfi=
xup.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspitcb.o -MD -MP -MF &quot;.deps/dspitcb.Tpo&quot=
; \<br>
=A0=A0=A0 =A0 -c -o dspitcb.o `test -f &#39;dspitcb.c&#39; || echo &#39;./&=
#39;`dspitcb.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspitcb.Tpo&quot; &qu=
ot;.deps/dspitcb.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspitcb.Tp=
o&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspparse.o -MD -MP -MF &quot;.deps/dspparse.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspparse.o `test -f &#39;dspparse.c&#39; || echo &#39;.=
/&#39;`dspparse.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspparse.Tpo&quot;=
 &quot;.deps/dspparse.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dsppa=
rse.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>dspparse.c: In function =91SEGSection=92:<br>dspparse.c:207=
0: warning: value computed is not used<br>dspparse.c:2071: warning: value c=
omputed is not used<br>dspparse.c:2109: warning: value computed is not used=
<br>dspparse.c:2110: warning: value computed is not used<br>
dspparse.c:2288: warning: pointer targets in assignment differ in signednes=
s<br>dspparse.c:2357: warning: pointer targets in assignment differ in sign=
edness<br>dspparse.c:2456: warning: pointer targets in assignment differ in=
 signedness<br>
if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -=
DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKA=
GE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D=
\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX=
_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=
=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -W=
all -MT dspinit.o -MD -MP -MF &quot;.deps/dspinit.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o dspinit.o `test -f &#39;dspinit.c&#39; || echo &#39;./&=
#39;`dspinit.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspinit.Tpo&quot; &qu=
ot;.deps/dspinit.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspinit.Tp=
o&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT win32io.o -MD -MP -MF &quot;.deps/win32io.Tpo&quot=
; \<br>
=A0=A0=A0 =A0 -c -o win32io.o `test -f &#39;win32io.c&#39; || echo &#39;./&=
#39;`win32io.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/win32io.Tpo&quot; &qu=
ot;.deps/win32io.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/win32io.Tp=
o&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspactiv.o -MD -MP -MF &quot;.deps/dspactiv.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspactiv.o `test -f &#39;dspactiv.c&#39; || echo &#39;.=
/&#39;`dspactiv.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspactiv.Tpo&quot;=
 &quot;.deps/dspactiv.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspac=
tiv.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspfree.o -MD -MP -MF &quot;.deps/dspfree.Tpo&quot=
; \<br>
=A0=A0=A0 =A0 -c -o dspfree.o `test -f &#39;dspfree.c&#39; || echo &#39;./&=
#39;`dspfree.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspfree.Tpo&quot; &qu=
ot;.deps/dspfree.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspfree.Tp=
o&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspload.o -MD -MP -MF &quot;.deps/dspload.Tpo&quot=
; \<br>
=A0=A0=A0 =A0 -c -o dspload.o `test -f &#39;dspload.c&#39; || echo &#39;./&=
#39;`dspload.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspload.Tpo&quot; &qu=
ot;.deps/dspload.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspload.Tp=
o&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspio.o -MD -MP -MF &quot;.deps/dspio.Tpo&quot; \<=
br>
=A0=A0=A0 =A0 -c -o dspio.o `test -f &#39;dspio.c&#39; || echo &#39;./&#39;=
`dspio.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspio.Tpo&quot; &quot;.deps=
/dspio.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspio.Tpo&quot;; exi=
t 1; \<br>=A0=A0=A0 fi<br>
if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -=
DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKA=
GE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D=
\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX=
_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=
=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -W=
all -MT dspquery.o -MD -MP -MF &quot;.deps/dspquery.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o dspquery.o `test -f &#39;dspquery.c&#39; || echo &#39;.=
/&#39;`dspquery.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspquery.Tpo&quot;=
 &quot;.deps/dspquery.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspqu=
ery.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>dspquery.c: In function =91ParseSegLabels=92:<br>dspquery.c=
:939: warning: value computed is not used<br>dspquery.c:943: warning: value=
 computed is not used<br>dspquery.c: In function =91QueryModuleInfo=92:<br>=
dspquery.c:1054: warning: pointer targets in assignment differ in signednes=
s<br>
if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -=
DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKA=
GE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D=
\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX=
_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=
=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -W=
all -MT win32mem.o -MD -MP -MF &quot;.deps/win32mem.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o win32mem.o `test -f &#39;win32mem.c&#39; || echo &#39;.=
/&#39;`win32mem.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/win32mem.Tpo&quot;=
 &quot;.deps/win32mem.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/win32=
mem.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspalloc.o -MD -MP -MF &quot;.deps/dspalloc.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspalloc.o `test -f &#39;dspalloc.c&#39; || echo &#39;.=
/&#39;`dspalloc.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspalloc.Tpo&quot;=
 &quot;.deps/dspalloc.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspal=
loc.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>dspalloc.c: In function =91AllocateVGPC_CPS=92:<br>dspalloc=
.c:1958: warning: cast from pointer to integer of different size<br>dspallo=
c.c: In function =91FreeVGPC_CPS=92:<br>dspalloc.c:2061: warning: cast from=
 pointer to integer of different size<br>
dspalloc.c: In function =91ChangeCPF=92:<br>dspalloc.c:2297: warning: cast =
from pointer to integer of different size<br>if gcc -DPACKAGE_NAME=3D\&quot=
;\&quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&qu=
ot; -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; =
-DPACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPT=
HREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRAD=
E_VERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 =
-fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspfxutl.o -MD -MP -MF =
&quot;.deps/dspfxutl.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o dspfxutl.o `test -f &#39;dspfxutl.c&#39; || echo &#39;.=
/&#39;`dspfxutl.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspfxutl.Tpo&quot;=
 &quot;.deps/dspfxutl.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspfx=
utl.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspmem.o -MD -MP -MF &quot;.deps/dspmem.Tpo&quot; =
\<br>
=A0=A0=A0 =A0 -c -o dspmem.o `test -f &#39;dspmem.c&#39; || echo &#39;./&#3=
9;`dspmem.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspmem.Tpo&quot; &quot;.=
deps/dspmem.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspmem.Tpo&quot=
;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspipc.o -MD -MP -MF &quot;.deps/dspipc.Tpo&quot; =
\<br>
=A0=A0=A0 =A0 -c -o dspipc.o `test -f &#39;dspipc.c&#39; || echo &#39;./&#3=
9;`dspipc.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspipc.Tpo&quot; &quot;.=
deps/dspipc.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspipc.Tpo&quot=
;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspstcmp.o -MD -MP -MF &quot;.deps/dspstcmp.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspstcmp.o `test -f &#39;dspstcmp.c&#39; || echo &#39;.=
/&#39;`dspstcmp.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspstcmp.Tpo&quot;=
 &quot;.deps/dspstcmp.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspst=
cmp.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspglist.o -MD -MP -MF &quot;.deps/dspglist.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspglist.o `test -f &#39;dspglist.c&#39; || echo &#39;.=
/&#39;`dspglist.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspglist.Tpo&quot;=
 &quot;.deps/dspglist.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspgl=
ist.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspcalle.o -MD -MP -MF &quot;.deps/dspcalle.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspcalle.o `test -f &#39;dspcalle.c&#39; || echo &#39;.=
/&#39;`dspcalle.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspcalle.Tpo&quot;=
 &quot;.deps/dspcalle.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspca=
lle.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspispos.o -MD -MP -MF &quot;.deps/dspispos.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspispos.o `test -f &#39;dspispos.c&#39; || echo &#39;.=
/&#39;`dspispos.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspispos.Tpo&quot;=
 &quot;.deps/dspispos.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspis=
pos.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspstruc.o -MD -MP -MF &quot;.deps/dspstruc.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspstruc.o `test -f &#39;dspstruc.c&#39; || echo &#39;.=
/&#39;`dspstruc.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspstruc.Tpo&quot;=
 &quot;.deps/dspstruc.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspst=
ruc.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspfixlw.o -MD -MP -MF &quot;.deps/dspfixlw.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o dspfixlw.o `test -f &#39;dspfixlw.c&#39; || echo &#39;.=
/&#39;`dspfixlw.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspfixlw.Tpo&quot;=
 &quot;.deps/dspfixlw.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspfi=
xlw.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>dspfixlw.c: In function =91FixupSegImage=92:<br>dspfixlw.c:=
365: warning: pointer targets in assignment differ in signedness<br>dspfixl=
w.c:366: warning: pointer targets in assignment differ in signedness<br>dsp=
fixlw.c:367: warning: pointer targets in assignment differ in signedness<br=
>
if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -=
DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKA=
GE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D=
\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX=
_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=
=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -W=
all -MT dspgpc.o -MD -MP -MF &quot;.deps/dspgpc.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o dspgpc.o `test -f &#39;dspgpc.c&#39; || echo &#39;./&#3=
9;`dspgpc.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspgpc.Tpo&quot; &quot;.=
deps/dspgpc.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspgpc.Tpo&quot=
;; exit 1; \<br>
=A0=A0=A0 fi<br>dspgpc.c: In function =91DisconnectGPC=92:<br>dspgpc.c:866:=
 warning: cast from pointer to integer of different size<br>dspgpc.c:910: w=
arning: cast from pointer to integer of different size<br>dspgpc.c: In func=
tion =91CreateVGPC=92:<br>
dspgpc.c:1152: warning: cast from pointer to integer of different size<br>d=
spgpc.c:1176: warning: cast from pointer to integer of different size<br>ds=
pgpc.c: In function =91RemoveVGPC=92:<br>dspgpc.c:1324: warning: cast from =
pointer to integer of different size<br>
dspgpc.c:1331: warning: cast from pointer to integer of different size<br>d=
spgpc.c: In function =91GPCSync=92:<br>dspgpc.c:1561: warning: cast from po=
inter to integer of different size<br>dspgpc.c:1567: warning: cast from poi=
nter to integer of different size<br>
dspgpc.c:1576: warning: cast from pointer to integer of different size<br>d=
spgpc.c:1577: warning: cast from pointer to integer of different size<br>ds=
pgpc.c:1600: warning: cast from pointer to integer of different size<br>
dspgpc.c:1614: warning: cast from pointer to integer of different size<br>d=
spgpc.c:1622: warning: cast from pointer to integer of different size<br>ds=
pgpc.c:1630: warning: cast from pointer to integer of different size<br>
dspgpc.c:1644: warning: cast from pointer to integer of different size<br>d=
spgpc.c:1652: warning: cast from pointer to integer of different size<br>ds=
pgpc.c:1679: warning: cast from pointer to integer of different size<br>
if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -=
DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKA=
GE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D=
\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX=
_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=
=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -W=
all -MT dspdmfnc.o -MD -MP -MF &quot;.deps/dspdmfnc.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o dspdmfnc.o `test -f &#39;dspdmfnc.c&#39; || echo &#39;.=
/&#39;`dspdmfnc.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspdmfnc.Tpo&quot;=
 &quot;.deps/dspdmfnc.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspdm=
fnc.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>dspdmfnc.c: In function =91DAEMON_DspChangeDMA=92:<br>dspdm=
fnc.c:189: warning: pointer targets in passing argument 2 of =91ChangeDMA=
=92 differ in signedness<br>dspalloc.h:75: note: expected =91PSZ=92 but arg=
ument is of type =91BYTE *=92<br>
if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -=
DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKA=
GE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D=
\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX=
_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=
=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -W=
all -MT dsperr.o -MD -MP -MF &quot;.deps/dsperr.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o dsperr.o `test -f &#39;dsperr.c&#39; || echo &#39;./&#3=
9;`dsperr.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dsperr.Tpo&quot; &quot;.=
deps/dsperr.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dsperr.Tpo&quot=
;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT dspsrv.o -MD -MP -MF &quot;.deps/dspsrv.Tpo&quot; =
\<br>
=A0=A0=A0 =A0 -c -o dspsrv.o `test -f &#39;dspsrv.c&#39; || echo &#39;./&#3=
9;`dspsrv.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/dspsrv.Tpo&quot; &quot;.=
deps/dspsrv.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/dspsrv.Tpo&quot=
;; exit 1; \<br>
=A0=A0=A0 fi<br>dspsrv.c: In function =91IssueMwaveAPIRequest=92:<br>dspsrv=
.c:349: warning: pointer targets in passing argument 1 of =91ProccessMwRequ=
est=92 differ in signedness<br>dspsrv.c:98: note: expected =91LPBYTE=92 but=
 argument is of type =91BYTE *=92<br>
dspsrv.c:349: warning: pointer targets in passing argument 3 of =91Proccess=
MwRequest=92 differ in signedness<br>dspsrv.c:98: note: expected =91LPBYTE=
=92 but argument is of type =91BYTE *=92<br>rm -f libmwave.a<br>ar cru libm=
wave.a mwaveapi.o dspabil.o dspfixup.o dspitcb.o dspparse.o dspinit.o win32=
io.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 <br>
ranlib libmwave.a<br>make[2]: Leaving directory `/home/perlsyntax/mwavem-2.=
0/src/manager&#39;<br>Making all in meio<br>make[2]: Entering directory `/h=
ome/perlsyntax/mwavem-2.0/src/meio&#39;<br>if gcc -DPACKAGE_NAME=3D\&quot;\=
&quot; -DPACKAGE_TARNAME=3D\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot=
; -DPACKAGE_STRING=3D\&quot;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -D=
PACKAGE=3D\&quot;mwavem\&quot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHR=
EAD=3D1 -DHAVE_LIBM=3D1 -DDEBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_=
VERSION=3D1 -DMWWTDBG=3D1=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -f=
no-strict-aliasing -fomit-frame-pointer -Wall -MT meio_api.o -MD -MP -MF &q=
uot;.deps/meio_api.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o meio_api.o `test -f &#39;meio_api.c&#39; || echo &#39;.=
/&#39;`meio_api.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meio_api.Tpo&quot;=
 &quot;.deps/meio_api.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meio_=
api.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meioacap.o -MD -MP -MF &quot;.deps/meioacap.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meioacap.o `test -f &#39;meioacap.c&#39; || echo &#39;.=
/&#39;`meioacap.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meioacap.Tpo&quot;=
 &quot;.deps/meioacap.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meioa=
cap.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meioshar.o -MD -MP -MF &quot;.deps/meioshar.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meioshar.o `test -f &#39;meioshar.c&#39; || echo &#39;.=
/&#39;`meioshar.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meioshar.Tpo&quot;=
 &quot;.deps/meioshar.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meios=
har.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meiovect.o -MD -MP -MF &quot;.deps/meiovect.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meiovect.o `test -f &#39;meiovect.c&#39; || echo &#39;.=
/&#39;`meiovect.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meiovect.Tpo&quot;=
 &quot;.deps/meiovect.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meiov=
ect.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meiogtwy.o -MD -MP -MF &quot;.deps/meiogtwy.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meiogtwy.o `test -f &#39;meiogtwy.c&#39; || echo &#39;.=
/&#39;`meiogtwy.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meiogtwy.Tpo&quot;=
 &quot;.deps/meiogtwy.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meiog=
twy.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meioqry.o -MD -MP -MF &quot;.deps/meioqry.Tpo&quot=
; \<br>
=A0=A0=A0 =A0 -c -o meioqry.o `test -f &#39;meioqry.c&#39; || echo &#39;./&=
#39;`meioqry.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meioqry.Tpo&quot; &qu=
ot;.deps/meioqry.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meioqry.Tp=
o&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meiosprt.o -MD -MP -MF &quot;.deps/meiosprt.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meiosprt.o `test -f &#39;meiosprt.c&#39; || echo &#39;.=
/&#39;`meiosprt.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meiosprt.Tpo&quot;=
 &quot;.deps/meiosprt.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meios=
prt.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meiowdvp.o -MD -MP -MF &quot;.deps/meiowdvp.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meiowdvp.o `test -f &#39;meiowdvp.c&#39; || echo &#39;.=
/&#39;`meiowdvp.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meiowdvp.Tpo&quot;=
 &quot;.deps/meiowdvp.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meiow=
dvp.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meiouart.o -MD -MP -MF &quot;.deps/meiouart.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meiouart.o `test -f &#39;meiouart.c&#39; || echo &#39;.=
/&#39;`meiouart.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meiouart.Tpo&quot;=
 &quot;.deps/meiouart.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meiou=
art.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meix439t.o -MD -MP -MF &quot;.deps/meix439t.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meix439t.o `test -f &#39;meix439t.c&#39; || echo &#39;.=
/&#39;`meix439t.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meix439t.Tpo&quot;=
 &quot;.deps/meix439t.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meix4=
39t.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meix439n.o -MD -MP -MF &quot;.deps/meix439n.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meix439n.o `test -f &#39;meix439n.c&#39; || echo &#39;.=
/&#39;`meix439n.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meix439n.Tpo&quot;=
 &quot;.deps/meix439n.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meix4=
39n.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE_TARNAME=3D=
\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRING=3D\&quot=
;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot;mwavem\&qu=
ot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBM=3D1 -DD=
EBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMWWTDBG=3D1=
=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasing -fomit=
-frame-pointer -Wall -MT meix439v.o -MD -MP -MF &quot;.deps/meix439v.Tpo&qu=
ot; \<br>
=A0=A0=A0 =A0 -c -o meix439v.o `test -f &#39;meix439v.c&#39; || echo &#39;.=
/&#39;`meix439v.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/meix439v.Tpo&quot;=
 &quot;.deps/meix439v.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/meix4=
39v.Tpo&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>rm -f libmeio.a<br>ar cru libmeio.a meio_api.o meioacap.o m=
eioshar.o meiovect.o meiogtwy.o meioqry.o meiosprt.o meiowdvp.o=A0 meiouart=
.o meix439t.o meix439n.o meix439v.o <br>ranlib libmeio.a<br>make[2]: Leavin=
g directory `/home/perlsyntax/mwavem-2.0/src/meio&#39;<br>
Making all in mwmlw32<br>make[2]: Entering directory `/home/perlsyntax/mwav=
em-2.0/src/mwmlw32&#39;<br>if gcc -DPACKAGE_NAME=3D\&quot;\&quot; -DPACKAGE=
_TARNAME=3D\&quot;\&quot; -DPACKAGE_VERSION=3D\&quot;\&quot; -DPACKAGE_STRI=
NG=3D\&quot;\&quot; -DPACKAGE_BUGREPORT=3D\&quot;\&quot; -DPACKAGE=3D\&quot=
;mwavem\&quot; -DVERSION=3D\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=3D1 -DHAVE_L=
IBM=3D1 -DDEBUG=3D1 -DLINUX_BLD=3D1 -DDLL=3D1 -DWORLDTRADE_VERSION=3D1 -DMW=
WTDBG=3D1=A0 -I. -I.=A0=A0=A0=A0 -I../../src/include -O2 -fno-strict-aliasi=
ng -fomit-frame-pointer -Wall -MT mwmcapi.o -MD -MP -MF &quot;.deps/mwmcapi=
.Tpo&quot; \<br>
=A0=A0=A0 =A0 -c -o mwmcapi.o `test -f &#39;mwmcapi.c&#39; || echo &#39;./&=
#39;`mwmcapi.c; \<br>=A0=A0=A0 then mv -f &quot;.deps/mwmcapi.Tpo&quot; &qu=
ot;.deps/mwmcapi.Po&quot;; \<br>=A0=A0=A0 else rm -f &quot;.deps/mwmcapi.Tp=
o&quot;; exit 1; \<br>
=A0=A0=A0 fi<br>In file included from mwmcapi.c:47:<br>../../src/include/mw=
mspcfc.h:708: error: conflicting types for =91dprintf=92<br>/usr/include/st=
dio.h:419: note: previous declaration of =91dprintf=92 was here<br>make[2]:=
 *** [mwmcapi.o] Error 1<br>
make[2]: Leaving directory `/home/perlsyntax/mwavem-2.0/src/mwmlw32&#39;<br=
>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving directory `/home/=
perlsyntax/mwavem-2.0/src&#39;<br>make: *** [all-recursive] Error 1<br>
[perlsyntax@localhost mwavem-2.0]$ <br><br><br>Am i miss some tool or somet=
hing?<br>

--0016367fb199f1c2e4048a56e4ba--

--===============1930389191==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
hsflinux mailing list
[email protected]
https://www.linuxant.com/mailman/listinfo/hsflinux
--===============1930389191==--