I try to compile mwavem and i get this error message<br><br><br>checking host system type... i686-redhat-linux-gnu<br>checking target system type... i686-redhat-linux-gnu<br>checking for a BSD-compatible install... /usr/bin/install -c<br>
checking whether build environment is sane... yes<br>checking for gawk... gawk<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 executables... <br>checking for suffix of object files... o<br>checking whether 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 style of include used by make... GNU<br>checking dependency style of gcc... gcc3<br>checking for ranlib... ranlib<br>checking for a BSD-compatible install... /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/Makefile<br>
config.status: creating src/Makefile<br>config.status: creating src/dsp/Makefile<br>config.status: creating src/mwavem/Makefile<br>config.status: creating src/mwavem/modem.c<br>config.status: creating src/mwavem/mwaved<br>
config.status: creating src/mwavem/mwavem.conf<br>config.status: creating src/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/mwavem.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/perlsyntax/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 all 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 directory `/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=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT mwaveapi.o -MD -MP -MF &quot;.deps/mwaveapi.Tpo&quot; \<br>
      -c -o mwaveapi.o `test -f &#39;mwaveapi.c&#39; || echo &#39;./&#39;`mwaveapi.c; \<br>    then mv -f &quot;.deps/mwaveapi.Tpo&quot; &quot;.deps/mwaveapi.Po&quot;; \<br>    else rm -f &quot;.deps/mwaveapi.Tpo&quot;; exit 1; \<br>
    fi<br>mwaveapi.c: In function ‘main_dspInit’:<br>mwaveapi.c:1287: warning: pointer targets in passing argument 2 of ‘DspFindFile’ differ in signedness<br>mwaveapi.c:91: note: expected ‘PSZ’ but argument is of type ‘BYTE *’<br>
mwaveapi.c: In function ‘main_dspLoadModule’:<br>mwaveapi.c:1420: warning: pointer targets in passing argument 2 of ‘DspFindFile’ differ in signedness<br>mwaveapi.c:91: note: expected ‘PSZ’ but argument is of type ‘BYTE *’<br>
mwaveapi.c: In function ‘main_dspLoadSegment’:<br>mwaveapi.c:1492: warning: pointer targets in passing argument 2 of ‘DspFindFile’ differ in signedness<br>mwaveapi.c:91: note: expected ‘PSZ’ but argument is of type ‘BYTE *’<br>
mwaveapi.c: In function ‘main_dspLoadTask’:<br>mwaveapi.c:1580: warning: pointer targets in passing argument 2 of ‘DspFindFile’ differ in signedness<br>mwaveapi.c:91: note: expected ‘PSZ’ but argument is of type ‘BYTE *’<br>
mwaveapi.c: In function ‘SendToServer’:<br>mwaveapi.c:2447: warning: pointer targets in assignment differ in signedness<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspabil.o -MD -MP -MF &quot;.deps/dspabil.Tpo&quot; \<br>
      -c -o dspabil.o `test -f &#39;dspabil.c&#39; || echo &#39;./&#39;`dspabil.c; \<br>    then mv -f &quot;.deps/dspabil.Tpo&quot; &quot;.deps/dspabil.Po&quot;; \<br>    else rm -f &quot;.deps/dspabil.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspfixup.o -MD -MP -MF &quot;.deps/dspfixup.Tpo&quot; \<br>
      -c -o dspfixup.o `test -f &#39;dspfixup.c&#39; || echo &#39;./&#39;`dspfixup.c; \<br>    then mv -f &quot;.deps/dspfixup.Tpo&quot; &quot;.deps/dspfixup.Po&quot;; \<br>    else rm -f &quot;.deps/dspfixup.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspitcb.o -MD -MP -MF &quot;.deps/dspitcb.Tpo&quot; \<br>
      -c -o dspitcb.o `test -f &#39;dspitcb.c&#39; || echo &#39;./&#39;`dspitcb.c; \<br>    then mv -f &quot;.deps/dspitcb.Tpo&quot; &quot;.deps/dspitcb.Po&quot;; \<br>    else rm -f &quot;.deps/dspitcb.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspparse.o -MD -MP -MF &quot;.deps/dspparse.Tpo&quot; \<br>
      -c -o dspparse.o `test -f &#39;dspparse.c&#39; || echo &#39;./&#39;`dspparse.c; \<br>    then mv -f &quot;.deps/dspparse.Tpo&quot; &quot;.deps/dspparse.Po&quot;; \<br>    else rm -f &quot;.deps/dspparse.Tpo&quot;; exit 1; \<br>
    fi<br>dspparse.c: In function ‘SEGSection’:<br>dspparse.c:2070: warning: value computed is not used<br>dspparse.c:2071: warning: value computed 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 signedness<br>dspparse.c:2357: warning: pointer targets in assignment differ in signedness<br>dspparse.c:2456: warning: pointer targets in assignment differ in signedness<br>
