Tremulous Forum
General => General Discussion => Topic started by: whitebear on September 04, 2006, 05:39:56 am
-
I modyfyed the source code to test how it works but now i need some help.
I can't seem to find the right file to comply. All help welcome.
-
I modyfyed the source code to test how it works but now i need some help.
I can't seem to find the right file to comply. All help welcome.
first of all, there isn't a single line of C++ in tremulous. second of all, compile != comply. and third of all, you need to be more specific, your post contains no useful information (useful information includes your OS, what the error you get is, etc), so unless we can read your mind, we can't really help you.
-
VC++ then? It's not that i would have problem with errors but i can't find the right file to start compile.
Someone should make tutorial "How to compile trem source code" that would include and free available resources needed.
-
VC++ then? It's not that i would have problem with errors but i can't find the right file to start compile.
Someone should make tutorial "How to compile trem source code" that would include and free available resources needed.
there is no vc solution file for trem get one from icculus modify it a little bit
-
Grab Dev-C++ (http://www.bloodshed.net/dev/) and simply import the Makefile.
-
just run make in the folder.
-
just run make in the folder.
You need properly installed MinGW to do that on Windoze. You don't get one with M$ VC.
-
just run make in the folder.
You need properly installed MinGW to do that on Windoze. You don't get one with M$ VC.
not just mingw
http://svn.icculus.org/*checkout*/quake3/trunk/README
but once you did everything everything works fine
-
jw@AMD /c/test/trem
$ mingw32-make
mingw32-make -C src/tools/lcc install
mingw32-make[1]: Entering directory `/c/test/trem/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
gcc.exe: installation problem, cannot exec `as': No such file or directory
mingw32-make[1]: *** [build-mingw32-x86/etc/lcc.o] Error 1
mingw32-make[1]: Leaving directory `/c/test/trem/src/tools/lcc'
mingw32-make: *** [tools] Error 2
got this from msys
-
jw@AMD /c/test/trem
$ mingw32-make
mingw32-make -C src/tools/lcc install
mingw32-make[1]: Entering directory `/c/test/trem/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
gcc.exe: installation problem, cannot exec `as': No such file or directory
mingw32-make[1]: *** [build-mingw32-x86/etc/lcc.o] Error 1
mingw32-make[1]: Leaving directory `/c/test/trem/src/tools/lcc'
mingw32-make: *** [tools] Error 2
got this from msys
GCC can't find assembler (as), install it first.