Hi,
I'm trying to follow the instructions on the wiki/gitlab repo on building. Trying to RTFM, but running into a wall. The build logs show a bunch of errors. The macroquest.exe gets generated, but I notice any of the plugins where the errors occurred are missing (nav, ,etc).
Steps I took:
I think it's a possible dependency issue: It's failing to download https://repo.msys2.org/mingw/i686/m...ad-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
I checked a lot of the failed repos and they all contain a -2 version instead -1. Not sure if that's an issue or not...
mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst (build is trying to download this, but it doesn't exist in any of the repos)
vs
mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-2-any.pkg.tar.zst (this is the closest thing to what it's looking for that exists)
I'm not really a Visual C guy, more java, so this could entirely be a user error, in which case I humbly apologize. I've attached the issue_body.md file like the logs requested. I hope this is the right forum for this. I felt bad creating an issue on your gitlab if it's something that's entirely my fault.
Thanks in advance for any help.
I'm trying to follow the instructions on the wiki/gitlab repo on building. Trying to RTFM, but running into a wall. The build logs show a bunch of errors. The macroquest.exe gets generated, but I notice any of the plugins where the errors occurred are missing (nav, ,etc).
Steps I took:
- git clone --recurse-submodules -j8 https://gitlab.com/redguides/openvanilla.git
- Opened OpenVanilla.sln in visual studio (latest version)
- Changed profile to Release X64
- Build -> Build Solution
I think it's a possible dependency issue: It's failing to download https://repo.msys2.org/mingw/i686/m...ad-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst
I checked a lot of the failed repos and they all contain a -2 version instead -1. Not sure if that's an issue or not...
mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-1-any.pkg.tar.zst (build is trying to download this, but it doesn't exist in any of the repos)
vs
mingw-w64-i686-libwinpthread-git-9.0.0.6373.5be8fcd83-2-any.pkg.tar.zst (this is the closest thing to what it's looking for that exists)
I'm not really a Visual C guy, more java, so this could entirely be a user error, in which case I humbly apologize. I've attached the issue_body.md file like the logs requested. I hope this is the right forum for this. I felt bad creating an issue on your gitlab if it's something that's entirely my fault.
Thanks in advance for any help.