Xonotic Forums
[NEEDS INFO] Compile error - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [NEEDS INFO] Compile error (/showthread.php?tid=1195)



Compile error - Sepelio - 11-11-2010

So I can't seem to compile. I followed the instructions here: http://dev.xonotic.org/projects/xonotic/wiki/Compiling_in_Windows pretty much to the letter. I don't know whats wrong its not really my area of expertise. Anyone able to shed some light?


.jpg   FFFFFUUU-.jpg (Size: 35.66 KB / Downloads: 90)


RE: Compile error - alegro - 11-12-2010

you need to have git installed to checkout the repository....

Wink


RE: Compile error - Sepelio - 11-12-2010

I have git installed. I have all the crap thats in the list installed. It just decides it doesnt want to work anyway. As I said, I followed the instructions.


RE: Compile error - aCROX999 - 11-14-2010

Have you CLONED the repo?


RE: Compile error - Sepelio - 11-15-2010

I just followed the instructions. If by cloned you mean do I have a copy of it on my hard drive then yes, I do. I just can't get it to compile for some reason.

Its just crapping out on me with that error when I get to the "Compiling and running the game" stage of those instructions.

I have Msys, git and Mingw all installed. As far as I'm aware I'm not missing anything...


RE: Compile error - rainerzufalldererste - 11-15-2010

Code:
************ ERROR ************
compilation errors
Error in ../warpzonelib/mathlib.qc on line 268
make[1]: *** [menu.dat] Error 1
make[1]: Leaving directory `/xonotic/data/xonotic-data.pk3dir'
make: *** [qc] Error 2
An error has occurred (see above).
got that!


RE: Compile error - CuBe0wL - 11-15-2010

"Error in ../warpzonelib/mathlib.qc" means you have to ./all checkout (or git checkout xonotic-stable in the fteqcc repo) "


RE: Compile error - rainerzufalldererste - 11-15-2010

dunno... didn't work :O

Downloading it anothertime xD


RE: Compile error - aCROX999 - 11-15-2010

Oh, you're on Windows, make sure you follow all the steps they've given in the article. You need to run ./all compile in MSYS instead of Git Bash.


RE: Compile error - Sepelio - 11-15-2010

(11-15-2010, 06:33 PM)aCROX999 Wrote: Oh, you're on Windows, make sure you follow all the steps they've given in the article. You need to run ./all compile in MSYS instead of Git Bash.

This is what I did. I get the error in the screenshot in the first post.


RE: Compile error - aCROX999 - 11-15-2010

Did you just simply 'cd xonotic'? Try entering the full path to xonotic folder and run ./all compile again.