Tremulous Forum
		Mods => Modding Center => Topic started by: |MoT|Erfe555 on June 27, 2009, 10:34:09 am
		
			
			- 
				Hi all. No one know a method to keep the invasion souce code, then i would try to patch a SVN with the invasion patchs and then with other patches of other mods.
 But i don't understand this (sry i'm italian and my english isn't perfect): http://tremulous.net/forum/index.php?topic=3408.0
 In this guide there is the method to compile the SVN...but...i need to use this process for my job (read up) or maybe i need to do other thinks?
 And then i need to use my tremulous client recavated by my new SVN to run it?
 And finally...that client is for windows...i need a client for Linux can i create it from MSys?
 Thx for your support.
- 
				New info i'm using the p-g qvm source code i patched the extreSD.patch (ESD patch) i do patch -p0 < extreSD.patch all go ok but when i do make this is the result, an error:
 
 $ make
 make[1]: Entering directory `/c/MinGW/home/giulio/trunk'
 make -C src/tools/lcc install
 make[2]: Entering directory `/c/MinGW/home/giulio/trunk/src/tools/lcc'
 gcc -O2 -Wall -fno-strict-aliasing -MMD -DTEMPDIR=\"/tmp\" -DSYSTEM=\"\" -c -Isrc -o build-mingw32-x86/etc/lcc.o etc/lcc.c
 make[2]: gcc: Command not found
 make[2]: *** [build-mingw32-x86/etc/lcc.o] Error 127
 make[2]: Leaving directory `/c/MinGW/home/giulio/trunk/src/tools/lcc'
 make[1]: *** [tools] Error 2
 make[1]: Leaving directory `/c/MinGW/home/giulio/trunk'
 make: *** [release] Error 2
 
 Can anyone help me?
- 
				You seem to be missing a tool in your build environment.
			
- 
				I think that it can be the DirextX SDK that i didn't install.
 Or maybe the .zip/.tar.gz of the installation of MinGW that i deleted...it's correct?
- 
				LCC?
 
 make[2]: gcc: Command not found
 make[2]: *** [build-mingw32-x86/etc/lcc.o] Error 127
 
 
 I have no real clue about mingw build environments, so please bare with me if I am wrong.
- 
				I don't know where it is this LCC or GCC...
			
- 
				lcc is used to compile qvms. gcc is used to compile lcc. install gcc(bro)
			
- 
				Where i can find it? ???
			
- 
				mingw
			
- 
				But i use mingGW with full packets!
 GCC included!
 I need to redownload them?
- 
				Probably your $PATH is wrong. Find the directory that contains the gcc binary and do PATH=$PATH:/your/path/here.
			
- 
				I do this command but the error still remaning.
 Is this command right?Maybe i do an error in syntax?Or in the folder tree?
 
 This is the code that i used:
 
 PATH=$PATH:C:\MinGW/lib/gcc/mingw32/3.4.5
- 
				I think you have to either make that all forward slashes (/), or double the backslash (\\).
			
- 
				This is the code that i getting in:
 
 Giulio@PC-GIULIO ~
 $ PATH=$PATH:C:/MinGW/lib/gcc/mingw32/3.4.5
 
 But make doesn't work anyway.
 Maybe i need to enter with the command "cd" in a specific folder? Let me know.
 Thx.
- 
				Maybe is better reinstall MinGW or MSys?
			
- 
				No! I find the problem!
 Here it is:
 
 make[2]: gcc: Command not found
 make[2]: *** [build-mingw32-x86/etc/lcc.o] Error 127
 
 
 The error is this!
 In the folder of the SVN that i downloaded that is the p-g qvm source or even in the SVN 895 in the folder "trunk/src/tools/lcc/etc" there is only the file lcc.c and there isn't the file lcc.o that i need!
 That's the problem!
 How can i fix it?
 My answer : "I search with Google and maybe i can found the lcc.o file".
 But with google i found nothing, no one lcc.o file.
 Where can i found and download it?
 Pls help me! Thx! ;D
- 
				You can get lcc.o if you compile lcc.c with gcc - that's what make is trying to do, but can't find the gcc.
 
 when you enter gcc --version on the prompt, do you get output ?
 
- 
				What u meaning?
 The result of the error in the compilation process?
 Or i need to do another "special" command?
 And finally...maybe is better to reinstall MinGW?
- 
				Problem solved.
 It was an error in folder structure.
 Thx anyway. ;D ;D ;D