-
Notifications
You must be signed in to change notification settings - Fork 23
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
compile error #27
Comments
when add
compile error is
|
Hmmm, unfortunately the error logs don't give a lot of info. Seems to be an error with I would go into the
These are just rough commands to build something with cmake, you might need to configure a bit more. Give that a try and see if it runs into any obvious errors. Also, did you clone with If you didn't use |
it is a compile flag question, can be fixed by adding a compile flag but I don't know how to fix this problem. I find this point by these step: |
I try use
then run cmd cxx.h is a file of #pragma once
#include <algorithm>
#include <array>
#include <cassert>
...... My understanding is that it did not find the basic std header file of c++. Should be a problem with including path parameters. In total. it have been compile OCCT successfully(all header/lib files have intalled to correspond directory) but compile |
@ltg1710 I don't have a windows machine handy at the moment so I'll be unable to test this for myself. Sorry it's not working for you but if you're able to find the root cause and adjust it in |
Build fails with
Then, I copied
Because I don't understand c++, Probably there may be a problem with the path in the windows environment |
thank for your open project
when i compile it (
cargo build
) in the envirmentThe console give me some error message as fellow
Can somebody give me some advices?
If you need some more information, please leave a message
The text was updated successfully, but these errors were encountered: