User forums > Help
Embarcadero C++ 7.2 does not stop at errors.
Jayx:
Yes, this was definitely a matter of incompatible RegEx. Just for the hell of it, I copied the Compiler error RegEx from GNU GCC, and pasted on Embarcadero 7.2 -- the process now stops as it should at error, and compiler passes, the console output is run. There's still some tweaking to be done, but at least I now know where to look for it. Thanks again.
oBFusCATed:
CB has support for clang, so why aren't you using it as a base?
Jayx:
This is for anyone else trying to do the same. I did try different ways to make this work, all failed - seems I already had accidentally stumbled on the one way this Embarcadero 7.2-Clang hybrid works:
Start by copying Embarcadero 5.5, set the paths and toochains to Embarcadero c++ 7.2 directories, and final tweak - and copy Compiler Error RegEx from GNU GCC. Does not work for single files, but everything works on a EC++7.2 project ;D
Navigation
[0] Message Index
[*] Previous page
Go to full version