You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there I am trying to use this project to generate bindings to libsm64 the generate script I am using is https://pastebin.com/WtWWLZs5 and the setup.py script runs the my_module_gen function
when running I get a load of errors (here is the log file) log.txt
mostly telling that delete is a type name and to prefix some new structs with struct and mising ;
any help would be apprecieated
The text was updated successfully, but these errors were encountered:
Hello there I am trying to use this project to generate bindings to libsm64 the generate script I am using is https://pastebin.com/WtWWLZs5 and the
setup.py
script runs themy_module_gen
functionwhen running I get a load of errors (here is the log file)
log.txt
mostly telling that
delete
is a type name and to prefix some new structs withstruct
and mising;
any help would be apprecieated
The text was updated successfully, but these errors were encountered: