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

How did you fix the windows link error? #312

Closed
moorepants opened this issue Dec 27, 2015 · 6 comments
Closed

How did you fix the windows link error? #312

moorepants opened this issue Dec 27, 2015 · 6 comments

Comments

@moorepants
Copy link

Hi,

I found this appveyor build:

https://ci.appveyor.com/project/Astropy/photutils/build/1.0.154/job/vt999t9pemy8dcqq

Which has this error:

LINK : fatal error LNK1117: syntax error in option 'MANIFEST:EMBED,ID=2''

I'm having the same issue here:

pydy/pydy#315

I was wondering what you did to fix that? I'm having trouble figuring it out.

@moorepants
Copy link
Author

I figured it out. Thanks.

@giampaolo
Copy link

I have the same problem. Can you tell me how you fixed it?

@moorepants
Copy link
Author

I can't quite remember. Maybe I dropped some python versions. You can see the working files here:

https://github.com/pydy/pydy/pull/315/files

And maybe compare to yours.

@moorepants
Copy link
Author

In that PR I wrote:

The compilation was failing due to a mismatch in the installed miniconda python version (i.e. Miniconda35 was being downloaded when I thought it was Miniconda3.4).

@bsipocz
Copy link
Member

bsipocz commented May 13, 2016

@moorepants @giampaolo - #294 is the relevant issue, and the actual fix was done in ci-helpers in astropy/ci-helpers#29

Hope it helps.

@bsipocz
Copy link
Member

bsipocz commented May 13, 2016

Btw you can use ci-helpers, too if you like, it does take care of these standard setup issues. Usage example is in the .travis.yml and appveyor.yml, and an example for a bit more complicated matrix can be found in astropy's travis.yml.

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