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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling error when run .bat #1

Open
Sol1vaN opened this issue Jan 27, 2024 · 4 comments
Open

compiling error when run .bat #1

Sol1vaN opened this issue Jan 27, 2024 · 4 comments

Comments

@Sol1vaN
Copy link

Sol1vaN commented Jan 27, 2024

hi there,

i've installed cmake but this has gui interface.
image

btw, i've configured the path and then i've pressed the "configure" button to prepare the project.
image

but this shows an error
image

sorry for the question, i'm not programmer.

@fknfilewalker
Copy link
Owner

fknfilewalker commented Jan 27, 2024

I think you did not install the vulkan sdk.
Also make sure to compile it in release, otherwise you get too much console output since everything is quite outdated by now

@Sol1vaN
Copy link
Author

Sol1vaN commented May 17, 2024

hi, thanks for the reply.

i've installed vulkan sdk from here:
https://vulkan.lunarg.com/sdk/home#windows
image

i've chosed the latest SDK 1.3.283.0.

image
image
image
image
image

lastly, i've run the vulkan config cap viewer.
image
image
image

again, i press configure button:
image

this time i've changed the CMAKE_INSTALL_PREFIX to the actual path where my Quake 3 is installed
[ H:\Respaldos ORG\Quakes\Quake III Arena R ]
image
image

Lastly, I pressed the 'Generate' button.
Appears this time the job is done.

I've checked the 'bin' folder and this time found the project to compile.
image

So, here we go.
I've opened the 'Quake_III_Arena.sln' file on VSC 2022
I've selected the root project 'Quake_III_Arena' and:
Menu 'Build > Build Solution'
image

but an horrible error appears:
fatal error LNK1104: cannot open file '....\Debug\renderer.lib'
Done building project "quake3.vcxproj" -- FAILED.
image

so, i tryed to analyze the code:
image

and this show a massive warnings.
image

You mention "Also make sure to compile it in release"
My english is very bad, so, for that i understand you, you mean that i need to compile on VSC 2019?
If the answer is yes, I need to uninstall all my VSC 2022 and install it again to the 2019 edition? 😥

or there's a best/simply way to solve this?
cheers.

@Sol1vaN
Copy link
Author

Sol1vaN commented May 18, 2024

well,

i've installed vs 2019 and i've figure out to make the cmake cmd work on my system.
image
image

but still show me a weird message about this don't find some files??

Severity Code Description Project File Line Suppression State
Error C1083 Cannot open include file: 'stb_image.h': No such file or directory renderer K:\Add-Ons Juegos\Quake Series\Quake III Arena\Ports\Quake III Arena R\Quake-III-Arena-R-reforged\code\renderer\tr_image.c 58

what??

@b-hayes
Copy link

b-hayes commented Sep 8, 2024

Hmm this looks like a rabbit whole. Be nice if we could just download a compiled version.

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

No branches or pull requests

3 participants