-
Notifications
You must be signed in to change notification settings - Fork 42
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
Comments
@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. |
I'm not going to be able to get to this for a day or two, I'll follow up after that. |
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. |
Cool, I'm trying again with x86 instead of x64! |
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: It has both 32 and 64 bit builds, so you should probably setup your appveyor file based on that. |
And you probably need to add VS 2008 explicitly in your appveyor account, as discussed here: appveyor/ci#1197 |
Solved at some point in the past. |
No description provided.
The text was updated successfully, but these errors were encountered: