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

weave inline missing header msvc #3236

Closed
Tracked by #7
bbudescu opened this issue Jan 23, 2014 · 9 comments
Closed
Tracked by #7

weave inline missing header msvc #3236

bbudescu opened this issue Jan 23, 2014 · 9 comments
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected

Comments

@bbudescu
Copy link

When trying to use msvc with weave I get the following error:
C:\Python27\lib\site-packages\scipy\weave\blitz\blitz/bzconfig.h(15) : fatal error C1083: Cannot open include file: 'blitz/ms/bzconfig.h': No such file or directory

@bbudescu
Copy link
Author

I ended up copying the msvc2010-specific header file with the same name from the blitz++ project. I don't know how the two projects are related, but the files had similar definitions within, so I assumed they are compatible. Now weave works (I don't know how well, given the fact that I use msvc 2008).

@rgommers
Copy link
Member

I assume that this is not a regression, but just never worked with your setup and MSVC version?

@bbudescu
Copy link
Author

I never tried it before, so I don't know whether it has ever worked. I recently switched to Cristoph Gohlke's builds of numpy and scipy.

@rgommers
Copy link
Member

Can you provide a code snippet that fails?

@bbudescu
Copy link
Author

@majidaldo
Copy link

yup google led me to this problem. from spearmint using msvc.

@bbudescu what did you do exactly?

@bbudescu
Copy link
Author

Can't say I remember, but it seems I got the missing file / a replacement from somewhere.

@majidaldo
Copy link

@bbudescu thx. i tried that. the compilation progressed but still got an error which i think has to do with 64-bit windows.

sigh. can't believe we still have to deal with this in windows in 2015. mingw didn't work either.

@person142
Copy link
Member

Closing since weave is no longer a part of SciPy. This issue is now tracked at scipy/weave#7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect A clear bug or issue that prevents SciPy from being installed or used as expected
Projects
None yet
Development

No branches or pull requests

4 participants