[Debian-med-packaging] biosig4c++ packaging in debian

Alois Schlögl alois.schloegl at gmail.com
Sun Aug 9 21:51:53 BST 2020


Dear Andreas,



After some improvements packaging biosig 2.0.4, I got stuck trying to
add the files in share/biosig/matlab as part of "octave-biosig".
Attached is the log from the following command:

 debuild -i -us -uc -b

Can you give me some hints how to add these files in the package ?


Best,

  Alois




Am 7/20/20 um 11:52 AM schrieb Andreas Tille:
> Hi Alois,
>
> thanks a lot for your contribution.
>
> On Sat, Jul 18, 2020 at 09:48:17PM +0200, Alois Schlögl wrote:
>> please find attached a patch for debian packaging of biosig4c++.
>> swig and libxml2 are not used by biosig anymore, and the watch file need
>> to be addapted.
>>
>> There is a new release of biosig available, and I want to make you aware
>> of some major changes in the structure of the source code. Specifically,
>> biosig4c++ and biosig4octmat are now combined in a single source release.
>>
>> 1) I'd like to suggest changing the source package name
>> from "biosig4c++" to "biosig" (This would get rid of the "++" in the
>> package name, which can cause issues sometimes)
> I admit changing the source package name just for "esthetical reasons"
> is not the best idea.  The package would have to pass the Debian new
> queue and this usually takes time (and work).  So I would love to avoid
> this.
>  
>> 2) For new users, there is now a potential confusion about
>> "biosig4octave" and "mexbiosig".  I've set up some documentation about this
>>
>> https://sourceforge.net/p/biosig/wiki/Installation/
>> https://sourceforge.net/p/biosig/wiki/Usage/
>> https://sourceforge.net/p/biosig/wiki/FAQ/
>>
>> I'm not sure what the best approach for packaging this in Debian is,
>> maybe both should be combined in octave-biosig ? If you agree, I could
>> come up with package description.
> I admit I have no idea about octave packages but from my gut feeling
> having an octave-biosig package seems to be sensible.
>  
>> 3) It would be great, if it would be possible to setup matlab-biosig
>> using the "matlab-support" package. What do you think ?
> I have no idea, sorry.
>
>> 4) besides Octave, Python and Matlab, there are also language bindings
>> to Java, R, and Mathematica included. These can be already useful, but
>> are not much tested. I'm not sure whether additional Debian packages
>> (java-biosig, R-biosig) should be setup at this stage of development.
>> I guess I'd make this dependend on the fact how much work this would be.
>  
> We could do this at user request.  In case we might need additional
> binary packages this would also require passing Debian new queue and
> when doing so changing the source package name should be considered.
>  
>> If you have any questions or suggestions, please let me know.
> I have applied your patch (thanks for this!) and upgraded to the new
> upstream package in Git[1].  My attemt to build the package ended in
>
> ...
> x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/build/biosig4c++-2.0.4=. -fstack-protector-strong -Wformat -Werror=format-security -I/build/biosig4c++-2.0.4 -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/biosigmodule.o -L./.. -lbiosig -o build/lib.linux-x86_64-3.8/biosig.cpython-38-x86_64-linux-gnu.so
> /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'long_description_content_type'
>   warnings.warn(msg)
> /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'include_package_data'
>   warnings.warn(msg)
> /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires'
>   warnings.warn(msg)
> make[3]: Leaving directory '/build/biosig4c++-2.0.4/biosig4c++/python'
> make[2]: Leaving directory '/build/biosig4c++-2.0.4'
> : # Assure additional interesting to us pieces are built
> make LIBEXT=so libbiosig.so mex4o biosig4python
> make[2]: Entering directory '/build/biosig4c++-2.0.4'
> make[2]: *** No rule to make target 'libbiosig.so'.  Stop.
> make[2]: Leaving directory '/build/biosig4c++-2.0.4'
> make[1]: *** [debian/rules:25: override_dh_auto_build] Error 2
>
>
> I wonder whether you might like to create a login on salsa.debian.org
> and commit any needed changes directly.  Given that you provided a
> helpful patch you are sufficently comfortable with Debian packaging.
>  
>> Best regards,
>>    Alois
> Kind regards and thanks again for your contribution
>
>     Andreas.
>
>
> [1] https://salsa.debian.org/med-team/biosig4c 
>
-------------- next part --------------
 dpkg-buildpackage -us -uc -ui -i -b
dpkg-buildpackage: info: source package biosig4c++
dpkg-buildpackage: info: source version 2.0.4-1
dpkg-buildpackage: info: source distribution UNRELEASED
dpkg-buildpackage: info: source changed by Andreas Tille <tille at debian.org>
 dpkg-source -i --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh  clean --with python3
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/schloegl/src/debian/biosig4c'
dh_auto_clean
	make -j8 distclean
make[2]: Entering directory '/home/schloegl/src/debian/biosig4c'
make -C biosig4c++ distclean
make[3]: Entering directory '/home/schloegl/src/debian/biosig4c'
make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
/bin/sh: 1: python: not found
rm -f *~
rm -f *.a
rm -f *.def
rm -f *.dll
rm -f *.dll.a
rm -f *.i
rm -f *.o
rm -f *.so *.dylib
rm -f *.so.*
rm -f *.oct
rm -f libbiosig.pc
rm -f test/t1.*
rm -f python/biosig.py* _biosig.so python/biosig2.py* _biosig2.so
rm -f python/swig_wrap.* python/biosig2_wrap.*
rm -f win32/*.exe win32/*.o* win32/*.lib win32/*.a
rm -f win64/*.exe win64/*.o* win64/*.lib win64/*.a
rm -f t240/*.o*
rm -f t240/libcnsfef.a
rm -f libbiosig.* libbiosig2.*
rm -f pdp2gdf save2gdf physicalunits biosig_fhir
rm -f mma/biosig.exe mma/*/biosig.exe
make -C java clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/java'
rm *.h
rm: cannot remove '*.h': No such file or directory
make[4]: [Makefile:33: clean] Error 1 (ignored)
rm *.o 
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:34: clean] Error 1 (ignored)
rm *.cxx 
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:35: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:36: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/java'
make -C mex clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mex'
rm -f *.o *.obj *.o64 core octave-core *.oct *.mex* mexSOPEN.cpp
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mex'
rm -f mex/mexbiosig*.src.tar.gz
make -C mma clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mma'
ls: cannot access '/home/schloegl/src/debian/biosig4c/biosig4c++/SystemFiles/Links/MathLink/DeveloperKit/*': No such file or directory
mliver.c:5:10: fatal error: mathlink.h: No such file or directory
    5 | #include <mathlink.h>
      |          ^~~~~~~~~~~~
compilation terminated.
rm -f *.o* */*.o*
rm -f *tm.c */*tm.c
rm -f *.exe */*.exe
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mma'
make -C php clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/php'
rm *.h 
rm: cannot remove '*.h': No such file or directory
make[4]: [Makefile:19: clean] Error 1 (ignored)
rm *.o 
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:20: clean] Error 1 (ignored)
rm *.cpp 
rm: cannot remove '*.cpp': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:22: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/php'
make -C perl clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/perl'
rm *.cxx 
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
rm *.o
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:22: clean] Error 1 (ignored)
rm *.pm
rm: cannot remove '*.pm': No such file or directory
make[4]: [Makefile:23: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:24: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/perl'
make -C R clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/R'
rm *.o *.so *.gz biosig_2.0.4.tar.gz
rm: cannot remove '*.o': No such file or directory
rm: cannot remove '*.so': No such file or directory
rm: cannot remove '*.gz': No such file or directory
rm: cannot remove 'biosig_2.0.4.tar.gz': No such file or directory
make[4]: *** [Makefile:10: clean] Error 1
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/R'
make[3]: [Makefile:977: clean] Error 2 (ignored)
make -C ruby clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/ruby'
rm *.cxx
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:20: clean] Error 1 (ignored)
rm *.o
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
rm *.pm
rm: cannot remove '*.pm': No such file or directory
make[4]: [Makefile:22: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:23: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/ruby'
make -C tcl clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/tcl'
rm *.cxx
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:19: clean] Error 1 (ignored)
rm *.o 
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:20: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/tcl'
rm -f -r autom4te.cache
rm -f aclocal.m4 config.h config.log config.status depcomp missing stamp-h1
rm -f Makefile.am doc/Makefile.am python/Makefile.am
rm -f ltmain.sh
rm -f *.lib
rm -f *.so *.dylib
rm -f *.so.*
rm -f libbiosig.pc
rm -f t5.scp t6.scp save2gdf gztest test_scp_decode biosig_server biosig_client
rm -f t?.[bge]df* t?.hl7* t?.scp* t?.cfw* t?.gd1* t?.*.gz *.fil test/t1.* data/t1.*
rm -f python/swig_wrap.* python/biosig.py* python/_biosig.so python/biosig2.py* python/_biosig2.so
rm -f python/*_wrap.*
rm -f QMakefile
rm -f igor/libIgor.a
rm -f win32/*.a win32/*.lib win32/libbiosig.* win32/*.obj win32/*.exe
rm -f win64/*.a win64/*.lib win64/libbiosig.* win64/*.obj win64/*.exe
rm -f -rf win32/zlib
make -C java clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/java'
rm *.h
rm: cannot remove '*.h': No such file or directory
make[4]: [Makefile:33: clean] Error 1 (ignored)
rm *.o 
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:34: clean] Error 1 (ignored)
rm *.cxx 
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:35: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:36: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/java'
make -C mex clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mex'
rm -f *.o *.obj *.o64 core octave-core *.oct *.mex* mexSOPEN.cpp
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mex'
make -C mma clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mma'
ls: cannot access '/home/schloegl/src/debian/biosig4c/biosig4c++/SystemFiles/Links/MathLink/DeveloperKit/*': No such file or directory
mliver.c:5:10: fatal error: mathlink.h: No such file or directory
    5 | #include <mathlink.h>
      |          ^~~~~~~~~~~~
compilation terminated.
rm -f *.o* */*.o*
rm -f *tm.c */*tm.c
rm -f *.exe */*.exe
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mma'
make -C perl clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/perl'
rm *.cxx 
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
rm *.o
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:22: clean] Error 1 (ignored)
rm *.pm
rm: cannot remove '*.pm': No such file or directory
make[4]: [Makefile:23: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:24: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/perl'
make -C php clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/php'
rm *.h 
rm: cannot remove '*.h': No such file or directory
make[4]: [Makefile:19: clean] Error 1 (ignored)
rm *.o 
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:20: clean] Error 1 (ignored)
rm *.cpp 
rm: cannot remove '*.cpp': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:22: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/php'
make -C python clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/python'
rm -rf build/*
rm -rf dist/*
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:30: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/python'
make -C R clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/R'
rm *.o *.so *.gz biosig_2.0.4.tar.gz
rm: cannot remove '*.o': No such file or directory
rm: cannot remove '*.so': No such file or directory
rm: cannot remove '*.gz': No such file or directory
rm: cannot remove 'biosig_2.0.4.tar.gz': No such file or directory
make[4]: *** [Makefile:10: clean] Error 1
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/R'
make[3]: [Makefile:945: distclean] Error 2 (ignored)
make -C ruby clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/ruby'
rm *.cxx
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:20: clean] Error 1 (ignored)
rm *.o
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
rm *.pm
rm: cannot remove '*.pm': No such file or directory
make[4]: [Makefile:22: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:23: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/ruby'
make -C tcl clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/tcl'
rm *.cxx
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:19: clean] Error 1 (ignored)
rm *.o 
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:20: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/tcl'
make[3]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
make[2]: Leaving directory '/home/schloegl/src/debian/biosig4c'
if [ -f Makefile ] ; then make LIBEXT=so clean ; fi 	# distclean invoked by auto isn't enough
make[2]: Entering directory '/home/schloegl/src/debian/biosig4c'
make -C biosig4c++ clean
make[3]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
/bin/sh: 1: python: not found
rm -f *~
rm -f *.a
rm -f *.def
rm -f *.dll
rm -f *.dll.a
rm -f *.i
rm -f *.o
rm -f *.so *.dylib
rm -f *.so.*
rm -f *.oct
rm -f libbiosig.pc
rm -f test/t1.*
rm -f python/biosig.py* _biosig.so python/biosig2.py* _biosig2.so
rm -f python/swig_wrap.* python/biosig2_wrap.*
rm -f win32/*.exe win32/*.o* win32/*.lib win32/*.a
rm -f win64/*.exe win64/*.o* win64/*.lib win64/*.a
rm -f t240/*.o*
rm -f t240/libcnsfef.a
rm -f libbiosig.* libbiosig2.*
rm -f pdp2gdf save2gdf physicalunits biosig_fhir
rm -f mma/biosig.exe mma/*/biosig.exe
make -C java clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/java'
rm *.h
rm: cannot remove '*.h': No such file or directory
make[4]: [Makefile:33: clean] Error 1 (ignored)
rm *.o 
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:34: clean] Error 1 (ignored)
rm *.cxx 
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:35: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:36: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/java'
make -C mex clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mex'
rm -f *.o *.obj *.o64 core octave-core *.oct *.mex* mexSOPEN.cpp
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mex'
rm -f mex/mexbiosig*.src.tar.gz
make -C mma clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mma'
ls: cannot access '/home/schloegl/src/debian/biosig4c/biosig4c++/SystemFiles/Links/MathLink/DeveloperKit/*': No such file or directory
mliver.c:5:10: fatal error: mathlink.h: No such file or directory
    5 | #include <mathlink.h>
      |          ^~~~~~~~~~~~
