hank
hank
I need to specify the following easily (currently I'm modifying platform.txt directly, which is terrible because it's not portable): `` compiler.cpp.flags=-c -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD...
Here's more: ``` Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `/usr/bin/kerberosio'. Program terminated with signal SIGABRT, Aborted. #0 0x00007f112fdf1c37 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such...
Here's a sanitized capture.xml: [capture.xml.txt](https://github.com/kerberos-io/machinery/files/2065406/capture.xml.txt) The camera is a FOSCAM FI8918W
The docker image will apparently core dump by default to /core. The camera is indeed on wifi and it does NOT have RTSP unfortunately. Is there a way I can...
I may just recompile with that changed - if you could make it an option that would be awesome. Bandwidth isn't a concern since it's only on my LAN. The...
I'm not sure - there are new developers. Warren Togami would be a good person to reach out to. He should know what's going on.
I don't feel comfortable giving out his email, but here you go: https://twitter.com/wtogami https://github.com/wtogami He looks active on twitter, so he will probably respond there. The github for litecoin features...
I have a feeling you need to replace libboost with an older version. See `apt search libboost` for options.
Also at some point it looks like `-lboost_timer` became necessary potentially. Try adding that to the link command.
This is a bit out of my field so please refrain from tagging me in the future.