if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspinit.o -MD -MP -MF &quot;.deps/dspinit.Tpo&quot; \<br>
      -c -o dspinit.o `test -f &#39;dspinit.c&#39; || echo &#39;./&#39;`dspinit.c; \<br>    then mv -f &quot;.deps/dspinit.Tpo&quot; &quot;.deps/dspinit.Po&quot;; \<br>    else rm -f &quot;.deps/dspinit.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT win32io.o -MD -MP -MF &quot;.deps/win32io.Tpo&quot; \<br>
      -c -o win32io.o `test -f &#39;win32io.c&#39; || echo &#39;./&#39;`win32io.c; \<br>    then mv -f &quot;.deps/win32io.Tpo&quot; &quot;.deps/win32io.Po&quot;; \<br>    else rm -f &quot;.deps/win32io.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspactiv.o -MD -MP -MF &quot;.deps/dspactiv.Tpo&quot; \<br>
      -c -o dspactiv.o `test -f &#39;dspactiv.c&#39; || echo &#39;./&#39;`dspactiv.c; \<br>    then mv -f &quot;.deps/dspactiv.Tpo&quot; &quot;.deps/dspactiv.Po&quot;; \<br>    else rm -f &quot;.deps/dspactiv.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspfree.o -MD -MP -MF &quot;.deps/dspfree.Tpo&quot; \<br>
      -c -o dspfree.o `test -f &#39;dspfree.c&#39; || echo &#39;./&#39;`dspfree.c; \<br>    then mv -f &quot;.deps/dspfree.Tpo&quot; &quot;.deps/dspfree.Po&quot;; \<br>    else rm -f &quot;.deps/dspfree.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspload.o -MD -MP -MF &quot;.deps/dspload.Tpo&quot; \<br>
      -c -o dspload.o `test -f &#39;dspload.c&#39; || echo &#39;./&#39;`dspload.c; \<br>    then mv -f &quot;.deps/dspload.Tpo&quot; &quot;.deps/dspload.Po&quot;; \<br>    else rm -f &quot;.deps/dspload.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspio.o -MD -MP -MF &quot;.deps/dspio.Tpo&quot; \<br>
      -c -o dspio.o `test -f &#39;dspio.c&#39; || echo &#39;./&#39;`dspio.c; \<br>    then mv -f &quot;.deps/dspio.Tpo&quot; &quot;.deps/dspio.Po&quot;; \<br>    else rm -f &quot;.deps/dspio.Tpo&quot;; exit 1; \<br>    fi<br>
if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspquery.o -MD -MP -MF &quot;.deps/dspquery.Tpo&quot; \<br>
      -c -o dspquery.o `test -f &#39;dspquery.c&#39; || echo &#39;./&#39;`dspquery.c; \<br>    then mv -f &quot;.deps/dspquery.Tpo&quot; &quot;.deps/dspquery.Po&quot;; \<br>    else rm -f &quot;.deps/dspquery.Tpo&quot;; exit 1; \<br>
    fi<br>dspquery.c: In function ‘ParseSegLabels’:<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 ‘QueryModuleInfo’:<br>dspquery.c:1054: warning: pointer targets in assignment differ in signedness<br>
if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT win32mem.o -MD -MP -MF &quot;.deps/win32mem.Tpo&quot; \<br>
      -c -o win32mem.o `test -f &#39;win32mem.c&#39; || echo &#39;./&#39;`win32mem.c; \<br>    then mv -f &quot;.deps/win32mem.Tpo&quot; &quot;.deps/win32mem.Po&quot;; \<br>    else rm -f &quot;.deps/win32mem.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspalloc.o -MD -MP -MF &quot;.deps/dspalloc.Tpo&quot; \<br>
      -c -o dspalloc.o `test -f &#39;dspalloc.c&#39; || echo &#39;./&#39;`dspalloc.c; \<br>    then mv -f &quot;.deps/dspalloc.Tpo&quot; &quot;.deps/dspalloc.Po&quot;; \<br>    else rm -f &quot;.deps/dspalloc.Tpo&quot;; exit 1; \<br>
    fi<br>dspalloc.c: In function ‘AllocateVGPC_CPS’:<br>dspalloc.c:1958: warning: cast from pointer to integer of different size<br>dspalloc.c: In function ‘FreeVGPC_CPS’:<br>dspalloc.c:2061: warning: cast from pointer to integer of different size<br>
dspalloc.c: In function ‘ChangeCPF’:<br>dspalloc.c:2297: warning: cast from pointer to integer of different size<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspfxutl.o -MD -MP -MF &quot;.deps/dspfxutl.Tpo&quot; \<br>
      -c -o dspfxutl.o `test -f &#39;dspfxutl.c&#39; || echo &#39;./&#39;`dspfxutl.c; \<br>    then mv -f &quot;.deps/dspfxutl.Tpo&quot; &quot;.deps/dspfxutl.Po&quot;; \<br>    else rm -f &quot;.deps/dspfxutl.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspmem.o -MD -MP -MF &quot;.deps/dspmem.Tpo&quot; \<br>
      -c -o dspmem.o `test -f &#39;dspmem.c&#39; || echo &#39;./&#39;`dspmem.c; \<br>    then mv -f &quot;.deps/dspmem.Tpo&quot; &quot;.deps/dspmem.Po&quot;; \<br>    else rm -f &quot;.deps/dspmem.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspipc.o -MD -MP -MF &quot;.deps/dspipc.Tpo&quot; \<br>
      -c -o dspipc.o `test -f &#39;dspipc.c&#39; || echo &#39;./&#39;`dspipc.c; \<br>    then mv -f &quot;.deps/dspipc.Tpo&quot; &quot;.deps/dspipc.Po&quot;; \<br>    else rm -f &quot;.deps/dspipc.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspstcmp.o -MD -MP -MF &quot;.deps/dspstcmp.Tpo&quot; \<br>
      -c -o dspstcmp.o `test -f &#39;dspstcmp.c&#39; || echo &#39;./&#39;`dspstcmp.c; \<br>    then mv -f &quot;.deps/dspstcmp.Tpo&quot; &quot;.deps/dspstcmp.Po&quot;; \<br>    else rm -f &quot;.deps/dspstcmp.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspglist.o -MD -MP -MF &quot;.deps/dspglist.Tpo&quot; \<br>
      -c -o dspglist.o `test -f &#39;dspglist.c&#39; || echo &#39;./&#39;`dspglist.c; \<br>    then mv -f &quot;.deps/dspglist.Tpo&quot; &quot;.deps/dspglist.Po&quot;; \<br>    else rm -f &quot;.deps/dspglist.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspcalle.o -MD -MP -MF &quot;.deps/dspcalle.Tpo&quot; \<br>
      -c -o dspcalle.o `test -f &#39;dspcalle.c&#39; || echo &#39;./&#39;`dspcalle.c; \<br>    then mv -f &quot;.deps/dspcalle.Tpo&quot; &quot;.deps/dspcalle.Po&quot;; \<br>    else rm -f &quot;.deps/dspcalle.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspispos.o -MD -MP -MF &quot;.deps/dspispos.Tpo&quot; \<br>
      -c -o dspispos.o `test -f &#39;dspispos.c&#39; || echo &#39;./&#39;`dspispos.c; \<br>    then mv -f &quot;.deps/dspispos.Tpo&quot; &quot;.deps/dspispos.Po&quot;; \<br>    else rm -f &quot;.deps/dspispos.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspstruc.o -MD -MP -MF &quot;.deps/dspstruc.Tpo&quot; \<br>
      -c -o dspstruc.o `test -f &#39;dspstruc.c&#39; || echo &#39;./&#39;`dspstruc.c; \<br>    then mv -f &quot;.deps/dspstruc.Tpo&quot; &quot;.deps/dspstruc.Po&quot;; \<br>    else rm -f &quot;.deps/dspstruc.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspfixlw.o -MD -MP -MF &quot;.deps/dspfixlw.Tpo&quot; \<br>
      -c -o dspfixlw.o `test -f &#39;dspfixlw.c&#39; || echo &#39;./&#39;`dspfixlw.c; \<br>    then mv -f &quot;.deps/dspfixlw.Tpo&quot; &quot;.deps/dspfixlw.Po&quot;; \<br>    else rm -f &quot;.deps/dspfixlw.Tpo&quot;; exit 1; \<br>
    fi<br>dspfixlw.c: In function ‘FixupSegImage’:<br>dspfixlw.c:365: warning: pointer targets in assignment differ in signedness<br>dspfixlw.c:366: warning: pointer targets in assignment differ in signedness<br>dspfixlw.c:367: warning: pointer targets in assignment differ in signedness<br>
