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

vfu compile stops with "error: ‘UKEY_ALT_UP’ was not declared in this scope" #20

Open
LarryDC opened this issue Jul 1, 2024 · 0 comments

Comments

@LarryDC
Copy link

LarryDC commented Jul 1, 2024

Compiling VFU...
make: Entering directory '/mnt/storage/compile/vfu-dist/vfu'
DE see.o
CXX see.o
DE vfu.o
CXX vfu.o
vfu.cpp: In function ‘void vfu_run()’:
vfu.cpp:816:12: error: ‘UKEY_ALT_UP’ was not declared in this scope; did you mean ‘UKEY_ALT_P’?
816 | case UKEY_ALT_UP:
| ^~~~~~~~~~~
| UKEY_ALT_P
vfu.cpp:822:12: error: ‘UKEY_ALT_DOWN’ was not declared in this scope; did you mean ‘UKEY_ALT_D’?
822 | case UKEY_ALT_DOWN:
| ^~~~~~~~~~~~~
| UKEY_ALT_D
make: *** [Makefile:83: vfu.o] Error 1

What I've been doing is just commenting out the ALT_UP & ALT_DOWN lines and then it will compile.

I use the "vfu-get-latest-git-snapshot.pl" to pull the latest code. Then I just run "sh build.sh" in the vfu-dist directory.

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