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

Ubuntu build #17

Open
vorob1 opened this issue Jan 22, 2019 · 3 comments
Open

Ubuntu build #17

vorob1 opened this issue Jan 22, 2019 · 3 comments

Comments

@vorob1
Copy link

vorob1 commented Jan 22, 2019

So I've read that some pascal can play RTX stuff but under Linux only. Any chance to receive compiled build for ubuntu? Just download-unpack-play? Just wanna try it, and have zero knowledge about source compiling.

@unfa
Copy link

unfa commented Feb 6, 2019

I'd be interested in a Linux build as well.

@Patola
Copy link

Patola commented May 28, 2019

Me too. Can't compile it at the moment (Ubuntu 18.04), too lazy to add yet another repository (lunarg) just so that q2vkpt works. In my case it fails building with:

[CC] .q2pro/src/client/refresh.o
src/client/refresh.c: In function ‘CL_InitRefresh’:
src/client/refresh.c:299:35: error: ‘VID_REF’ undeclared (first use in this function); did you mean ‘VID_Init’?
     vid_ref = Cvar_Get("vid_ref", VID_REF, CVAR_ROM);
                                   ^~~~~~~
                                   VID_Init
src/client/refresh.c:299:35: note: each undeclared identifier is reported only once for each function it appears in
Makefile:741: recipe for target '.q2pro/src/client/refresh.o' failed
make: *** [.q2pro/src/client/refresh.o] Error 1

@grinceur
Copy link

grinceur commented Jun 6, 2019

i have the same errors on ubuntu 18.04 :

src/refresh/images.c:1795:7: error: ‘image_t {aka struct image_s}’ has no member named ‘pix_data’
  image->pix_data = pic;
       ^~
src/refresh/images.c: In function ‘IMG_FreeUnused’:
src/refresh/images.c:2042:35: error: ‘image_t {aka struct image_s}’ has no member named ‘pixels’
             Com_PageInMemory(image->pixels[0], image->upload_width * image->upload_height * 4);
                                   ^~
Makefile:741: recipe for target '.q2pro/src/refresh/images.o' failed
make: *** [.q2pro/src/refresh/images.o] Error 1
make: *** Attente des tâches non terminées....
src/client/refresh.c: In function ‘CL_InitRefresh’:
src/client/refresh.c:299:35: error: ‘VID_REF’ undeclared (first use in this function); did you mean ‘VID_Init’?
     vid_ref = Cvar_Get("vid_ref", VID_REF, CVAR_ROM);
                                   ^~~~~~~
                                   VID_Init
src/client/refresh.c:299:35: note: each undeclared identifier is reported only once for each function it appears in
Makefile:741: recipe for target '.q2pro/src/client/refresh.o' failed
make: *** [.q2pro/src/client/refresh.o] Error 1

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

4 participants