-
Notifications
You must be signed in to change notification settings - Fork 332
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
Upgrade to cxx-1.0.103 failing our builds #1260
Comments
Thanks for the helpful writeup. I think I know the issue. Could you try whether cxx-build 1.0.106 has resolved this in your project? |
Thanks for the quick response. It might take a couple of days for me to test this. WIll update in 2 days from now |
Thanks for the fix! I pulled in the latest version |
I am getting this exact issue on 1.0.129. My project structure laid out the same way with the header in an
|
Hi,
We started to see from cxx-1.0.103 is failing our build with the error:
I checked both of the
cxx include paths
mentioned in the error. I confirm that the fileukko_faiss.h
doesn't exist. But if I usecxx-1.0.102
it exists. To give a picture of how our source code looks like:Difference I observe between
1.0.102
and1.0.103
is that when I build the code my entire code i.e. all the directories in the from the root folder of the project i.e.include
,src
andtests
are being copied in the older versions where as in1.0.103
I don't see any of those files.I observed this is caused because of the wrong path referred by the symlink of my crate. To be precise this how my crate sym link looks like in
1.0.103
:If I follow the symlink all I see in that path is
build
folder.vs in
1.0.102
The text was updated successfully, but these errors were encountered: