Andreas Barchfeld
Andreas Barchfeld
thanks for the quick reply pkg-config --print-provides cppunit cppunit = 1.15.1 dpkg -s $(dpkg -l '*cppunit*' | grep 'libcppunit-[0-9]' | cut -d' ' -f3) | grep '^Version:' Version: 1.15.1-2build1 cat...
Could be. I have installed other packages in the meantime. I did the same for Ubuntu 20.04 on WSL (Windows 10). No errors. Must have been my mistake. After no...
I moved the "old" directory and start: ``` $ git clone https://github.com/gansm/finalcut.git $ cd finalcut $ git status On branch main Your branch is up to date with 'origin/main'. nothing...
``` (gdb) run Starting program: No executable file specified. $ file test/fkeyboard_test test/fkeyboard_test: Bourne-Again shell script, ASCII text executable ``` Therefor I've started (in the meantime i have added some...
Thanks a lot for your service!   ``` make distclean ./build.sh unit-test ``` no difference. ``` ldd test/.libs/fkeyboard_test linux-vdso.so.1 (0x00007ffc6e9a3000) libfinal.so.0 => /usr/lib/libfinal.so.0 (0x00007f9e01082000) libcppunit-1.15.so.1 => /usr/lib/x86_64-linux-gnu/libcppunit-1.15.so.1 (0x00007f9e01040000) libstdc++.so.6...
``` make distclean autoreconf --install --force ./build.sh unit-test make install make test ... PASS: fevent_test PASS: char_ringbuffer_test ^[O[../test-driver: line 107: 350897 Segmentation fault "$@" > $log_file 2>&1 FAIL: fkeyboard_test PASS:...
 ``` buf_len = 1 #### kstr='0x1b4f77' with length ( 3 ) ###### fifo_buf ='0x1b' with length ( 1 ) buf_len = 1 #### kstr='0x1b4f79' with length ( 3 )...
I've changed the lines:  Output: ``` # ./test/fkeyboard_test FKeyboardTest::classNameTest : OK FKeyboardTest::noArgumentTest : OK FKeyboardTest::KeyLengthTest : OK FKeyboardTest::escapeKeyTest ^[O[buf_len = 1 array size = 188 difference1 = 188 difference2...
``` git reset --hard git clean -fd git pull https://github.com/gansm/finalcut.git ``` now, with g++-9, it works: ``` ========================================= finalcut 0.8.1: test/test-suite.log ========================================= # TOTAL: 28 # PASS: 28 # SKIP:...