-
Notifications
You must be signed in to change notification settings - Fork 13
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
build with python38? #1
Comments
Hello, thank you for reporting the issue. grap/pygrap are (now) written in python3 and work in IDA with python3 on Linux. You are right about the prebuilt I am now using grap/pygrap only on Linux so the Windows build has not been maintained, I do not have a working build environment nor up-to-date build instructions, the steps I took to build the existing windows version are here: Could you try and debug the issue:
|
Thanks for your reply, Please keep this issue open for a while, and I will try build the pygrap package for py3 on Windows. |
It seems that the files Looking for your kind reply. |
Yes, they are generated with flex+bison, the cmake commands are there: https://github.com/QuoSecGmbH/grap/blob/master/src/libs/dotparser/CMakeLists.txt The input is in the same directory (Lexer.l, Parser.y and .cpp/.hpp files). |
It seems the generation of these files are failed, I will try to fix it |
Can I build pygrap with python38?
The prebuild
_pygrap.pyd
seems to rely on Python27 DLLs (check with import table), it does not work with python3.I have already try to build the pygrap in my windows, but it failed due to the identifier errors in xmemory and atomic in
path\to\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.33.31629\include
. For more detail about the errors:and unknown identifier in
path\to\grap\src\build\bindings\python\CMakeFiles\pygrap.dir
Again, I wanna know if pygrap could be built for python3.
Looking forward to reply. Thanks~
The text was updated successfully, but these errors were encountered: