Closed Avynn closed 6 years ago
Yep it's just a problem when cloning. You have to clone with
--recursive
.If you didn't you have to run
Edit: I answered too quickly: you say the files are there... :/ I'll think about it a little.
Can you try building selectively some other projects of the solution (like git submodule update --init
, first in toy
, and then in toy/mud
lua
, or mud
) and tell me if they have similar issues ?
Yeah I'll build those individually and get back to you in a sec
The build output for mud was way too long to copy and paste here so instead I took a screen cap of the output maybe that'll help more, I can copy and paste the output as well if you want.
So it can't basically open any file in the whole codebase. Can you even open one of the files in the projects from visual studio ? The only thing to check is that the relative path indicated here indeed leads to the file, from the project directory (it should). Apart from an access rights issue, I don't know what could be causing this. Did you try running Visual Studio as administrator ?
I checked the properties of the folder containing the source and everything looks fine all the access rights should work. Regardless I ran VS as admin and got the same compilation result. I can open view and modify the source files as well within the solution but I do get an interesting active error the code is E1696 and the message is :
Error (active) E1696 cannot open source file "E:\TOYIOENGINE\TOY\3RDPARTY\BULLET\SRC\BULLETCOLLISION\BROADPHASECOLLISION\BTAXISSWEEP3.CPP"
the path to the file in the error message is always to whatever file I happen to have open.
In the absence of more information, I can only assume this is a problem very specific to your machine and not a problem with toy repository, so I'm closing this issue for now.
Maybe this is just me being dense but for whatever reason the linear math solution decides that some of the source files are missing even though when I go to check if they're there they are so I'm not sure why this is happening. Either way I can't build the project.
here's the compiler output: