VDrift / vdrift

VDrift source code
http://vdrift.net/
GNU General Public License v3.0
353 stars 97 forks source link

Compiling Issue on Linux VM #169

Open trotunno opened 5 years ago

trotunno commented 5 years ago

image

I am currently having an issue compiling Vdrift. I am using Ubuntu through Windows. I've been following this guide that was linked here on the issues board: https://jugandoenlinux.com/index.php/foro/tutoriales/141-compilar-e-instalar-vdrift-en-ubuntu

I have installed scons as well as the necessary dependencies. As the picture shows however, I am having some error with "arch" and the "route of installation" argument that is shown in the guide I linked. I am not too familiar with scons so any sort of help would be nice.

Thanks!

leillo1975 commented 5 years ago

Why you use this route? Try to compile in a Linux route like /home/user/Vdrift or /media/DISK/Vdrift

trotunno commented 5 years ago

I've just tried this command:

scons arch = a64 release = 1 extbullet = 1 prefix = "/home/trotunno/Vdrift"

and I am currently getting the same error. My terminal is currently in the directory of the vdrift-master folder, should I not be in that directory?

leillo1975 commented 5 years ago

I think that's not necessary to use "" in "/home/trotunno/Vdrift". Try this: scons arch = a64 release = 1 extbullet = 1 prefix = /home/trotunno/Vdrift

Another Question. Is the "Vdrift" folder created in "/home/trotunno/"

trotunno commented 5 years ago

I tried it without quotation marks and am still getting the error - likely related to what you said about the vdrift folder. I am not sure where this "vdrift" folder is. I only have two folders: "vdrift-master" and "vdrift-win"

are you talking about "/vdrift-master/vdrift"?

leillo1975 commented 5 years ago

Create the folder in the route you use to store the compiled game

trotunno commented 5 years ago

Fixed it by using "scons -j9"