Daniel Schauenberg
Daniel Schauenberg
Thank you @sineang01! This sounds like a reasonable set of advantages. If you're willing to open a PR to replace cpplint with clang-format, I'd be happy to review and merge...
There isn't a way to do this yet, but I agree this would be useful to have.
Sorry this took so long. @edwinpjacques I invited you to the repo. As for @ElonDusk26 and @KaiPetzke, since you both mentioned you have limited time and experience with GitHub, I...
not currently there are 2 inactive PRs that are somewhat related with some prior art https://github.com/mrtazz/restclient-cpp/pull/139 https://github.com/mrtazz/restclient-cpp/pull/69
can you give some more details about your environment and the command you ran that resulted in this error?
do you get any errors for `./autogen.sh` or `./configure`? Did you pass any flags to configure?
oh, sorry for the long delay. I will have to check how to compile it for both architectures.
It seems like you can pass `-arch i386 -arch x86_64` to clang to build a multi architecture binary (as per http://stackoverflow.com/questions/6104726/trouble-building-universal-binary-with-autotools). There are also the -m flags to gcc you...
@nicroto @voidabhi can you give those instructions a try and see if they work for you? Happy to add an autoconf flag for this if this is all that's needed...
I don't have any ARM devices to do this on, but if there is a good guide on how to cross compile for ARM on Ubuntu/Travis CI I wouldn't be...