Marco-Israel
Marco-Israel
My vim setting: set completeopt=menuone,popup,longest set previewpopup=height:10,width:60 According to #23 I also set like let g:quickr_preview_position = 'popup' Here my error (true in german .., sorry :( ) output when...
Hello, I have compiled cpputest with CC=clang and CXX=clang++ But after compiling, I get linker Errors from the Memory Leak detector: [...] CppUTest/libCppUTest.a(MemoryLeakWarningPlugin.cpp.o): in function `normal_operator_new(unsigned long)': [...] /cpputest/src/CppUTest/MemoryLeakWarningPlugin.cpp:251: undefined...
How to get the Features passed (gcc18 mapfile, coverage, adress sanitizer) Features configured in CppUTest: C++ standard used: default Memory Leak Detection: yes Compiling extensions: yes Use Long Long (if...
Hello, in your last relase i need to have boost installed also when I disbale the tests with -DLIBSERIAL_ENABLE_TESTING=OFF. If I clone your current master, disable testing works fine and...
Hello, some different issues bothers me when using vimb :( --------------- **1. Everytime when moving or scrolling a webpage** " (WebKitWebProcess:2546): GLib-GObject-CRITICAL **: 12:15:14.596: g_object_ref: assertion 'G_IS_OBJECT (object)' failed "...
Hello James do you know, is there a way to activate html coverage output in the startup project? My best to you Marco
Hello, I tried the module. But when I added WPA2 configuration parameter to hostapd.conf, I can not start the access point: The daemon breaks with the error _"Could not determine...
Hello I cannot build it in ArchLinux with clang 12.0.0 Some ideas?
### Description Im Trying to build a container on top of an already pre-build `base` container. `Docker build` works fine, takes the pre-build one from the local cache and builds...