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

Build tauthon on Windows #69

Closed
naftaliharris opened this issue Feb 24, 2017 · 9 comments
Closed

Build tauthon on Windows #69

naftaliharris opened this issue Feb 24, 2017 · 9 comments

Comments

@naftaliharris
Copy link
Owner

No description provided.

@naftaliharris
Copy link
Owner Author

@kovidgoyal

@naftaliharris
Copy link
Owner Author

@kovidgoyal, do you know what the error is here? https://ci.appveyor.com/project/naftaliharris/tauthon

I tried to follow your cpython fork, based my .appveyor.yml off of that.

@naftaliharris
Copy link
Owner Author

@kovidgoyal
Copy link
Contributor

I'm not going to be able to get to this for a day or two, I'll follow up after that.

@kovidgoyal
Copy link
Contributor

I had a quick look on my phone. IIRC VS 2008 Express Edition which is what appveyor uses does not support building 64bit -- you need to use VS 2008 Pro for that.

@naftaliharris
Copy link
Owner Author

Cool, I'm trying again with x86 instead of x64!

@kovidgoyal
Copy link
Contributor

I see that now appveyor is giving the error Build worker image not found: Visual Studio 2008

Here is an example python project that works with VS 2008 on appveyor:
https://ci.appveyor.com/project/ogrisel/python-appveyor-demo

It has both 32 and 64 bit builds, so you should probably setup your appveyor file based on that.

@kovidgoyal
Copy link
Contributor

And you probably need to add VS 2008 explicitly in your appveyor account, as discussed here: appveyor/ci#1197

@stefantalpalaru
Copy link
Collaborator

Solved at some point in the past.

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

3 participants