compilation terminated.
rm -f *.o* */*.o*
rm -f *tm.c */*tm.c
rm -f *.exe */*.exe
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mma'
make -C php clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/php'
rm *.h 
rm: cannot remove '*.h': No such file or directory
make[4]: [Makefile:19: clean] Error 1 (ignored)
rm *.o 
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:20: clean] Error 1 (ignored)
rm *.cpp 
rm: cannot remove '*.cpp': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:22: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/php'
make -C perl clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/perl'
rm *.cxx 
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
rm *.o
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:22: clean] Error 1 (ignored)
rm *.pm
rm: cannot remove '*.pm': No such file or directory
make[4]: [Makefile:23: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:24: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/perl'
make -C R clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/R'
rm *.o *.so *.gz biosig_2.0.4.tar.gz
rm: cannot remove '*.o': No such file or directory
rm: cannot remove '*.so': No such file or directory
rm: cannot remove '*.gz': No such file or directory
rm: cannot remove 'biosig_2.0.4.tar.gz': No such file or directory
make[4]: *** [Makefile:10: clean] Error 1
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/R'
make[3]: [Makefile:977: clean] Error 2 (ignored)
make -C ruby clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/ruby'
rm *.cxx
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:20: clean] Error 1 (ignored)
rm *.o
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
rm *.pm
rm: cannot remove '*.pm': No such file or directory
make[4]: [Makefile:22: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:23: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/ruby'
make -C tcl clean
make[4]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/tcl'
rm *.cxx
rm: cannot remove '*.cxx': No such file or directory
make[4]: [Makefile:19: clean] Error 1 (ignored)
rm *.o 
rm: cannot remove '*.o': No such file or directory
make[4]: [Makefile:20: clean] Error 1 (ignored)
rm *.so
rm: cannot remove '*.so': No such file or directory
make[4]: [Makefile:21: clean] Error 1 (ignored)
make[4]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/tcl'
make[3]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
make[2]: Leaving directory '/home/schloegl/src/debian/biosig4c'
rm extern
rm: cannot remove 'extern': No such file or directory
make[1]: [debian/rules:92: override_dh_auto_clean] Error 1 (ignored)
make[1]: Leaving directory '/home/schloegl/src/debian/biosig4c'
   dh_autoreconf_clean
   dh_clean
 debian/rules binary
dh  binary --with python3
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/schloegl/src/debian/biosig4c'
dh_auto_configure
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gawk... gawk
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for gcc option to accept ISO C99... none needed
checking for gcc option to accept ISO Standard C... (cached) none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for snd_pcm_open in -lasound... no
checking for base64_encode_block in -lb64... yes
checking for cholmod_start in -lcholmod... yes
checking for dcmEnableOtherLongVRGeneration in -ldcmdata... yes
checking for gzopen in -lz... yes
checking for iconv_open in -liconv... no
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for java... /usr/bin/java
checking for javac... :
checking for mathematica... :
checking for mprep... :
checking for matlab... :
checking for mkoctfile... /usr/bin/mkoctfile
checking for octave... /usr/bin/octave
checking for python... :
checking for python2... :
checking for python3... /usr/bin/python3
checking for R... :
checking for main in -llibmex... no
checking for main in -llibmx... no
checking for round in -lm... yes
checking for MLPutRealArray in -lmathlink... no
checking for uuid_generate in -luuid... no
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for ssize_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for ptrdiff_t... yes
checking for error_at_line... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether time.h and sys/time.h may both be included... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for working strnlen... yes
checking for working strtod... yes
checking for alarm... (cached) yes
checking for atexit... yes
checking for bzero... yes
checking for dup2... yes
checking for floor... no
checking for getcwd... yes
checking for getdelim... yes
checking for gethostbyname... yes
checking for gethostname... yes
checking for gettimeofday... yes
checking for localtime_r... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for modf... yes
checking for pow... no
checking for putenv... yes
checking for rmdir... yes
checking for select... yes
checking for setenv... yes
checking for setlocale... yes
checking for socket... yes
checking for strcasecmp... yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strndup... yes
checking for strpbrk... yes
checking for strrchr... yes
checking for strspn... yes
checking for strstr... yes
checking for strtol... yes
checking for strtoul... yes
checking for strtoumax... yes
checking for tzset... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating biosig4c++/Makefile
config.status: creating biosig4c++/R/Makefile
config.status: creating biosig4c++/examples/Makefile
config.status: creating biosig4c++/igor/Makefile
config.status: creating biosig4c++/java/Makefile
config.status: creating biosig4c++/magic/Makefile
config.status: creating biosig4c++/mex/Makefile
config.status: creating biosig4c++/mma/Makefile
config.status: creating biosig4c++/perl/Makefile
config.status: creating biosig4c++/php/Makefile
config.status: creating biosig4c++/python/Makefile
config.status: creating biosig4c++/ruby/Makefile
config.status: creating biosig4c++/t240/Makefile
config.status: creating biosig4c++/t241/Makefile
config.status: creating biosig4c++/tcl/Makefile
config.status: creating config.h
config.status: config.h is unchanged
# : # Use our copies
# ln -s debian/upstream-extern extern
make[1]: Leaving directory '/home/schloegl/src/debian/biosig4c'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/home/schloegl/src/debian/biosig4c'
: # Build everything upstream builds by default
make LIBEXT=so lib tools
make[2]: Entering directory '/home/schloegl/src/debian/biosig4c'
make -C biosig4c++ lib
make[3]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
/bin/sh: 1: python: not found
g++ -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include  -o "sopen_dcmtk_read.o" "./t210/sopen_dcmtk_read.cpp"
./t210/sopen_dcmtk_read.cpp: In function ‘int sopen_dcmtk_read(HDRTYPE*)’:
./t210/sopen_dcmtk_read.cpp:75:21: warning: control reaches end of non-void function [-Wreturn-type]
   75 |         OFCondition status;
      |                     ^~~~~~
gawk -f eventcodes.awk "extern/eventcodes.txt"
awk -f annotatedECG.awk "extern/11073-10102-AnnexB.txt" > "11073-10102-AnnexB.i"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "biosig.o" "biosig.c"
biosig.c: In function ‘sopen_extended’:
biosig.c:11964:44: warning: ‘%s’ directive output may be truncated writing up to 132 bytes into a region of size 77 [-Wformat-truncation=]
11964 |    snprintf(cmd,MAX_LENGTH_PID+1,"%s %c %s %s",hdr->Patient.Id,GENDER[hdr->Patient.Sex],tmp,hdr->Patient.Name);
      |                                            ^~
biosig.c:11964:4: note: ‘snprintf’ output 5 or more bytes (assuming 137) into a destination of size 81
11964 |    snprintf(cmd,MAX_LENGTH_PID+1,"%s %c %s %s",hdr->Patient.Id,GENDER[hdr->Patient.Sex],tmp,hdr->Patient.Name);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
biosig.c:8322:4: warning: ‘strncpy’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
 8322 |    strncpy(hdr->Patient.Name, s, len1);
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
biosig.c:8320:18: note: length computed here
 8320 |    size_t slen = strlen(s);
      |                  ^~~~~~~~~
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "biosig2.o" "biosig2.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "crc4scp.o" "./t220/crc4scp.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_cfs_read.o" "./t210/sopen_cfs_read.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_heka_read.o" "./t210/sopen_heka_read.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_igor.o" "./t210/sopen_igor.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_scp_read.o" "./t210/sopen_scp_read.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_abf_read.o" "./t210/sopen_abf_read.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_alpha_read.o" "./t210/sopen_alpha_read.c"
./t210/sopen_alpha_read.c: In function ‘sopen_alpha_read’:
./t210/sopen_alpha_read.c:381:6: warning: implicit declaration of function ‘FreeTextEvent’ [-Wimplicit-function-declaration]
  381 |      FreeTextEvent(hdr, n, t4);
      |      ^~~~~~~~~~~~~
./t210/sopen_alpha_read.c:533:17: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
  533 |   hdr->FileName = FileName;
      |                 ^
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_axg_read.o" "./t210/sopen_axg_read.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_scp_write.o" "./t220/sopen_scp_write.c"
g++ -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include  -o "sopen_hl7aecg.o" "./t230/sopen_hl7aecg.cpp"
./t230/sopen_hl7aecg.cpp: In function ‘int sopen_HL7aECG_read(HDRTYPE*)’:
./t230/sopen_hl7aecg.cpp:533:14: warning: ‘char* strncpy(char*, const char*, size_t)’ specified bound depends on the length of the source argument [-Wstringop-overflow=]
  533 |       strncpy(hdr->ID.Recording+len+1,strtmp,l1+1);
      |       ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./t230/sopen_hl7aecg.cpp:529:24: note: length computed here
  529 |      size_t l1 = strlen(strtmp);
      |                  ~~~~~~^~~~~~~~
./t230/sopen_hl7aecg.cpp:616:11: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
  616 |    fprintf(stdout,"hl7r: [413 2] <%s>\n", T0);
      |    ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./t230/sopen_hl7aecg.cpp:655:35: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
  655 |                            fprintf(stdout,"hl7r: [413++]<%s>\n",name);
      |                            ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./t230/sopen_hl7aecg.cpp: In function ‘int sclose_HL7aECG_write(HDRTYPE*)’:
./t230/sopen_hl7aecg.cpp:1008:29: warning: ‘%2d’ directive writing between 2 and 11 bytes into a region of size between 0 and 16 [-Wformat-overflow=]
 1008 |  sprintf(timelow, "%4d%2d%2d%2d%2d%2d", t0->tm_year+1900, t0->tm_mon+1, t0->tm_mday, t0->tm_hour, t0->tm_min, t0->tm_sec);
      |                             ^~~
./t230/sopen_hl7aecg.cpp:1008:9: note: ‘sprintf’ output between 15 and 67 bytes into a destination of size 24
 1008 |  sprintf(timelow, "%4d%2d%2d%2d%2d%2d", t0->tm_year+1900, t0->tm_mon+1, t0->tm_mday, t0->tm_hour, t0->tm_min, t0->tm_sec);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./t230/sopen_hl7aecg.cpp:1012:30: warning: ‘%2d’ directive writing between 2 and 11 bytes into a region of size between 0 and 16 [-Wformat-overflow=]
 1012 |  sprintf(timehigh, "%4d%2d%2d%2d%2d%2d", t0->tm_year+1900, t0->tm_mon+1, t0->tm_mday, t0->tm_hour, t0->tm_min, t0->tm_sec);
      |                              ^~~
./t230/sopen_hl7aecg.cpp:1012:9: note: ‘sprintf’ output between 15 and 67 bytes into a destination of size 24
 1012 |  sprintf(timehigh, "%4d%2d%2d%2d%2d%2d", t0->tm_year+1900, t0->tm_mon+1, t0->tm_mday, t0->tm_hour, t0->tm_min, t0->tm_sec);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "gdftime.o" "gdftime.c"
gdftime.c: In function ‘snprintf_gdftime’:
gdftime.c:223:8: warning: implicit declaration of function ‘snprintf’ [-Wimplicit-function-declaration]
  223 |  len = snprintf(out, outbytesleft, "%02d:%02d:", gte.HOUR, gte.MINUTE);
      |        ^~~~~~~~
gdftime.c:223:8: warning: incompatible implicit declaration of built-in function ‘snprintf’
gdftime.c:38:1: note: include ‘<stdio.h>’ or provide a declaration of ‘snprintf’
   37 | #include "gdftime.h"
  +++ |+#include <stdio.h>
   38 | 
gdftime.c: In function ‘snprintf_gdfdate’:
gdftime.c:244:8: warning: incompatible implicit declaration of built-in function ‘snprintf’
  244 |  len = snprintf(out, outbytesleft, "%04d-%02d-%02d", gte.YEAR, gte.MONTH, gte.MDAY);
      |        ^~~~~~~~
gdftime.c:244:8: note: include ‘<stdio.h>’ or provide a declaration of ‘snprintf’
gdftime.c: In function ‘snprintf_gdfdatetime’:
gdftime.c:256:8: warning: incompatible implicit declaration of built-in function ‘snprintf’
  256 |  len = snprintf(out, outbytesleft, "%04d-%02d-%02d %02d:%02d:", gte.YEAR, gte.MONTH, gte.MDAY, gte.HOUR, gte.MINUTE);
      |        ^~~~~~~~
gdftime.c:256:8: note: include ‘<stdio.h>’ or provide a declaration of ‘snprintf’
gdftime.c: In function ‘strfgdftime’:
gdftime.c:284:37: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration]
  284 |  while ( cout < outbytesleft && cin<strlen(FMT)) {
      |                                     ^~~~~~
gdftime.c:284:37: warning: incompatible implicit declaration of built-in function ‘strlen’
gdftime.c:38:1: note: include ‘<string.h>’ or provide a declaration of ‘strlen’
   37 | #include "gdftime.h"
  +++ |+#include <string.h>
   38 | 
gdftime.c:290:13: warning: incompatible implicit declaration of built-in function ‘snprintf’
  290 |     cout += snprintf(out+cout, outbytesleft-cout, "%f", gdf_time2t_time(T));
      |             ^~~~~~~~
gdftime.c:290:13: note: include ‘<stdio.h>’ or provide a declaration of ‘snprintf’
gdftime.c:313:10: warning: comparison between pointer and integer
  313 |  if (out < outbytesleft) out[cout]=0;
      |          ^
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "mdc_ecg_codes.o" "mdc_ecg_codes.c"
awk -f units.awk "extern/units.csv" > "units.i"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "physicalunits.o" "physicalunits.c"
g++ -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include  -o "sandbox.o" "test0/sandbox.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "xgethostname.o" "xgethostname.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_famos_read.o" "./t210/sopen_famos_read.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "Address.o" "t240/Address.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MetricMeasure.o" "t240/MetricMeasure.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "UnitCode.o" "t240/UnitCode.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "HealthCareProviderId.o" "t240/HealthCareProviderId.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "INT-U64.o" "t240/INT-U64.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "INT-I64.o" "t240/INT-I64.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "INT-U32.o" "t240/INT-U32.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "INT-I32.o" "t240/INT-I32.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "INT-U16.o" "t240/INT-U16.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "INT-I16.o" "t240/INT-I16.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "INT-U8.o" "t240/INT-U8.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "INT-I8.o" "t240/INT-I8.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "BITS-32.o" "t240/BITS-32.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "BITS-16.o" "t240/BITS-16.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "BITS-8.o" "t240/BITS-8.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "FEFString.o" "t240/FEFString.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "FEFFloat.o" "t240/FEFFloat.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "Fraction.o" "t240/Fraction.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "AbsoluteRange.o" "t240/AbsoluteRange.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "Handle.o" "t240/Handle.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "HandleRef.o" "t240/HandleRef.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "DeviceCode.o" "t240/DeviceCode.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "UnitsOfMeasurementCode.o" "t240/UnitsOfMeasurementCode.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MetricsCode.o" "t240/MetricsCode.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "BodySiteCode.o" "t240/BodySiteCode.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "AlertCode.o" "t240/AlertCode.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ExtNomenclatureCode.o" "t240/ExtNomenclatureCode.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ParameterGroupCode.o" "t240/ParameterGroupCode.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "PrivateCode.o" "t240/PrivateCode.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "Placeholder.o" "t240/Placeholder.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ManufacturerID.o" "t240/ManufacturerID.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "AbsoluteTime.o" "t240/AbsoluteTime.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "RelativeTime.o" "t240/RelativeTime.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "HighResRelativeTime.o" "t240/HighResRelativeTime.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ObservationTime.o" "t240/ObservationTime.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SimpleColour.o" "t240/SimpleColour.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ExtNomenRef.o" "t240/ExtNomenRef.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "PersonNameGroup.o" "t240/PersonNameGroup.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "PersonName.o" "t240/PersonName.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "OID-Type.o" "t240/OID-Type.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SessionArchiveSection.o" "t240/SessionArchiveSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ArchiveProtection.o" "t240/ArchiveProtection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ManufacturerSpecificSection.o" "t240/ManufacturerSpecificSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ManufacturerSpecificEncoded.o" "t240/ManufacturerSpecificEncoded.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ManufacturerSpecificBinary.o" "t240/ManufacturerSpecificBinary.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "HealthCareProviderSection.o" "t240/HealthCareProviderSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "HealthCareProfessionalSection.o" "t240/HealthCareProfessionalSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "Authorization.o" "t240/Authorization.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "PatientDemographicsSection.o" "t240/PatientDemographicsSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "PatMeasure.o" "t240/PatMeasure.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "PatientSex.o" "t240/PatientSex.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "PatientType.o" "t240/PatientType.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "PatientRace.o" "t240/PatientRace.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SessionTestSection.o" "t240/SessionTestSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MedicalDeviceSystemSection.o" "t240/MedicalDeviceSystemSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SystemModel.o" "t240/SystemModel.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SystemSpecEntry.o" "t240/SystemSpecEntry.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ProdSpecEntryType.o" "t240/ProdSpecEntryType.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ProdSpecEntry.o" "t240/ProdSpecEntry.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ApplicationArea.o" "t240/ApplicationArea.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "PowerStatus.o" "t240/PowerStatus.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "LineFrequency.o" "t240/LineFrequency.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MedicalDeviceComponents.o" "t240/MedicalDeviceComponents.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "VirtualMedicalDeviceSection.o" "t240/VirtualMedicalDeviceSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MsmtPrinciple.o" "t240/MsmtPrinciple.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ChannelDescriptionSection.o" "t240/ChannelDescriptionSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ChannelStatus.o" "t240/ChannelStatus.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MultimediaSection.o" "t240/MultimediaSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "Comments.o" "t240/Comments.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ContentOrReference.o" "t240/ContentOrReference.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SessionPhaseSection.o" "t240/SessionPhaseSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "DescriptiveDataSection.o" "t240/DescriptiveDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MetricDescriptiveDataSection.o" "t240/MetricDescriptiveDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MetricStatus.o" "t240/MetricStatus.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MetricCategory.o" "t240/MetricCategory.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MetricCalEntry.o" "t240/MetricCalEntry.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MetricCalType.o" "t240/MetricCalType.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MetricCalState.o" "t240/MetricCalState.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MeasurementStatus.o" "t240/MeasurementStatus.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SampleArrayDescriptiveDataSection.o" "t240/SampleArrayDescriptiveDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SaSpec.o" "t240/SaSpec.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "StorageDataType.o" "t240/StorageDataType.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SaFlags.o" "t240/SaFlags.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ScaleRangeSpec.o" "t240/ScaleRangeSpec.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SaFilterEntry.o" "t240/SaFilterEntry.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "FilterType.o" "t240/FilterType.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SaGridEntry.o" "t240/SaGridEntry.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SaCalData.o" "t240/SaCalData.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SaCalDataType.o" "t240/SaCalDataType.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SaSignalFrequency.o" "t240/SaSignalFrequency.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "RealTimeSampleArrayDescriptiveDataSection.o" "t240/RealTimeSampleArrayDescriptiveDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "TimeSampleArrayDescriptiveDataSection.o" "t240/TimeSampleArrayDescriptiveDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "DistributionSampleArrayDescriptiveDataSection.o" "t240/DistributionSampleArrayDescriptiveDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "DsaRangeSpec.o" "t240/DsaRangeSpec.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "NumericDescriptiveDataSection.o" "t240/NumericDescriptiveDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "EnumerationDescriptiveDataSection.o" "t240/EnumerationDescriptiveDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MeasuredDataSection.o" "t240/MeasuredDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SampleArrayMeasuredDataSection.o" "t240/SampleArrayMeasuredDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SampleArrayMeasuredDataBlock.o" "t240/SampleArrayMeasuredDataBlock.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "RealTimeSampleArrayMeasuredDataSection.o" "t240/RealTimeSampleArrayMeasuredDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "TimeSampleArrayMeasuredDataSection.o" "t240/TimeSampleArrayMeasuredDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "MarkerEntryRelTim.o" "t240/MarkerEntryRelTim.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "DistributionSampleArrayMeasuredDataSection.o" "t240/DistributionSampleArrayMeasuredDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "NumericMeasuredDataSection.o" "t240/NumericMeasuredDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ChoiceOfNuObsValue.o" "t240/ChoiceOfNuObsValue.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "NuObsValue.o" "t240/NuObsValue.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "DispResolution.o" "t240/DispResolution.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "EnumerationMeasuredDataSection.o" "t240/EnumerationMeasuredDataSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ChoiceOfEnumObsValue.o" "t240/ChoiceOfEnumObsValue.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "EnumObsValue.o" "t240/EnumObsValue.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "EnumVal.o" "t240/EnumVal.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "EnumObject.o" "t240/EnumObject.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "EnumRecordMetric.o" "t240/EnumRecordMetric.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "EnumRecordOO.o" "t240/EnumRecordOO.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ChoiceOfEnumTimeStamp.o" "t240/ChoiceOfEnumTimeStamp.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "AlertSection.o" "t240/AlertSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "AlertCondition.o" "t240/AlertCondition.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "AlertControls.o" "t240/AlertControls.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "AlertFlags.o" "t240/AlertFlags.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "AlertType.o" "t240/AlertType.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "LimitSpecEntry.o" "t240/LimitSpecEntry.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "CurLimAlStat.o" "t240/CurLimAlStat.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "DynamicAttributeChangeSection.o" "t240/DynamicAttributeChangeSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "SessionNotesSection.o" "t240/SessionNotesSection.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ANY.o" "t240/ANY.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "GeneralizedTime.o" "t240/GeneralizedTime.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "INTEGER.o" "t240/INTEGER.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "NativeEnumerated.o" "t240/NativeEnumerated.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "NativeInteger.o" "t240/NativeInteger.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "OBJECT_IDENTIFIER.o" "t240/OBJECT_IDENTIFIER.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "REAL.o" "t240/REAL.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "UTF8String.o" "t240/UTF8String.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "asn_SEQUENCE_OF.o" "t240/asn_SEQUENCE_OF.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "asn_SET_OF.o" "t240/asn_SET_OF.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "constr_CHOICE.o" "t240/constr_CHOICE.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "constr_SEQUENCE.o" "t240/constr_SEQUENCE.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "constr_SEQUENCE_OF.o" "t240/constr_SEQUENCE_OF.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "constr_SET_OF.o" "t240/constr_SET_OF.c"
t240/constr_SET_OF.c: In function ‘SET_OF_decode_uper’:
t240/constr_SET_OF.c:918:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  918 |     (int)nelems, (int)ct ? ct->effective_bits : -1);
      |                  ^
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "OCTET_STRING.o" "t240/OCTET_STRING.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "BIT_STRING.o" "t240/BIT_STRING.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "asn_codecs_prim.o" "t240/asn_codecs_prim.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ber_tlv_length.o" "t240/ber_tlv_length.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ber_tlv_tag.o" "t240/ber_tlv_tag.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "ber_decoder.o" "t240/ber_decoder.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "constr_TYPE.o" "t240/constr_TYPE.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "constraints.o" "t240/constraints.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "der_encoder.o" "t240/der_encoder.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "xer_support.o" "t240/xer_support.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "xer_decoder.o" "t240/xer_decoder.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "xer_encoder.o" "t240/xer_encoder.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "per_opentype.o" "t240/per_opentype.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "per_support.o" "t240/per_support.c"
t240/per_support.c: In function ‘per_data_string’:
t240/per_support.c:18:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
   18 |   (((int)pd->buffer) & 0xf),
      |     ^
t240/per_support.c:16:8: warning: format ‘%d’ expects argument of type ‘int’, but argument 4 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
   16 |   "{m=%d span %+d[%d..%d] (%d)}",
      |       ~^
      |        |
      |        int
      |       %ld
   17 |   pd->moved,
      |   ~~~~~~~~~
      |     |
      |     size_t {aka long unsigned int}
t240/per_support.c:16:20: warning: format ‘%d’ expects argument of type ‘int’, but argument 6 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
   16 |   "{m=%d span %+d[%d..%d] (%d)}",
      |                   ~^
      |                    |
      |                    int
      |                   %ld
......
   19 |   pd->nboff, pd->nbits,
      |   ~~~~~~~~~         
      |     |
      |     size_t {aka long unsigned int}
t240/per_support.c:16:24: warning: format ‘%d’ expects argument of type ‘int’, but argument 7 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
   16 |   "{m=%d span %+d[%d..%d] (%d)}",
      |                       ~^
      |                        |
      |                        int
      |                       %ld
......
   19 |   pd->nboff, pd->nbits,
      |              ~~~~~~~~~  
      |                |
      |                size_t {aka long unsigned int}
t240/per_support.c:16:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 8 has type ‘size_t’ {aka ‘long unsigned int’} [-Wformat=]
   16 |   "{m=%d span %+d[%d..%d] (%d)}",
      |                            ~^
      |                             |
      |                             int
      |                            %ld
......
   20 |   pd->nbits - pd->nboff);
      |   ~~~~~~~~~~~~~~~~~~~~~      
      |             |
      |             size_t {aka long unsigned int}
t240/per_support.c: In function ‘per_get_few_bits’:
t240/per_support.c:109:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  109 |   (((int)pd->buffer) & 0xf),
      |     ^
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "per_decoder.o" "t240/per_decoder.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "per_encoder.o" "t240/per_encoder.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -I t240  -o "sopen_fef_read.o" "t240/sopen_fef_read.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "sopen_rhd2000_read.o" "./t210/sopen_rhd2000_read.c"
./t210/sopen_rhd2000_read.c: In function ‘sopen_rhd2000_read’:
./t210/sopen_rhd2000_read.c:672:7: warning: case label value is less than minimum value for type [-Wswitch-outside-range]
  672 |       case -1:  // Temperature Sensor channel
      |       ^~~~
g++ -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include  -o "scp-decode.o" "./t210/scp-decode.cpp"
./t210/scp-decode.cpp: In function ‘void ReadByte(t1&)’:
./t210/scp-decode.cpp:278:3: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  278 |   B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:279:3: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  279 |   B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘char* ReadString(char*, uint16_t)’:
./t210/scp-decode.cpp:424:3: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  424 |   B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:425:3: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  425 |   B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘char* FindString(char*, uint16_t)’:
./t210/scp-decode.cpp:478:3: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  478 |   B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:479:3: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  479 |   B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘void section_1_10(clinic&, uint16_t&)’:
./t210/scp-decode.cpp:1210:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1210 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1211:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1211 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:1243:5: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1243 |     B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |     ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1244:5: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1244 |     B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |     ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘void section_1_13(clinic&, uint16_t&)’:
./t210/scp-decode.cpp:1291:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1291 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1292:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1292 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:1302:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1302 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1303:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1303 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘void section_1_30(clinic&, uint16_t&)’:
./t210/scp-decode.cpp:1642:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1642 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1643:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1643 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:1653:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1653 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1654:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1654 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘void section_1_32(clinic&, uint16_t&, int8_t)’:
./t210/scp-decode.cpp:1694:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1694 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1695:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1695 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘void section_1_35(clinic&, uint16_t&)’:
./t210/scp-decode.cpp:1758:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1758 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1759:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1759 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:1769:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1769 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1770:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1770 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘void section_2(pointer_section, DATA_DECODE&)’:
./t210/scp-decode.cpp:1822:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1822 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1823:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1823 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:1837:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1837 |    B4C_ERRNUM = B4C_UNSPECIFIC_ERROR;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1838:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1838 |    B4C_ERRMSG = "SCP-DECODE: Cannot read data";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:1843:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1843 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1844:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1844 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:1866:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1866 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1867:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1867 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:1874:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1874 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1875:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1875 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘void section_3(pointer_section, DATA_DECODE&, int8_t)’:
./t210/scp-decode.cpp:1913:3: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1913 |   B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1914:3: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1914 |   B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘void section_4(pointer_section, DATA_DECODE&, int8_t)’:
./t210/scp-decode.cpp:1947:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1947 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1948:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1948 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:1963:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 1963 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:1964:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 1964 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘char section_5(pointer_section, DATA_DECODE&, char)’:
./t210/scp-decode.cpp:2001:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 2001 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:2002:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 2002 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:2018:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 2018 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:2019:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 2019 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:2031:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 2031 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:2032:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 2032 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In function ‘void section_6(pointer_section, DATA_DECODE&, char)’:
./t210/scp-decode.cpp:2070:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 2070 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:2071:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 2071 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp:2086:4: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
 2086 |    B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:2087:4: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
 2087 |    B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |    ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In instantiation of ‘void ReadByte(t1&) [with t1 = unsigned int]’:
./t210/scp-decode.cpp:378:20:   required from here
./t210/scp-decode.cpp:278:3: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  278 |   B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:279:3: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  279 |   B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In instantiation of ‘void ReadByte(t1&) [with t1 = short unsigned int]’:
./t210/scp-decode.cpp:586:14:   required from here
./t210/scp-decode.cpp:278:3: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  278 |   B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:279:3: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  279 |   B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In instantiation of ‘void ReadByte(t1&) [with t1 = signed char]’:
./t210/scp-decode.cpp:675:18:   required from here
./t210/scp-decode.cpp:278:3: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  278 |   B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:279:3: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  279 |   B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In instantiation of ‘void ReadByte(t1&) [with t1 = unsigned char]’:
./t210/scp-decode.cpp:760:25:   required from here
./t210/scp-decode.cpp:278:3: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  278 |   B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:279:3: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  279 |   B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
./t210/scp-decode.cpp: In instantiation of ‘void ReadByte(t1&) [with t1 = short int]’:
./t210/scp-decode.cpp:1737:24:   required from here
./t210/scp-decode.cpp:278:3: warning: ‘B4C_ERRNUM’ is deprecated [-Wdeprecated-declarations]
  278 |   B4C_ERRNUM = B4C_INSUFFICIENT_MEMORY;
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:117:41: note: declared here
  117 | __attribute__ ((deprecated)) extern int B4C_ERRNUM;
      |                                         ^~~~~~~~~~
./t210/scp-decode.cpp:279:3: warning: ‘B4C_ERRMSG’ is deprecated [-Wdeprecated-declarations]
  279 |   B4C_ERRMSG = "SCP-DECODE: Not enough memory";
      |   ^~~~~~~~~~
./t210/scp-decode.cpp:118:49: note: declared here
  118 | __attribute__ ((deprecated)) extern const char *B4C_ERRMSG;
      |                                                 ^~~~~~~~~~
g++ -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include  -o "tinyxml.o" "./XMLParser/tinyxml.cpp"
g++ -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include  -o "tinyxmlparser.o" "./XMLParser/tinyxmlparser.cpp"
g++ -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include  -o "tinyxmlerror.o" "./XMLParser/tinyxmlerror.cpp"
g++ -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include  -o "tinystr.o" "./XMLParser/tinystr.cpp"
mkdir -p pkgconfig
echo "# Defines libbiosig.pc"       > "libbiosig.pc"
echo "prefix=/usr"             >>"libbiosig.pc"
echo "exec_prefix=/usr"        >>"libbiosig.pc"
echo "libdir=/usr/lib/x86_64-linux-gnu"         >>"libbiosig.pc"
echo "includedir=/usr/include" >>"libbiosig.pc"
echo                                >>"libbiosig.pc"
echo "Name: libbiosig"		    >>"libbiosig.pc"
echo "Description: Biosig library"  >>"libbiosig.pc"
echo "Version: 3.0.0" >>"libbiosig.pc"
echo "URL: http://biosig.sf.net"    >>"libbiosig.pc"
#
echo "Requires: "                   >> "libbiosig.pc"
echo "Requires.private: "           >> "libbiosig.pc"
echo "Cflags:  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK "          >> "libbiosig.pc"
echo "Libs: -lbiosig " >> "libbiosig.pc"
echo "Libs.private: -lz -lcholmod -ldcmdata -loflog -lofstd -lm"      >> "libbiosig.pc"
rm -f libbiosig.a
ar rcs libbiosig.a sopen_dcmtk_read.o biosig.o biosig2.o crc4scp.o sopen_cfs_read.o sopen_heka_read.o sopen_igor.o sopen_scp_read.o sopen_abf_read.o sopen_alpha_read.o sopen_axg_read.o sopen_scp_write.o sopen_hl7aecg.o gdftime.o mdc_ecg_codes.o physicalunits.o sandbox.o xgethostname.o sopen_famos_read.o Address.o MetricMeasure.o UnitCode.o HealthCareProviderId.o INT-U64.o INT-I64.o INT-U32.o INT-I32.o INT-U16.o INT-I16.o INT-U8.o INT-I8.o BITS-32.o BITS-16.o BITS-8.o FEFString.o FEFFloat.o Fraction.o AbsoluteRange.o Handle.o HandleRef.o DeviceCode.o UnitsOfMeasurementCode.o MetricsCode.o BodySiteCode.o AlertCode.o ExtNomenclatureCode.o ParameterGroupCode.o PrivateCode.o Placeholder.o ManufacturerID.o AbsoluteTime.o RelativeTime.o HighResRelativeTime.o ObservationTime.o SimpleColour.o ExtNomenRef.o PersonNameGroup.o PersonName.o OID-Type.o SessionArchiveSection.o ArchiveProtection.o ManufacturerSpecificSection.o ManufacturerSpecificEncoded.o ManufacturerSpecificBinary.o HealthCareProviderSection.o HealthCareProfessionalSection.o Authorization.o PatientDemographicsSection.o PatMeasure.o PatientSex.o PatientType.o PatientRace.o SessionTestSection.o MedicalDeviceSystemSection.o SystemModel.o SystemSpecEntry.o ProdSpecEntryType.o ProdSpecEntry.o ApplicationArea.o PowerStatus.o LineFrequency.o MedicalDeviceComponents.o VirtualMedicalDeviceSection.o MsmtPrinciple.o ChannelDescriptionSection.o ChannelStatus.o MultimediaSection.o Comments.o ContentOrReference.o SessionPhaseSection.o DescriptiveDataSection.o MetricDescriptiveDataSection.o MetricStatus.o MetricCategory.o MetricCalEntry.o MetricCalType.o MetricCalState.o MeasurementStatus.o SampleArrayDescriptiveDataSection.o SaSpec.o StorageDataType.o SaFlags.o ScaleRangeSpec.o SaFilterEntry.o FilterType.o SaGridEntry.o SaCalData.o SaCalDataType.o SaSignalFrequency.o RealTimeSampleArrayDescriptiveDataSection.o TimeSampleArrayDescriptiveDataSection.o DistributionSampleArrayDescriptiveDataSection.o DsaRangeSpec.o NumericDescriptiveDataSection.o EnumerationDescriptiveDataSection.o MeasuredDataSection.o SampleArrayMeasuredDataSection.o SampleArrayMeasuredDataBlock.o RealTimeSampleArrayMeasuredDataSection.o TimeSampleArrayMeasuredDataSection.o MarkerEntryRelTim.o DistributionSampleArrayMeasuredDataSection.o NumericMeasuredDataSection.o ChoiceOfNuObsValue.o NuObsValue.o DispResolution.o EnumerationMeasuredDataSection.o ChoiceOfEnumObsValue.o EnumObsValue.o EnumVal.o EnumObject.o EnumRecordMetric.o EnumRecordOO.o ChoiceOfEnumTimeStamp.o AlertSection.o AlertCondition.o AlertControls.o AlertFlags.o AlertType.o LimitSpecEntry.o CurLimAlStat.o DynamicAttributeChangeSection.o SessionNotesSection.o ANY.o GeneralizedTime.o INTEGER.o NativeEnumerated.o NativeInteger.o OBJECT_IDENTIFIER.o REAL.o UTF8String.o asn_SEQUENCE_OF.o asn_SET_OF.o constr_CHOICE.o constr_SEQUENCE.o constr_SEQUENCE_OF.o constr_SET_OF.o OCTET_STRING.o BIT_STRING.o asn_codecs_prim.o ber_tlv_length.o ber_tlv_tag.o ber_decoder.o constr_TYPE.o constraints.o der_encoder.o xer_support.o xer_decoder.o xer_encoder.o per_opentype.o per_support.o per_decoder.o per_encoder.o sopen_fef_read.o sopen_rhd2000_read.o scp-decode.o tinyxml.o tinyxmlparser.o tinyxmlerror.o tinystr.o
cc -c -D=ONLYGDF -D=WITHOUT_NETWORK  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include  -o "gdf.o" "biosig.c"
cc -c  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include   -o "getlogin.o" "win32/getlogin.c"
rm -f "libgdf.a"
ar rcs "libgdf.a" gdf.o getlogin.o gdftime.o physicalunits.o
rm -f "libphysicalunits.a"
ar rcs "libphysicalunits.a" "physicalunits.o"
g++ -Wl,-soname="libbiosig.so.2" sopen_dcmtk_read.o biosig.o biosig2.o crc4scp.o sopen_cfs_read.o sopen_heka_read.o sopen_igor.o sopen_scp_read.o sopen_abf_read.o sopen_alpha_read.o sopen_axg_read.o sopen_scp_write.o sopen_hl7aecg.o gdftime.o mdc_ecg_codes.o physicalunits.o sandbox.o xgethostname.o sopen_famos_read.o Address.o MetricMeasure.o UnitCode.o HealthCareProviderId.o INT-U64.o INT-I64.o INT-U32.o INT-I32.o INT-U16.o INT-I16.o INT-U8.o INT-I8.o BITS-32.o BITS-16.o BITS-8.o FEFString.o FEFFloat.o Fraction.o AbsoluteRange.o Handle.o HandleRef.o DeviceCode.o UnitsOfMeasurementCode.o MetricsCode.o BodySiteCode.o AlertCode.o ExtNomenclatureCode.o ParameterGroupCode.o PrivateCode.o Placeholder.o ManufacturerID.o AbsoluteTime.o RelativeTime.o HighResRelativeTime.o ObservationTime.o SimpleColour.o ExtNomenRef.o PersonNameGroup.o PersonName.o OID-Type.o SessionArchiveSection.o ArchiveProtection.o ManufacturerSpecificSection.o ManufacturerSpecificEncoded.o ManufacturerSpecificBinary.o HealthCareProviderSection.o HealthCareProfessionalSection.o Authorization.o PatientDemographicsSection.o PatMeasure.o PatientSex.o PatientType.o PatientRace.o SessionTestSection.o MedicalDeviceSystemSection.o SystemModel.o SystemSpecEntry.o ProdSpecEntryType.o ProdSpecEntry.o ApplicationArea.o PowerStatus.o LineFrequency.o MedicalDeviceComponents.o VirtualMedicalDeviceSection.o MsmtPrinciple.o ChannelDescriptionSection.o ChannelStatus.o MultimediaSection.o Comments.o ContentOrReference.o SessionPhaseSection.o DescriptiveDataSection.o MetricDescriptiveDataSection.o MetricStatus.o MetricCategory.o MetricCalEntry.o MetricCalType.o MetricCalState.o MeasurementStatus.o SampleArrayDescriptiveDataSection.o SaSpec.o StorageDataType.o SaFlags.o ScaleRangeSpec.o SaFilterEntry.o FilterType.o SaGridEntry.o SaCalData.o SaCalDataType.o SaSignalFrequency.o RealTimeSampleArrayDescriptiveDataSection.o TimeSampleArrayDescriptiveDataSection.o DistributionSampleArrayDescriptiveDataSection.o DsaRangeSpec.o NumericDescriptiveDataSection.o EnumerationDescriptiveDataSection.o MeasuredDataSection.o SampleArrayMeasuredDataSection.o SampleArrayMeasuredDataBlock.o RealTimeSampleArrayMeasuredDataSection.o TimeSampleArrayMeasuredDataSection.o MarkerEntryRelTim.o DistributionSampleArrayMeasuredDataSection.o NumericMeasuredDataSection.o ChoiceOfNuObsValue.o NuObsValue.o DispResolution.o EnumerationMeasuredDataSection.o ChoiceOfEnumObsValue.o EnumObsValue.o EnumVal.o EnumObject.o EnumRecordMetric.o EnumRecordOO.o ChoiceOfEnumTimeStamp.o AlertSection.o AlertCondition.o AlertControls.o AlertFlags.o AlertType.o LimitSpecEntry.o CurLimAlStat.o DynamicAttributeChangeSection.o SessionNotesSection.o ANY.o GeneralizedTime.o INTEGER.o NativeEnumerated.o NativeInteger.o OBJECT_IDENTIFIER.o REAL.o UTF8String.o asn_SEQUENCE_OF.o asn_SET_OF.o constr_CHOICE.o constr_SEQUENCE.o constr_SEQUENCE_OF.o constr_SET_OF.o OCTET_STRING.o BIT_STRING.o asn_codecs_prim.o ber_tlv_length.o ber_tlv_tag.o ber_decoder.o constr_TYPE.o constraints.o der_encoder.o xer_support.o xer_decoder.o xer_encoder.o per_opentype.o per_support.o per_decoder.o per_encoder.o sopen_fef_read.o sopen_rhd2000_read.o scp-decode.o tinyxml.o tinyxmlparser.o tinyxmlerror.o tinystr.o -shared -Wl,-z,relro -Wl,-z,now -lz -lcholmod -ldcmdata -loflog -lofstd -lm -o "libbiosig.so.2"
ln -sf "libbiosig.so.2" "libbiosig.so"
g++ -Wl,-soname="libgdf.so.2" gdf.o gdftime.o physicalunits.o getlogin.o -shared -Wl,-z,relro -Wl,-z,now -lz -lcholmod -ldcmdata -loflog -lofstd -lm -o "libgdf.so.2"
ln -sf "libgdf.so.2" "libgdf.so"
g++ -Wl,-soname="libphysicalunits.so.2" physicalunits.o -shared -Wl,-z,relro -Wl,-z,now -lz -lcholmod -ldcmdata -loflog -lofstd -lm -o "libphysicalunits.so.2"
ln -sf "libphysicalunits.so.2" "libphysicalunits.so"
make[3]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
make -C biosig4c++ tools
make[3]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
/bin/sh: 1: python: not found
cc  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include "save2gdf.c" -L. -lbiosig -lstdc++ -lz -lcholmod -ldcmdata -loflog -lofstd -lm -o "save2gdf"
cc  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include pu.c physicalunits.o -Wl,-z,relro -Wl,-z,now -lz -lcholmod -ldcmdata -loflog -lofstd -lm -o "physicalunits"
cc  -D=__4HAERTEL__ -D=WITH_FAMOS -D=WITH_FIFF -D=WITHOUT_NETWORK -D=WITH_SCP3 -D=WITH_FEF -D=WITH_INTAN -D=WITH_ATF -D=MAKE_EDFLIB -D=WITH_DCMTK -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include "biosig_fhir.c" -L. -lbiosig -lstdc++ -lb64 -lz -lcholmod -ldcmdata -loflog -lofstd -lm -o "biosig_fhir"
make[3]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
make[2]: Leaving directory '/home/schloegl/src/debian/biosig4c'
: # Assure additional interesting to us pieces are built : mexbiosig for octave
make LIBEXT=so -C biosig4c++ mex4o
make[2]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
/bin/sh: 1: python: not found
make -C mex mex4o
make[3]: Entering directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mex'
mkoctfile  -I.. -v -g --mex "mexSLOAD.cpp" -L.. -lbiosig -o "mexSLOAD.mex"
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave  -pthread -fopenmp -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -g   -I.. -I.  -DMEX_DEBUG mexSLOAD.cpp -o /tmp/oct-B32GWA.o
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave  -pthread -fopenmp -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -g -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -shared  -o mexSLOAD.mex  /tmp/oct-B32GWA.o   -L.. -lbiosig  -L/usr/lib/x86_64-linux-gnu  -Wl,-z,relro 
echo "#define mexSOPEN" > mexSOPEN.cpp
cat mexSLOAD.cpp >> mexSOPEN.cpp
mkoctfile  -I.. -v -g --mex "mexSOPEN.cpp" -L.. -lbiosig -o "mexSOPEN.mex"
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave  -pthread -fopenmp -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -g   -I.. -I.  -DMEX_DEBUG mexSOPEN.cpp -o /tmp/oct-uPRfpz.o
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave  -pthread -fopenmp -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -g -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -shared  -o mexSOPEN.mex  /tmp/oct-uPRfpz.o   -L.. -lbiosig  -L/usr/lib/x86_64-linux-gnu  -Wl,-z,relro 
mkoctfile  -I.. -v -g --mex "mexSSAVE.cpp" -L.. -lbiosig -o "mexSSAVE.mex"
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave  -pthread -fopenmp -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -g   -I.. -I.  -DMEX_DEBUG mexSSAVE.cpp -o /tmp/oct-Fvx5fp.o
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave  -pthread -fopenmp -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -g -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -shared  -o mexSSAVE.mex  /tmp/oct-Fvx5fp.o   -L.. -lbiosig  -L/usr/lib/x86_64-linux-gnu  -Wl,-z,relro 
mkoctfile  -I.. -v -g --mex "physicalunits.cpp" -L.. -lbiosig -o "physicalunits.mex"
g++ -c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave  -pthread -fopenmp -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -g   -I.. -I.  -DMEX_DEBUG physicalunits.cpp -o /tmp/oct-xTuxJ9.o
g++ -I/usr/include/octave-5.2.0/octave/.. -I/usr/include/octave-5.2.0/octave  -pthread -fopenmp -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c/biosig4c++=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -pipe -fPIC -fno-builtin-memcmp -O2 -Wno-unused-result -Wno-deprecated -fvisibility=hidden -I/usr/include -g -shared -Wl,-Bsymbolic -Wl,-z,relro -Wl,-z,now -shared  -o physicalunits.mex  /tmp/oct-xTuxJ9.o   -L.. -lbiosig  -L/usr/lib/x86_64-linux-gnu  -Wl,-z,relro 
make[3]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++/mex'
make[2]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
: # Assure additional interesting to us pieces are built : biosig for python
cd biosig4c++/python && python3.8 setup.py build
running build
running build_ext
building 'biosig' extension
Warning: Can't read registry to find the necessary compiler setting
Make sure that Python modules winreg, win32api or win32con are installed.
C compiler: x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC

creating build/temp.linux-x86_64-3.8
compile options: '-DMAJOR_VERSION=1 -DMINOR_VERSION=9 -I./.. -I/usr/lib/python3/dist-packages/numpy/core/include -I/usr/include/python3.8 -c'
x86_64-linux-gnu-gcc: biosigmodule.c
biosigmodule.c: In function ‘PyBiosig_Data’:
biosigmodule.c:107:16: warning: unused variable ‘count’ [-Wunused-variable]
  107 |         size_t count = sread( PyArray_DATA(*D), 0, biosig_get_number_of_records(hdr), hdr);
      |                ^~~~~
biosigmodule.c: In function ‘biosig_data’:
biosigmodule.c:117:9: warning: returning ‘PyArrayObject *’ {aka ‘struct tagPyArrayObject *’} from a function with incompatible return type ‘PyObject *’ {aka ‘struct _object *’} [-Wincompatible-pointer-types]
  117 |  return Data;
      |         ^~~~
creating build/lib.linux-x86_64-3.8
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fwrapv -O2 -Wl,-z,relro -Wl,-z,now -g -O2 -fdebug-prefix-map=/home/schloegl/src/debian/biosig4c=. -fstack-protector-strong -Wformat -Werror=format-security -I/home/schloegl/src/debian/biosig4c -Wdate-time -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.8/biosigmodule.o -L./.. -lbiosig -o build/lib.linux-x86_64-3.8/biosig.cpython-38-x86_64-linux-gnu.so
#make libbiosig.a save2gdf save2aecg save2scp pdp2gdf \
#	 biosig_client biosig_server
# Later: libbiosig.so -- fails, no SONAME etc,
#         mex4o -- there are some copying etc
# Later: Python -- depends on obsolete Numeric
#        biosig4python
#  to build for multiple Python's would need to loop
#  between versions with smth like make python -B PYTHONVER=2.6
make[1]: Leaving directory '/home/schloegl/src/debian/biosig4c'
   debian/rules override_dh_auto_test
make[1]: Entering directory '/home/schloegl/src/debian/biosig4c'
echo "I: skip testing for now -- relies on download of test data"
I: skip testing for now -- relies on download of test data
make[1]: Leaving directory '/home/schloegl/src/debian/biosig4c'
   create-stamp debian/debhelper-build-stamp
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/home/schloegl/src/debian/biosig4c'
dh_auto_install
	make -j8 install DESTDIR=/home/schloegl/src/debian/biosig4c/debian/tmp AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/home/schloegl/src/debian/biosig4c'
make -C biosig4c++ lib
make[3]: Entering directory '/home/schloegl/src/debian/biosig4c'
make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
/bin/sh: 1: python: not found
make[3]: Nothing to be done for 'lib'.
make[3]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
make -C biosig4c++ tools
make[3]: Entering directory '/home/schloegl/src/debian/biosig4c'
make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
/bin/sh: 1: python: not found
make[3]: Nothing to be done for 'tools'.
make[3]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
make -C biosig4c++ install
make[3]: Entering directory '/home/schloegl/src/debian/biosig4c'
make[3]: warning: jobserver unavailable: using -j1.  Add '+' to parent make rule.
/bin/sh: 1: python: not found
install -d 			/home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/
install libbiosig.so.2  /home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu
strip -x /home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu/libbiosig.so.2
(cd /home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu && ln -sf libbiosig.so.2 libbiosig2.so)
cd /home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu && ln -sf libbiosig.so.2 libbiosig.so
ldconfig
ldconfig: Can't create temporary cache file /etc/ld.so.cache~: Permission denied
make[3]: [Makefile:1006: install_libbiosig.so] Error 1 (ignored)
install -d 			/home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/
install libbiosig.a		/home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu
install libphysicalunits.a 	/home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu
strip -x /home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu/libbiosig.a /home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu/libphysicalunits.a
install libbiosig.pc		/home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu/pkgconfig/
install -d 			/home/schloegl/src/debian/biosig4c/debian/tmp/usr/include
install biosig-dev.h biosig.h biosig2.h gdftime.h physicalunits.h		    	/home/schloegl/src/debian/biosig4c/debian/tmp/usr/include
install -d 			/home/schloegl/src/debian/biosig4c/debian/tmp/usr/bin
install save2gdf	/home/schloegl/src/debian/biosig4c/debian/tmp/usr/bin
install heka2itx  		/home/schloegl/src/debian/biosig4c/debian/tmp/usr/bin
install save2aecg 		/home/schloegl/src/debian/biosig4c/debian/tmp/usr/bin
install save2scp  		/home/schloegl/src/debian/biosig4c/debian/tmp/usr/bin
install physicalunits	/home/schloegl/src/debian/biosig4c/debian/tmp/usr/bin
install biosig_fhir	/home/schloegl/src/debian/biosig4c/debian/tmp/usr/bin
mkdir -p  			/home/schloegl/src/debian/biosig4c/debian/tmp/usr/share/man/man1
install doc/*.1  		/home/schloegl/src/debian/biosig4c/debian/tmp/usr/share/man/man1
#install libbiosig.man 		/usr/share/man
#make  install_sigviewer
#make  install_octave
make[3]: Leaving directory '/home/schloegl/src/debian/biosig4c/biosig4c++'
install -d /home/schloegl/src/debian/biosig4c/debian/tmp/share/biosig/matlab
cp -r biosig4matlab/* /home/schloegl/src/debian/biosig4c/debian/tmp/share/biosig/matlab/
/usr/bin/octave --no-gui --eval "pkg install -global biosig4c++/mex/mexbiosig-2.0.4.src.tar.gz"
octave: X11 DISPLAY environment variable not set
octave: disabling GUI features
error: pkg: failed to read package 'biosig4c++/mex/mexbiosig-2.0.4.src.tar.gz': Couldn't resolve host name
make[2]: [Makefile:87: install] Error 1 (ignored)
/usr/bin/python3 -m pip install biosig4c++/python/dist/Biosig-2.0.4.tar.gz
WARNING: Requirement 'biosig4c++/python/dist/Biosig-2.0.4.tar.gz' looks like a filename, but the file does not exist
Processing ./biosig4c++/python/dist/Biosig-2.0.4.tar.gz
ERROR: Could not install packages due to an EnvironmentError: [Errno 2] No such file or directory: '/home/schloegl/src/debian/biosig4c/biosig4c++/python/dist/Biosig-2.0.4.tar.gz'

make[2]: [Makefile:117: install] Error 1 (ignored)
make[2]: Leaving directory '/home/schloegl/src/debian/biosig4c'
: I: install Python binding for current Python version
# make LIBEXT=so -C biosig4c++/python install
cd biosig4c++/python && python3.8 setup.py install --prefix=debian/python3-biosig/usr/lib/python3/dist-packages
running install
Checking .pth file support in debian/python3-biosig/usr/lib/python3/dist-packages/lib/python3.8/site-packages/
/usr/bin/python3.8 -E -c pass
TEST FAILED: debian/python3-biosig/usr/lib/python3/dist-packages/lib/python3.8/site-packages/ does NOT support .pth files
bad install directory or PYTHONPATH

You are attempting to install a package to a directory that is not
on PYTHONPATH and which Python does not read ".pth" files from.  The
installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    debian/python3-biosig/usr/lib/python3/dist-packages/lib/python3.8/site-packages/

and your PYTHONPATH environment variable currently contains:

    ''

Here are some of your options for correcting the problem:

* You can choose a different installation directory, i.e., one that is
  on PYTHONPATH or supports .pth files

* You can add the installation directory to the PYTHONPATH environment
  variable.  (It must then also be on PYTHONPATH whenever you run
  Python and want to use the package(s) you are installing.)

* You can set up the installation directory to support ".pth" files by
  using one of the approaches described here:

  https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-installation-locations


Please make the appropriate changes for your system and try again.
running bdist_egg
running egg_info
writing Biosig.egg-info/PKG-INFO
writing dependency_links to Biosig.egg-info/dependency_links.txt
writing requirements to Biosig.egg-info/requires.txt
writing top-level names to Biosig.egg-info/top_level.txt
reading manifest file 'Biosig.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Biosig.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_ext
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-3.8/biosig.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/egg
creating stub loader for biosig.cpython-38-x86_64-linux-gnu.so
byte-compiling build/bdist.linux-x86_64/egg/biosig.py to biosig.cpython-38.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying Biosig.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying Biosig.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying Biosig.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying Biosig.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying Biosig.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
__pycache__.biosig.cpython-38: module references __file__
creating 'dist/Biosig-2.0.4-py3.8-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing Biosig-2.0.4-py3.8-linux-x86_64.egg
removing '/home/schloegl/src/debian/biosig4c/biosig4c++/python/debian/python3-biosig/usr/lib/python3/dist-packages/lib/python3.8/site-packages/Biosig-2.0.4-py3.8-linux-x86_64.egg' (and everything under it)
creating /home/schloegl/src/debian/biosig4c/biosig4c++/python/debian/python3-biosig/usr/lib/python3/dist-packages/lib/python3.8/site-packages/Biosig-2.0.4-py3.8-linux-x86_64.egg
Extracting Biosig-2.0.4-py3.8-linux-x86_64.egg to /home/schloegl/src/debian/biosig4c/biosig4c++/python/debian/python3-biosig/usr/lib/python3/dist-packages/lib/python3.8/site-packages

Installed /home/schloegl/src/debian/biosig4c/biosig4c++/python/debian/python3-biosig/usr/lib/python3/dist-packages/lib/python3.8/site-packages/Biosig-2.0.4-py3.8-linux-x86_64.egg
Processing dependencies for Biosig==2.0.4
Searching for setuptools==46.1.3
Best match: setuptools 46.1.3
Installing easy_install script to debian/python3-biosig/usr/lib/python3/dist-packages/bin

Using /usr/lib/python3/dist-packages
Searching for numpy==1.19.1
Best match: numpy 1.19.1
Installing f2py script to debian/python3-biosig/usr/lib/python3/dist-packages/bin
Installing f2py3 script to debian/python3-biosig/usr/lib/python3/dist-packages/bin
Installing f2py3.8 script to debian/python3-biosig/usr/lib/python3/dist-packages/bin

Using /usr/lib/python3/dist-packages
Finished processing dependencies for Biosig==2.0.4
# TODO - test whether the next commands are really needed #
mkdir -p debian/python3-biosig/usr/lib/python3/dist-packages
cp -a biosig4c++/python/build/lib.*-3.8/biosig.*.so debian/python3-biosig/usr/lib/python3/dist-packages/biosig.so
find debian -name "biosig*.so"
debian/python3-biosig/usr/lib/python3/dist-packages/biosig.so
: I: install Octave bindings
mkdir -p debian/octave-biosig/usr/lib/x86_64-linux-gnu/octave/site/oct/x86_64-pc-linux-gnu/biosig
: # install with executable flag so dh_{strip,...} tools could catch it to operate
install biosig4c++/mex/*.mex debian/octave-biosig/usr/lib/x86_64-linux-gnu/octave/site/oct/x86_64-pc-linux-gnu/biosig
make[1]: Leaving directory '/home/schloegl/src/debian/biosig4c'
   debian/rules override_dh_install
make[1]: Entering directory '/home/schloegl/src/debian/biosig4c'
dh_install
d-shlibmove --commit \
	    --multiarch \
	    --devunversioned \
	    --exclude-la \
	    --override s/libcholmod3-dev/libsuitesparse-dev/ \
	    --override s/libtinyxml2.6.2-dev/libtinyxml-dev/ \
	    --movedev debian/tmp/usr/include usr \
	    --movedev "debian/tmp/usr/lib/*/pkgconfig/*.pc" usr/lib/x86_64-linux-gnu/pkgconfig \
	    debian/tmp/usr/lib/*/*.so
Library package automatic movement utility
 --> libdcmtk-dev package exists.
set -e
install -d -m 755 debian/libbiosig-dev/usr/lib/x86_64-linux-gnu
install -d -m 755 debian/libbiosig2/usr/lib/x86_64-linux-gnu
mv debian/tmp/usr/lib/x86_64-linux-gnu/libbiosig.a debian/libbiosig-dev/usr/lib/x86_64-linux-gnu
mv debian/tmp/usr/lib/x86_64-linux-gnu/libbiosig.so debian/libbiosig-dev/usr/lib/x86_64-linux-gnu
mv /home/schloegl/src/debian/biosig4c/debian/tmp/usr/lib/x86_64-linux-gnu/libbiosig.so.2 debian/libbiosig2/usr/lib/x86_64-linux-gnu
PKGDEV=libbiosig-dev
PKGSHL=libbiosig2
install -d -m 755 debian/libbiosig-dev/usr
mv debian/tmp/usr/include debian/libbiosig-dev/usr
install -d -m 755 debian/libbiosig-dev/usr/lib/x86_64-linux-gnu/pkgconfig
mv debian/tmp/usr/lib/*/pkgconfig/*.pc debian/libbiosig-dev/usr/lib/x86_64-linux-gnu/pkgconfig
make[1]: Leaving directory '/home/schloegl/src/debian/biosig4c'
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_python3
I: dh_python3 fs:343: renaming biosig.so to biosig.cpython-38-x86_64-linux-gnu.so
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   debian/rules override_dh_fixperms
make[1]: Entering directory '/home/schloegl/src/debian/biosig4c'
dh_fixperms
chmod a-x debian/octave-biosig/usr/lib/x86_64-linux-gnu/octave/site/oct/x86_64-pc-linux-gnu/biosig/*.mex
find debian -name "*.pc" -exec chmod -x \{\} \;
make[1]: Leaving directory '/home/schloegl/src/debian/biosig4c'
   dh_missing
dh_missing: warning: usr/share/man/man1/sigviewer.1 exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: usr/lib/x86_64-linux-gnu/libphysicalunits.a exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: usr/lib/x86_64-linux-gnu/libbiosig2.so exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/install.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/INSTALL exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/README exists in debian/tmp but is not installed to anywhere (related file: "README")
dh_missing: warning: share/biosig/matlab/LICENSE exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/INDEX exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t500_Visualization/plota.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t500_Visualization/sview.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t500_Visualization/topo2.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t500_Visualization/elpos.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t500_Visualization/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t500_Visualization/elpos3.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/locs_247 exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/plot_coupling.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/mk_sensors_plane.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/sensor3d2sensor2d.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/sphfit.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/plot_coherence_dots.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/select_chans.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/main.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/plot_coherence_rand.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/locphys2locphys.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t501_VisualizeCoupling/showfield_general.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/prepareData.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/calcErdsMap.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/calcCombiMap.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/plotErdsMap.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/getMontage.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/calcAveVar.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/plotAveVar.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/calcErdsMapBP.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/getErds.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/sample.gdf exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/erdscolormap.mat exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/plotCombiMap.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/bootts.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/calcErdsMapFFT.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/Manual/erds.tex exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t310_ERDSMaps/Manual/erds.pdf exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo4.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo3.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo8.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo11.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo6.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo5.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/slope_evaluation.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo7.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/simulate_epsp.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/make_cc7.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/bench_biosig.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo10.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo9.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo2.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/scptest.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/batch.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/demo/demo1.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/synthetic_ecg.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/correlation_with_reference.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/barlow.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/burst_onset_phase.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/desatur.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/baccala2001.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/hurst.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/teager.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/oahe.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/cfm.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/arspectrum.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/tfmvar.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/processing.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/berger.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/ap_detect.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/respdetect.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/tdp.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/wackermann.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/ectbcorr.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/qrsdetect.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/qrscorr.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/tvaar.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/ecg_wave_analysis.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/getar0.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/nqrsdetect.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/paynter.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/csp.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/signal_deconvolution.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/lumped.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/hjorth.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/evoked_potential.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/abp.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/brainrate.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/bandpower.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/heartratevariability.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/get_local_maxima_above_threshold.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t300_FeatureExtraction/bss.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/wolpaw_entropy.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/criteria4momentarybci.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/criteria2005IIIb.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/qcmahal.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/evaluate_event_detection.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/criteria4asyncbci.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/DavisBouldinIndex.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/roc.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/kappa.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/bci3eval.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/mutinfo.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/bci4eval.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t490_EvaluationCriteria/auc.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/eeglab/1ST_README.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/eeglab/pop_biosig.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/eeglab/pop_readedf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/eeglab/pop_readbdf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/eeglab/eegplugin_biosig.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/demo_t320_nirs.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/calcNIRSspectra.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/calcBPlin.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/sysdetect.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/remNoiseCAR.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/remNoiseICA.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/diadetect.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/Illustration_multichannel_spectra.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/remNoiseTF.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/calcInfluence.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t320_Nirs/adaptPulseremove.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t210_Events/unselect_events.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t210_Events/sort_events.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t210_Events/add_events.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t210_Events/select_events.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t210_Events/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/viewedf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/sviewer.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/sviewer_channel_conf.fig exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/detcolor.mat exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/sviewer_display.fig exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/sviewer_fileinfo.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/detpatch.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/sviewer_display.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/sviewer_channel.fig exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/sviewer.fig exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/sviewer_fileinfo.fig exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/sviewer_channel.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/utils/sviewer_channel_conf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/help/shortcuts.htm exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/help/menu.htm exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/help/index.htm exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/help/loadevent.htm exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/help/introduction.htm exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/help/detection.htm exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/viewer/help/sviewer.htm exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/sseek.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/openeep.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/physicalunits.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/adb2event.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/sopen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/matread.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/leadidcodexyz.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/bkropen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/loadlexi.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/save2gdf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/mwfopen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/bv2biosig_events.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/seof.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/swrite.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/srewind.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/sclose.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/famosopen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/hdr2ascii.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/mat2sel.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/stell.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/save2mm.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/gtfopen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/openldr.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/save2bkr.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/opendicom.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/cntopen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/wscore2event.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/ssave.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/fepi2gdf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/openiff.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/sload.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/getfiletype.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/openxlt.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/nk2hyp.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/iread.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/fltopen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/openxml.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/tload.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/str2double.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/eload.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/iopen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/convert2single_sweep_atf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/sread.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/fefopen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/scpopen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/bdf2biosig_events.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/edfannot2evt.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/tlvread.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/bni2hdr.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t200_FileAccess/gdfdatatype.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/get_inter_spike_intervals.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/burstanalysis.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/spikes2bursts.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/regress_eog.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/gettrigger.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/rs.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/hist2res.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/identify_eog_channels.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/detect_spikes_bursts.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/get_regress_eog.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/maxdistance.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/optimum_isi_spike_burst_separation.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/trigg.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/eeg2hist.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/detectmuscle.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/artifact_selection.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/detect_sharp_wave_ripple.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/resample_matrix.mat exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/qc_histo.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/spatialfilter.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/hist2limits.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t250_ArtifactPreProcessingQualityControl/remove5060hz.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t330_StimFit/simul001.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t330_StimFit/demo_stimfit.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t330_StimFit/microstimfit.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t330_StimFit/simul002.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t330_StimFit/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/doc/eventcodes.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/doc/DecimalFactors.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/doc/11073-10102-AnnexB.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/doc/units.csv exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/doc/elecpos.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/doc/ManufacturerInformation.cfg exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/doc/header.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/doc/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/doc/leadidtable_scpecg.txt exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/wilcoxon_test.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/unique.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/numel.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/strfind3.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/rows.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/betapdf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/flops.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/strfind.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/int2str.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/isalpha.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/strvcat.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/bitshift.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/strtok.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/probit.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/full.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/isvector.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/text.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/mat2cell.cc exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/strfind2.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/isscalar.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/sparse.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/datevec.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/nth.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/strcmpi.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/isequal.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/datenum.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/set.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/binocdf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/__xmldata__.cc exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/datestr.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/strncmp.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/README exists in debian/tmp but is not installed to anywhere (related file: "README")
dh_missing: warning: share/biosig/matlab/maybe-missing/datesplit.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/regexp.cc exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/regexprep.cc exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/spdiag.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/logit.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/isdigit.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/setstr.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/legend.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/strncmpi.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/bitand.cc exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/butter.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/betacdf.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/strmatch.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/betarnd.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/xmldata.c exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/signtest.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/transpose.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/u_test.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/now.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/str2double.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freqz.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/rat.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/speye.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/isdir.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/barh.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/columns.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/xmlstruct.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/betainv.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/isequal3.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/date.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/realmin.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/bilinear.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/flops.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/int2str.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/beta.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/gcd.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/filter.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/strtok.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/any.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/erfinv.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/findstr.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/strmatch.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/lcm.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/tf2zp.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/isfinite.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/trace.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/fgetl.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/all.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/realmax.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/diff.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/maybe-missing/freemat3.5/sign.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/train_lda_sparse.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/xval.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/classify.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/findclassifier2.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/covm.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/decovm.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/perm.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/train_sc.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/fc0.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/getclassifier.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/findclassifier.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/sumskipnan.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/covm_mex.cpp exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/findclassifier1.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/test_sc.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/untrain_sc.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t400_Classification/sumskipnan_mex.cpp exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/wilcoxon_test.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/fdr.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/perm_gfwe.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/homhof.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/bl01.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/umord.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/bh95.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/ttestC.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/exakteM_B.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/exakteM_A.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/vereinM_B.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/lehrom.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/nextcomb.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/pwerte.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/vereinM_A.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/zahlen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/signtest.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/gFWE.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/u_test.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/ttest3.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/zweistufen.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/Contents.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/fdp.m exists in debian/tmp but is not installed to anywhere 
dh_missing: warning: share/biosig/matlab/t450_MultipleTestStatistic/globtest.m exists in debian/tmp but is not installed to anywhere 
dh_missing: error: missing files, aborting

	Some of the files had a file that looked similar to a missing counter part. Perhaps
	one of the debhelper tools should installed the missing file instead of its related
	file assuming the content is identical.

	As an example, perhaps you want to replace:
	 * README
	with:
	 * share/biosig/matlab/README
	in a file in debian/ or as argument to one of the dh_* tools called from debian/rules.
	(Note it is possible the paths are not used verbatim but instead directories 
	containing or globs matching them are used instead)

	Alternatively, add the missing file to debian/not-installed if it cannot and should not
	be used.

	The following debhelper tools have reported what they installed (with files per package)
	 * dh_install: biosig-tools (2), libbiosig-dev (0), libbiosig2 (0), octave-biosig (0), python3-biosig (0)
	 * dh_installdocs: biosig-tools (0), libbiosig-dev (0), libbiosig2 (1), octave-biosig (0), python3-biosig (0)
	 * dh_installexamples: biosig-tools (0), libbiosig-dev (0), libbiosig2 (0), octave-biosig (0), python3-biosig (2)
	 * dh_installman: biosig-tools (3), libbiosig-dev (0), libbiosig2 (0), octave-biosig (1), python3-biosig (0)
	If the missing files are installed by another tool, please file a bug against it.
	When filing the report, if the tool is not part of debhelper itself, please reference the
	"Logging helpers and dh_missing" section from the "PROGRAMMING" guide for debhelper (10.6.3+).
	  (in the debhelper package: /usr/share/doc/debhelper/PROGRAMMING.gz)
	Be sure to test with dpkg-buildpackage -A/-B as the results may vary when only a subset is built
	If the omission is intentional or no other helper can take care of this consider adding the
	paths to debian/not-installed.

	Remember to be careful with paths containing "x86_64-linux-gnu", where you might need to
	use a wildcard or (assuming compat 13+) e.g. ${DEB_HOST_MULTIARCH} in debian/not-installed
	to ensure it works on all architectures (see #961104).
make: *** [debian/rules:14: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


More information about the Debian-med-packaging mailing list