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

make release install error on Linux #32

Closed
blakemcbride opened this issue Jan 2, 2023 · 1 comment
Closed

make release install error on Linux #32

blakemcbride opened this issue Jan 2, 2023 · 1 comment

Comments

@blakemcbride
Copy link

$ sudo make release install
[...]
for d in help macros macros/demos macros/kbd macros/tty src src/demos src/kbd src/tty; do \
		mkdir -p /usr/local/share/gr/${d}; \
	done
/usr/bin/install -c -m 0755  /home/blake/Backup/grief.git/bin.gcc/release/gr.exe /usr/local/bin
/usr/bin/install: cannot stat '/home/blake/Backup/grief.git/bin.gcc/release/gr.exe': No such file or directory
make[1]: *** [Makefile:519: install] Error 1
make[1]: Leaving directory '/home/blake/Backup/grief.git'
make: *** [Makefile:152: release] Error 2
$

Notice the .exe file extension.

@blakemcbride
Copy link
Author

Duplicate

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

No branches or pull requests

1 participant