This repository was archived by the owner on Nov 27, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 294
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62e2ac2
to
d1f3673
Compare
patch :DATA | ||
|
||
def install | ||
ENV.deparallelize |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please report the error message that you see without ENV.deparallelize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/usr/bin/gcc-5 -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxb
rew/lib -L/tmp/libgpm20160413-3016-1win64j/gpm-1.20.7/src -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linux
brew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -o prog/mouse-test prog/mouse-test.o mice.o twiddler.o synaptics.o prog
/open_console.o lib/libgpm.so.2 -lm
/usr/bin/gcc-5 -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linuxbrew/lib/ld.so -Wl,-rpath,/home/doc/.linuxb
rew/lib -L/tmp/libgpm20160413-3016-1win64j/gpm-1.20.7/src -L/home/doc/.linuxbrew/lib -Wl,--dynamic-linker=/home/doc/.linux
brew/lib/ld.so -Wl,-rpath,/home/doc/.linuxbrew/lib -o prog/disable-paste prog/disable-paste.o lib/libgpm.so.2
gcc-5: error: prog/mev.o: No such file or directory
Makefile:65: recipe for target 'prog/mev' failed
make[1]: *** [prog/mev] Error 1
make[1]: *** Waiting for unfinished jobs....
gcc-5: error: prog/hltest.o: No such file or directory
Makefile:65: recipe for target 'prog/hltest' failed
make[1]: *** [prog/hltest] Error 1
gcc-5: error: prog/disable-paste.o: No such file or directory
Makefile:65: recipe for target 'prog/disable-paste' failed
make[1]: *** [prog/disable-paste] Error 1
make[1]: Leaving directory '/tmp/libgpm20160413-3016-1win64j/gpm-1.20.7/src'
Makefile:77: recipe for target 'do-install' failed
make: *** [do-install] Error 1
Nice work! Thanks, Desmond. |
All issues are fixed. Thanks for your help! |
Do you have access to a Mac, and if so do you know whether it works on a Mac? |
No, it does not work on Mac.
https://gist.github.com/sjackman/072b5c9d0d720192153e565112d77234#file-03-make-L15 |
Merged. I manually force the bottle to |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.