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

fix: compile the right file #1

Closed
wants to merge 1 commit into from

Conversation

joscha
Copy link

@joscha joscha commented May 27, 2016

otherwise fails with:

g++: error: hello.c: No such file or directory
g++: fatal error: no input files
compilation terminated.
Removing intermediate container 5f48cf87fbe8
       Error while processing push: Error: The command '/bin/sh -c g++ -o hello hello.c' returned a non-zero code: 4

otherwise fails with:
```
g++: error: hello.c: No such file or directory
g++: fatal error: no input files
compilation terminated.
Removing intermediate container 5f48cf87fbe8
       Error while processing push: Error: The command '/bin/sh -c g++ -o hello hello.c' returned a non-zero code: 4
```
@shaunmulligan
Copy link
Contributor

@josephroberts is this PR still valid?

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

Successfully merging this pull request may close these issues.

None yet

2 participants