if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspgpc.o -MD -MP -MF &quot;.deps/dspgpc.Tpo&quot; \<br>
      -c -o dspgpc.o `test -f &#39;dspgpc.c&#39; || echo &#39;./&#39;`dspgpc.c; \<br>    then mv -f &quot;.deps/dspgpc.Tpo&quot; &quot;.deps/dspgpc.Po&quot;; \<br>    else rm -f &quot;.deps/dspgpc.Tpo&quot;; exit 1; \<br>
    fi<br>dspgpc.c: In function ‘DisconnectGPC’:<br>dspgpc.c:866: warning: cast from pointer to integer of different size<br>dspgpc.c:910: warning: cast from pointer to integer of different size<br>dspgpc.c: In function ‘CreateVGPC’:<br>
dspgpc.c:1152: warning: cast from pointer to integer of different size<br>dspgpc.c:1176: warning: cast from pointer to integer of different size<br>dspgpc.c: In function ‘RemoveVGPC’:<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>dspgpc.c: In function ‘GPCSync’:<br>dspgpc.c:1561: warning: cast from pointer to integer of different size<br>dspgpc.c:1567: warning: cast from pointer to integer of different size<br>
dspgpc.c:1576: warning: cast from pointer to integer of different size<br>dspgpc.c:1577: warning: cast from pointer to integer of different size<br>dspgpc.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>dspgpc.c:1622: warning: cast from pointer to integer of different size<br>dspgpc.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>dspgpc.c:1652: warning: cast from pointer to integer of different size<br>dspgpc.c:1679: warning: cast from pointer to integer of different size<br>
if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspdmfnc.o -MD -MP -MF &quot;.deps/dspdmfnc.Tpo&quot; \<br>
      -c -o dspdmfnc.o `test -f &#39;dspdmfnc.c&#39; || echo &#39;./&#39;`dspdmfnc.c; \<br>    then mv -f &quot;.deps/dspdmfnc.Tpo&quot; &quot;.deps/dspdmfnc.Po&quot;; \<br>    else rm -f &quot;.deps/dspdmfnc.Tpo&quot;; exit 1; \<br>
    fi<br>dspdmfnc.c: In function ‘DAEMON_DspChangeDMA’:<br>dspdmfnc.c:189: warning: pointer targets in passing argument 2 of ‘ChangeDMA’ differ in signedness<br>dspalloc.h:75: note: expected ‘PSZ’ but argument is of type ‘BYTE *’<br>
if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dsperr.o -MD -MP -MF &quot;.deps/dsperr.Tpo&quot; \<br>
      -c -o dsperr.o `test -f &#39;dsperr.c&#39; || echo &#39;./&#39;`dsperr.c; \<br>    then mv -f &quot;.deps/dsperr.Tpo&quot; &quot;.deps/dsperr.Po&quot;; \<br>    else rm -f &quot;.deps/dsperr.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT dspsrv.o -MD -MP -MF &quot;.deps/dspsrv.Tpo&quot; \<br>
      -c -o dspsrv.o `test -f &#39;dspsrv.c&#39; || echo &#39;./&#39;`dspsrv.c; \<br>    then mv -f &quot;.deps/dspsrv.Tpo&quot; &quot;.deps/dspsrv.Po&quot;; \<br>    else rm -f &quot;.deps/dspsrv.Tpo&quot;; exit 1; \<br>
    fi<br>dspsrv.c: In function ‘IssueMwaveAPIRequest’:<br>dspsrv.c:349: warning: pointer targets in passing argument 1 of ‘ProccessMwRequest’ differ in signedness<br>dspsrv.c:98: note: expected ‘LPBYTE’ but argument is of type ‘BYTE *’<br>
dspsrv.c:349: warning: pointer targets in passing argument 3 of ‘ProccessMwRequest’ differ in signedness<br>dspsrv.c:98: note: expected ‘LPBYTE’ but argument is of type ‘BYTE *’<br>rm -f libmwave.a<br>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 <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 `/home/perlsyntax/mwavem-2.0/src/meio&#39;<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meio_api.o -MD -MP -MF &quot;.deps/meio_api.Tpo&quot; \<br>
      -c -o meio_api.o `test -f &#39;meio_api.c&#39; || echo &#39;./&#39;`meio_api.c; \<br>    then mv -f &quot;.deps/meio_api.Tpo&quot; &quot;.deps/meio_api.Po&quot;; \<br>    else rm -f &quot;.deps/meio_api.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meioacap.o -MD -MP -MF &quot;.deps/meioacap.Tpo&quot; \<br>
      -c -o meioacap.o `test -f &#39;meioacap.c&#39; || echo &#39;./&#39;`meioacap.c; \<br>    then mv -f &quot;.deps/meioacap.Tpo&quot; &quot;.deps/meioacap.Po&quot;; \<br>    else rm -f &quot;.deps/meioacap.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meioshar.o -MD -MP -MF &quot;.deps/meioshar.Tpo&quot; \<br>
      -c -o meioshar.o `test -f &#39;meioshar.c&#39; || echo &#39;./&#39;`meioshar.c; \<br>    then mv -f &quot;.deps/meioshar.Tpo&quot; &quot;.deps/meioshar.Po&quot;; \<br>    else rm -f &quot;.deps/meioshar.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meiovect.o -MD -MP -MF &quot;.deps/meiovect.Tpo&quot; \<br>
      -c -o meiovect.o `test -f &#39;meiovect.c&#39; || echo &#39;./&#39;`meiovect.c; \<br>    then mv -f &quot;.deps/meiovect.Tpo&quot; &quot;.deps/meiovect.Po&quot;; \<br>    else rm -f &quot;.deps/meiovect.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meiogtwy.o -MD -MP -MF &quot;.deps/meiogtwy.Tpo&quot; \<br>
      -c -o meiogtwy.o `test -f &#39;meiogtwy.c&#39; || echo &#39;./&#39;`meiogtwy.c; \<br>    then mv -f &quot;.deps/meiogtwy.Tpo&quot; &quot;.deps/meiogtwy.Po&quot;; \<br>    else rm -f &quot;.deps/meiogtwy.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meioqry.o -MD -MP -MF &quot;.deps/meioqry.Tpo&quot; \<br>
      -c -o meioqry.o `test -f &#39;meioqry.c&#39; || echo &#39;./&#39;`meioqry.c; \<br>    then mv -f &quot;.deps/meioqry.Tpo&quot; &quot;.deps/meioqry.Po&quot;; \<br>    else rm -f &quot;.deps/meioqry.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meiosprt.o -MD -MP -MF &quot;.deps/meiosprt.Tpo&quot; \<br>
      -c -o meiosprt.o `test -f &#39;meiosprt.c&#39; || echo &#39;./&#39;`meiosprt.c; \<br>    then mv -f &quot;.deps/meiosprt.Tpo&quot; &quot;.deps/meiosprt.Po&quot;; \<br>    else rm -f &quot;.deps/meiosprt.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meiowdvp.o -MD -MP -MF &quot;.deps/meiowdvp.Tpo&quot; \<br>
      -c -o meiowdvp.o `test -f &#39;meiowdvp.c&#39; || echo &#39;./&#39;`meiowdvp.c; \<br>    then mv -f &quot;.deps/meiowdvp.Tpo&quot; &quot;.deps/meiowdvp.Po&quot;; \<br>    else rm -f &quot;.deps/meiowdvp.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meiouart.o -MD -MP -MF &quot;.deps/meiouart.Tpo&quot; \<br>
      -c -o meiouart.o `test -f &#39;meiouart.c&#39; || echo &#39;./&#39;`meiouart.c; \<br>    then mv -f &quot;.deps/meiouart.Tpo&quot; &quot;.deps/meiouart.Po&quot;; \<br>    else rm -f &quot;.deps/meiouart.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meix439t.o -MD -MP -MF &quot;.deps/meix439t.Tpo&quot; \<br>
      -c -o meix439t.o `test -f &#39;meix439t.c&#39; || echo &#39;./&#39;`meix439t.c; \<br>    then mv -f &quot;.deps/meix439t.Tpo&quot; &quot;.deps/meix439t.Po&quot;; \<br>    else rm -f &quot;.deps/meix439t.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meix439n.o -MD -MP -MF &quot;.deps/meix439n.Tpo&quot; \<br>
      -c -o meix439n.o `test -f &#39;meix439n.c&#39; || echo &#39;./&#39;`meix439n.c; \<br>    then mv -f &quot;.deps/meix439n.Tpo&quot; &quot;.deps/meix439n.Po&quot;; \<br>    else rm -f &quot;.deps/meix439n.Tpo&quot;; exit 1; \<br>
    fi<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT meix439v.o -MD -MP -MF &quot;.deps/meix439v.Tpo&quot; \<br>
      -c -o meix439v.o `test -f &#39;meix439v.c&#39; || echo &#39;./&#39;`meix439v.c; \<br>    then mv -f &quot;.deps/meix439v.Tpo&quot; &quot;.deps/meix439v.Po&quot;; \<br>    else rm -f &quot;.deps/meix439v.Tpo&quot;; exit 1; \<br>
    fi<br>rm -f libmeio.a<br>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 <br>ranlib libmeio.a<br>make[2]: Leaving directory `/home/perlsyntax/mwavem-2.0/src/meio&#39;<br>
Making all in mwmlw32<br>make[2]: Entering directory `/home/perlsyntax/mwavem-2.0/src/mwmlw32&#39;<br>if gcc -DPACKAGE_NAME=\&quot;\&quot; -DPACKAGE_TARNAME=\&quot;\&quot; -DPACKAGE_VERSION=\&quot;\&quot; -DPACKAGE_STRING=\&quot;\&quot; -DPACKAGE_BUGREPORT=\&quot;\&quot; -DPACKAGE=\&quot;mwavem\&quot; -DVERSION=\&quot;2.0\&quot; -DHAVE_LIBPTHREAD=1 -DHAVE_LIBM=1 -DDEBUG=1 -DLINUX_BLD=1 -DDLL=1 -DWORLDTRADE_VERSION=1 -DMWWTDBG=1  -I. -I.     -I../../src/include -O2 -fno-strict-aliasing -fomit-frame-pointer -Wall -MT mwmcapi.o -MD -MP -MF &quot;.deps/mwmcapi.Tpo&quot; \<br>
      -c -o mwmcapi.o `test -f &#39;mwmcapi.c&#39; || echo &#39;./&#39;`mwmcapi.c; \<br>    then mv -f &quot;.deps/mwmcapi.Tpo&quot; &quot;.deps/mwmcapi.Po&quot;; \<br>    else rm -f &quot;.deps/mwmcapi.Tpo&quot;; exit 1; \<br>
    fi<br>In file included from mwmcapi.c:47:<br>../../src/include/mwmspcfc.h:708: error: conflicting types for ‘dprintf’<br>/usr/include/stdio.h:419: note: previous declaration of ‘dprintf’ 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 something?<br>