hexabyte23

Results 6 comments of hexabyte23

Yes, that fix section problem, but after installing NASM with brew, got this new errors: Jarvis2:barebones thierry$ ./run.sh ~/Dev/barebones/machines/default ~/Dev/barebones ~/Dev/barebones/machines/default/build ~/Dev/barebones/machines/default ~/Dev/barebones -- Configuring done -- Generating done --...

I clean build dir then call run.sh again, and in fact it seems that I already used Clang compiler, but Apple version one... Jarvis2:barebones thierry$ ./run.sh ~/Dev/barebones/machines/default ~/Dev/barebones ~/Dev/barebones/machines/default/build ~/Dev/barebones/machines/default...

Yes I know that, but I thought could be cool to have source code directly compatible with MacOS. Thanks for your help fwsGonzo

ok, I find apple compatible version of elf.h and link.h (and dependencies) in Apple site here https://opensource.apple.com/source/dtrace/dtrace-96/sys/ AppleClang compiler are no more complains, just see how to fix .multiboot problem...

Yes you 're right, there is only a small difference when passing QString by reference, but as always, if all Qt API are written that way, it's for a good...

Its C++ files generated by regular protoc tool, no C# here.