Stefan Fleischmann

Results 4 comments of Stefan Fleischmann

I got it to work with a subdir, e.g. http://my.server.com/gop/ First of all I had to replace all `\static\` href and script src in `index.html` with `/gop/static/`. Then to make...

I had the same issue on Ubuntu 12.04 x86_64. Install gcc-4.4 and compile with that version instead. Here's a list of gcc versions I tried that didn't work (with the...

In my case adding ``` target_include_directories(chap PUBLIC ${Boost_INCLUDE_DIRS}) ``` in `CMakeLists.txt` and ``` target_include_directories(runAllTests PUBLIC ${Boost_INCLUDE_DIRS}) ``` in `test/CMakeLists.txt` fixes the problems I've seen. I'm compiling on Ubuntu 18.04 with...