-
Notifications
You must be signed in to change notification settings - Fork 115
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
error: unknown type name 'IRLoadGOp' #6
Comments
Thanks for trying PyVEX! What version of VEX are you using? PyVEX requires
On Sun, Apr 13, 2014 at 8:31 AM, Joxean notifications@github.com wrote:
|
Hi, VEX comes with Valgrind, right? In this case, I'm using the version that comes with Valgrind 3.8.1. I just followed the instructions here: https://github.com/zardus/pyvex/blob/master/README.md |
Ah! Yeah, my readme is wrong. Sorry about that! You need Valgrind 3.9.0, On Sun, Apr 13, 2014 at 11:04 PM, Joxean notifications@github.com wrote:
|
Hey, thanks! I resolved this issue. However, another one arised:
Any idea? |
BTW, commenting out the offending lines (with a comment saying "unsure if correct") was enough to get a working build of pyvex. |
lol, that's definitely my fault. I was testing something with some VEX On Tue, Apr 15, 2014 at 1:38 AM, Joxean notifications@github.com wrote:
|
I commented out the lines. Thanks! |
You're welcome! BTW, just a recommendation: it would be useful to have some example or use case for it. |
Yeah, for sure! We are brewing up something in that direction. Stay tuned On Thu, Apr 17, 2014 at 7:46 AM, Joxean notifications@github.com wrote:
|
Hi,
I'm trying to build pyvex in Ubuntu 12.04 x86_64 with the setup recommend in README.md. However, when I try to build it I get the following errors:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: