janusvr/janus

Windows Build Error

Opened this issue · 6 comments

I keep running into errors when compiling the project that prevent it from working, it first starts with: error: C1083: Cannot open include file: 'opus.h': No such file or directory before totaling 32 fatal error and 177 total issues. I'm not really sure what could be casing it.

It looks like the submodule resources/opus-1.3.1/ is pinned to a fork of opus which no longer exists. @panmarco83 was your fork of the opus library recently removed, and if so, do you recall if there was any specific reason we were pointing to your fork and not the official one?

Hm, it's not only opus, it's openal and openssl as well.
My memory is not so good right now so I can't remember what the thought was around this..

@RenzoMarchisi try doing a git pull now, should have the submodules updated correctly now.

@panmarco83 no dice its now saying assimp files are non existent
error: C1083: Cannot open include file: 'assimp/config.h': No such file or directory

Seems like the assimp project has a configure step that isn't being run - there's a config.h.in file, normally config.h should be built during the configure step. I'm not familiar enough with the Windows build process to know how to fix this, though.

@jbaicoianu same for me, I have never done the windows build so I don't know how to set it up correctly.
On the other hand, I did have a look in the VS project file and saw a bunch of dependency paths that were not correct..
The problem is that I don't have VS and I'm not willing to create a MS account for it either...