Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pcc support #66

Open
justincormack opened this issue May 30, 2014 · 1 comment
Open

pcc support #66

justincormack opened this issue May 30, 2014 · 1 comment

Comments

@justincormack
Copy link
Member

I added enough pcc support to parse its output and deal with the other errors (at least in tested cases, it does not seem to be very consistent).

Missing is the following (I think thats all now...)

  1. It will not compile from stdin so doesitbuild would have to save a temporary file which is annoying.
  2. If you fix 1. it is still looking for gcc not pcc even though HAVE_PCC is set, for unclear reasons.

It is certainly worth someone fixing 2 (which should be fairly simple), but my main use case (fast test builds on Linux) turns out to be a non starter as pcc will not currently compile anything on Debian so not sure I am going to spend any more time on it right now.

@anttikantee
Copy link
Member

See also #23 (maybe close that if it's fixed?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants