Ingo Randolf
Ingo Randolf
hi. i just ran into the `esptool returned 139`-error on a 10.7.5 machine. the release-builds for OSX are for system version min. 10.10. ``` ... version 10.10 sdk 10.10 ```...
when using type-switching for a value with a condition the generated java code contains errors e.g.: ```ksy seq: - id: the_type type: u1 - id: value type: switch-on: the_type cases:...
Hello. I ran into problems using flext when compiling externals (into a library) without using FLEXT_USE_CMEM on a bela (using a xenomai linux). I did not dig deep - but...
Hello. I ran into problems using FLEXT_USE_CMEM, it result in a call-loop: `void *operator new(size_t bytes)` in flsupport.cpp calls `flext_root::operator new(bytes);` which is inlined with: `::operator new(bytes);` defined in flsupport.h...
i tried to compile avdecc with mingw but got stuck with adaptions when hitting windows-networking stack. before spending too much time on this: is it feaseable / is there some...
hi. with this change it was able to pass additional arguments to gccs configure script. on osx i needed to specify the path for gmp, mpfr and mpc... i could...
Hi. I needed to make those changes in order for the build-scripts to work on osx (10.9.5) from http://unixhelp.ed.ac.uk/CGI/man-cgi?xargs "The -l and -i options appear in the 1997 version of...
updates to plugixml1.6 removes glut as dependency using glfw makes it compile for 64bit (tested on osx 10.9.5)
hi. when initializing on linux (this is on ubuntu in a VM with oracle java 1.8.0_121) `initSystemFontData()` in UIUtil.java line 254 throws a NPE because `font` is null. `getLabelFont()` returns...
To mark the end of initially sending all parameters, the server could send INITIALIZE back to client. If a client receives INITIALIZE all the parameters were sent. Supposing ordered transport...