Andreas Barchfeld

Results 9 comments of 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! ![grafik](https://user-images.githubusercontent.com/33858102/171148973-ddbd8118-bf64-4cc3-b3aa-150ee4c52a97.png) ![grafik](https://user-images.githubusercontent.com/33858102/171149632-c9a10ade-110a-48c3-a636-4b1f89bf7192.png) ``` 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:...

![grafik](https://user-images.githubusercontent.com/33858102/171492740-3cbba2ac-85bd-4644-ac1a-cd8472f0ba76.png) ``` 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: ![grafik](https://user-images.githubusercontent.com/33858102/171714882-e4909be6-a6e6-4723-a761-58e7260a3d11.png) 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:...