-
Notifications
You must be signed in to change notification settings - Fork 96
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 Issue on Linux VM #169
Comments
Why you use this route? Try to compile in a Linux route like /home/user/Vdrift or /media/DISK/Vdrift |
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? |
I think that's not necessary to use "" in "/home/trotunno/Vdrift". Another Question. Is the "Vdrift" folder created in "/home/trotunno/" |
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"? |
Create the folder in the route you use to store the compiled game |
Fixed it by using "scons -j9" |
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!
The text was updated successfully, but these errors were encountered: