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

jitpy on win7 32 bits raising a link error #3

Open
kikocorreoso opened this issue Feb 28, 2015 · 0 comments
Open

jitpy on win7 32 bits raising a link error #3

kikocorreoso opened this issue Feb 28, 2015 · 0 comments

Comments

@kikocorreoso
Copy link

Visual Studio link.exe is raising an error with exit status 1181

I had to change some code on https://github.com/fijal/jitpy/blob/master/jitpy/__init__.py#L41:

    if not pypy_home.join('libpypy-c.so').check():
        libdir = pypy_home.join('bin')
        if not libdir.join('libpypy-c.so').check():
            libdir = pypy_home.join('pypy', 'goal')
            if not libdir.join('libpypy-c.so').check():
                raise Exception("Can't find libpypy-c.so, point PYPY_HOME to "
                                "directory with libpypy-c.so")

where I think libpypy-c.so should be libpypy-c.dll for the windows case.

After that I get an error on https://github.com/fijal/jitpy/blob/master/jitpy/__init__.py#L55

ffi.verify(...) would need another parameters for windows?

Maybe I'm wrong as I'm far of a good knowledge of c and compilers.

Kind regards.

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

1 participant