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

Problem with include dir #2

Open
juunr95 opened this issue Feb 15, 2019 · 4 comments
Open

Problem with include dir #2

juunr95 opened this issue Feb 15, 2019 · 4 comments

Comments

@juunr95
Copy link

juunr95 commented Feb 15, 2019

Hey what's up ? So, i've looking for this version of STLPort and finally i've found. It compiles perfectly, but i have one problem while building my project.

When i add the stl include directorys, compiler output says : "Cannot find: "MSVCINCLUDEC/ucrt/stdio.h"

How can i fix that ? I think it's something in config of stl port.

Thanks

@davidbien
Copy link
Owner

Sorry - I finally noticed this comment and question... LOL.

There no notification apparently so I just never saw it.

Did you solve your problem?

David Bien

@chigco
Copy link

chigco commented Apr 21, 2021

When i add the stl include directorys, compiler output says : ...\stlport-5.2.1-with-vs2017-master\stlport\new.h(34): fatal error C1083: Cannot open include file: 'MSVCINCLUDECPP/include/new.h': No such file or director
How can i fix that ?

@davidbien
Copy link
Owner

I don't know. I am not planning on looking at it but new.h declares the global C++ operators (or it used to). So include instead perhaps? If you fix it then send me a pull request and I'll integrate it. I'm in the middle of a big project and I won't ever use STLport again so probably I'll never work on it again.

@davidbien
Copy link
Owner

#include <new> - sorry it rids things that look like tags.

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