-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Syntax Error rebuild_wrappers.py #610
Comments
What's your python version? |
3.5.3 |
rajdakin
added a commit
to rajdakin/box86
that referenced
this issue
Apr 15, 2022
rajdakin
added a commit
to rajdakin/box86
that referenced
this issue
Apr 15, 2022
Alright, I've tried to fix the issue, can you do the following commands: git remote add rajdakin_side https://github.com/rajdakin/box86.git # This is to be able to cherry-pick
git fetch rajdakin_side
git cherry-pick dba95db133b8717ee8652442808285e90fc0a42e # This will get the fix attempt
make # Or `make WRAPPERS` if you only want to test the Python script (EDIT: it is the script started by WRAPPERS that crashed)
# And optionally:
git remote remove rajdakin_side # To remove my fork of box86 from your clone and tell me if it worked? |
@MitchHS is it fixed now? |
It did, thank you @ptitSeb |
rajdakin
added a commit
to rajdakin/box86
that referenced
this issue
May 29, 2022
Merged
ptitSeb
added a commit
that referenced
this issue
May 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to cmake and receive the following error:
Generating ../src/wrapped/generated/functions_list.txt
File "/home/xyz/box86/rebuild_wrappers.py", line 169
keys: List[T]
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: