Closed adanski closed 12 years ago
Tried to open jlquake.sln with VS?
Yeah, but compiling fails: ...source\common\unzip.h(17): fatal error C1083: Cannot open include file: 'zlib.h': No such file or directory LINK : fatal error LNK1181: cannot open input file 'zlib.lib' qcommon\dl_main_curl.cpp(35): fatal error C1083: Cannot open include file: 'curl/curl.h': No such file or directory renderer\font.cpp(70): fatal error C1083: Cannot open include file: 'freetype/ftsystem.h': No such file or directory
Where can I get those files and where should I put them?
Hmm, seems like the libraries should be installed into Windows SDK folder. ( C:\Program Files\Microsoft SDKs\Windows\v7.0A\Include or C:\Program Files\Microsoft SDKs\Windows\v7.0A\Lib )
I suggest Janisl to move the libraries files into jilquake.
But where can I get all needed files? It confuses me a bit because all projects I used to compile had some easy tutos with info about where to get/put all needed libs etc.
Looks like I'll have to create a new repository with Windows libraries that you need.
It would be awesome.
One more question, do I need DirectX SDK as well?
LINK : fatal error LNK1181: cannot open input file 'dxguid.lib'
Yes, of course.
Next problems :( http://pastebin.com/qCYiYrFq
janisl i can't find how to PM to you in github. Sorry i writed my message here. i think this can be interest for you? http://quakeone.com/forums/quake-talk/other-games/5783-hexen-ii-community-work-discussion.html - big hexen2 community http://quakeone.com/forums/quake-talk/other-games/5920-hexen-ii-all-source-ports-list-know-more-post.html - all source ports to hexen2 http://hexenmod.net/ - new hexen project they need doom3 programmer, and you already know and worked with hexen sorry that i writed it here, i cant PM.
Fixed.
Thanks for the links.
Works now :)
How do I compile jlet on VS? Any tuto?