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

Syntax Error rebuild_wrappers.py #610

Closed
nullsection opened this issue Apr 15, 2022 · 5 comments
Closed

Syntax Error rebuild_wrappers.py #610

nullsection opened this issue Apr 15, 2022 · 5 comments

Comments

@nullsection
Copy link

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

@ptitSeb
Copy link
Owner

ptitSeb commented Apr 15, 2022

What's your python version?

@nullsection
Copy link
Author

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
@rajdakin
Copy link
Collaborator

rajdakin commented 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?

@ptitSeb
Copy link
Owner

ptitSeb commented May 26, 2022

@MitchHS is it fixed now?

@nullsection
Copy link
Author

It did, thank you @ptitSeb

rajdakin added a commit to rajdakin/box86 that referenced this issue May 29, 2022
@rajdakin rajdakin mentioned this issue May 29, 2022
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants