Closed cw2k closed 2 years ago
This issue is related with https://github.com/lief-project/LIEF/issues/471 and https://github.com/lief-project/LIEF/issues/438. @nazywam, if possible, may you use a higher version of this dependency? Thank you.
We switched from lief to pefile, I guess this shouldn't be a problem anymore
I got a problem when installing:
Hmm I little pitty that
Running lief-0.10.1\setup.py -q bdist_egg
uses-q
possible errors I also downloaded and unpacked this files.pythonhosted.org/packages/.../lief-0.10.1.tar and ransetup.py build
there. Well first I complained about that cmake was missing so I didpip install cmake
. Well having cmake there now there was this issue:So I edited CMakeLists.txt and removed line 541 (the last line):
Now it is compiling however errors like this arraised:
Oh dear I'm not gonna fix this. Maybe I'll have more luck using another compiler like MinGW or something. However I gave up on this path.