Trying to do a compile from beginning - 2022-10-09 Using Linux and G++
With the gcc -c this files get success:
- analbeat.cpp
- bdac.cpp
- match.cpp
- noisechk.cpp
- postclas.cpp
- qrsfilt.cpp
- rythmchk.cpp
Following are not working out of the box
- classify.cpp - have a fix
- qrsdet.cpp - have a fix
- qrsdet2.cpp - have a fix
- easytest.cpp
- bxb.cpp
Followin fixes are made to get it compiled fro classify.cpp
- classify.cpp
- Go to line 775
- add an int before GetRunCount()
Following fixes are made to get the QRSDET and QRSDET2.cpp
- qrsdet.cpp and qrsdet2.cpp
- There is a depreceated <mem.h> this needs to be replaced with
- /* For memmove. */ #ifdef STDC #include <string.h> #else #include <mem.h> #endif
Following fixes are made to get the easytest.cpp
- easytest.cpp
- Return functions have been set to Return 0, else it will fail
- Row 140 and 152 have been added to Return 0;
- Had to comment out row 184-196 to not rewrite the files
Following fixes are made to get the bxb.cpp
- bxb.cpp
- change path to ". mitdb"
- Results in testrpt.txt