Jean-Michaël Celerier
Jean-Michaël Celerier
Hello, Is support for this option planned ? It is necessary in my case to build a plug-in against a proprietary executable software which exports some symbols dynamically, to give...
``` Traceback (most recent call last): File "/usr/bin/cppclean", line 145, in sys.exit(main()) File "/usr/bin/cppclean", line 138, in main quiet=args.quiet): File "/usr/lib/python3.6/site-packages/cpp/static_data.py", line 117, in run _find_warnings(filename, lines, entire_ast, True) +...
``` ./sshping 127.0.0.1 *** Option set error: Invalid argument in ssh_options_set *** Cannot establish ssh session ``` system: archlinux x64, openssh 9.0p1-1.1 last known release works
The project name and url changed 4 years ago
Hello, The whole system is super nice but I'm encountering a fairly frustrating issue. Here are my slides: https://interactive-design.jcelerier.name/ The source code: https://gitlab.com/jcelerier/interactive-design-class/-/tree/master/public The issue is, that the various "interactive"...
Hello, I installed Junest in the hope of being able to use GDB 10 on my raspberry pi (running Debian Buster). If I run Debian's gdb 8 I can attach...
It's now at multiple major versions further: https://github.com/nlohmann/json/releases/tag/v3.1.0
Hello, on current master, on windows, given the attached source : [FaustTester.zip](https://github.com/grame-cncm/faust/files/6415149/FaustTester.zip) I get a segfault in the dsp->init(...); call. I can't get any backtrace, I guess it's because it's...
Repro: ``` $ sudo docker run -v $PWD/kfr:/kfr -it ubuntu:18.04 # apt update ; apt install cmake g++-8 # mkdir build; cd build # cmake /kfr/ -DCMAKE_CXX_COMPILER=g++-8 -- The CXX...
It makes it easier to embed kfr through add_subdirectory directly.