Sevan Janiyan

Results 43 comments of Sevan Janiyan

There's a shift of moving to new build infrastructure, away from the traditional Makefile or autotools infra, whether it's to get away from perceived arcaneness or lack of performance. The...

Understood. It would be a shame since cmake has such a high cost. I can build capstone 5.0.1 with GCC 4.0 on OS X 10.4, but cmake needs a C++11...

Thanks, I'll follow up there later on tonight when I have some time. Just popped in to ask if something is wrong on the CI side?

@Rot127 Is there something wrong with the CI here or have I missed where it's going wrong?

No worries. Thanks for the sanity check. :)

@nmap could this be merged?

Filed to keep record, in case anyone wondered.

Managed to make some progress with this. Needed to explicitly pass `-no-cpp-precomp` to the compiler, inspecting `hints/darwin.sh` it is only done for modules. So with `./Configure -des -Accflags=-no-cpp-precomp` the build...