-
Notifications
You must be signed in to change notification settings - Fork 62
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
Error while building after update #342
Comments
And console output after downloading fresh files. |
I don't see the error in the first output, but I'm not sure if I always do a normal |
It seems to work on relativity new source files. Older ones still missing some files. I'll wait for a few updates to see if it works, |
When cloning the Repo, there are two ways:
But when a new submodule gets added (libdmusic was recently added) you need to init this submodule manually by running: |
After updatin sources
git pull --recurse-submodules
i get error while executingcmake -DCMAKE_BUILD_TYPE=Release ..
if I purge old files and download sources by
git clone --recursive https://github.com/degenerated1123/REGoth.git
I can run cmake and compile with no errors. I'm pretty new to git, so i may be doing something wrong. cmake complains about missing files- I assume I could mess up updating submodules (even if console output indicates downloading some?)The text was updated successfully, but these errors were encountered: