Skip to content
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 ourterms of serviceand privacy statement.We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Windows] Building with GUI fails #20

Open
AnotherFoxGuyopened this issue May 30, 2016 · 1 comment
Open

[Windows] Building with GUI fails #20

AnotherFoxGuyopened this issue May 30, 2016 · 1 comment
Labels

Comments

@AnotherFoxGuy
Copy link
Member

Building the current master on windows with GUI enabled fails with:

f:\ror-server\source\server\master-server.h(23): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\master-server.cpp)
f:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\config.cpp)
f:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\broadcaster.cpp)
f:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\messaging.cpp)
f:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\listener.cpp)
f:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\rorserver.cpp)
f:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\receiver.cpp)
f:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\ScriptEngine.cpp)
f:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\sequencer.cpp)
f:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\server\userauth.cpp)
F:\ror-server\source\server\sequencer.h(28): fatal error C1083: Cannot open include file: 'json/json.h': No such file or directory (compiling source file F:\ror-server\source\gui\servergui.cpp)

@ohlidalp
Copy link
Member

Hmm, something's wrong with JsonCpp. It used to be a GUI/webserver dependency, but now it's a core dependency.

Please try finding which commit broke it, start with the one where I changed JsonCpp in CMake-files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants