Frederik De Bleser
Frederik De Bleser
I haven't seen that error before. It looks like a GLFW issue. I'm currently on holiday with very spotty internet. I'll see if I can reproduce this issue when I...
Absolutely! The error handling could be improved a lot. Any specific calls you've seen that are particularly important?
I thought it was a good idea to have build warnings cranked all the way up. While that worked a year ago, the build now fails because new checks have...
The build seems to complain about `XConvertSelection`. Could you try adding `-lX11` to your compile flags?
I've listed libhackrf-dev as a dependency. As for the issue, I've found [this thread](http://ubuntuforums.org/showthread.php?t=2155007) which points to a missing linker flag: > Added lib -lXxf86vm to linker flags. Works now....
You'll have to forgive my lack of knowledge as well :-) I'm absolutely not an expert in those compiler flags. I'll try to look at it tonight when I have...
I've pushed some patches that enable compilation on Raspbian Jessie. Everything should now compile without errors. Make sure to install all the packages listed in the README. That doesn't mean...
Some other thread for reference: - [GLFW3 Intialisation](https://www.raspberrypi.org/forums/viewtopic.php?f=68&t=99358)
Note that there is a rpi-support branch that _does_ work -- however, those patches haven't been merged yet and the branch is running behind. ``` git checkout -b rpi-support mkdir...
- The "tmpnam" warning is from Lua, we can't do much about that. - The assertion error is very weird. Frequensea tries to create a VR window but fails. However...