Olivier Goffart

Results 270 comments of Olivier Goffart

The problem seems to be the `-march=armv5te` which is not supported by clang, and then it bails out. I don't really know how to fix this problem. I can't simply...

I have no experience with Bazel. Googling a bit i found some other people wanting to generate the compile_commands: for example https://gist.github.com/bsilver8192/0115ee5d040bb601e3b7 and https://github.com/cppit/jucipp/issues/250 It would be nice if bazel...

Hi, Do you still have a problem running the generator. Looks like the commanf contains argument which clang does not accept.

There is already SimpleHTTPServer that s already packaged by distributions.

Thanks for the bug report. The problem is that the constructor is called from the instentiation if the template. I unfortunately do not take care of template instentiations. Something that...

What is the command line that you use to generate the code? Do you use a compilation database? You should still get generated code normally

Hi, I have never tried to compile with Windows or MSYS. And I can't support it myself. I have no idea how to solve this linker error. Probably related to...

the only "supported compiler" is clang that is used to build the generator. However, you can change the include paths with the `-I` option in the compilation database. If you...

Maybe you can try to add some CXXFLAGS with -I /path/to/other/compiler/include when configuring, then this will end up in the compilation database. But if your project also compiles with clang,...

Just run the generator on the tests and examples, this should also cover the headers.