Game Development Community

No exe!

by Ari J · in Torque Game Engine · 08/11/2004 (1:17 pm) · 11 replies

I would like to know how to create an .exe in for starter.fps in MSYS.

#1
08/11/2004 (5:32 pm)
1)Install MinGW, then MSYS (VERY IMPORTANT!!!)
2)Start up MSYS
3)Type in
cd /c/torque
(Or whatever directory you need, just keep the 'cd' part)
4)Type in
gcc -v
5)Type in
make -f mk/configure.mk OS=WIN32 COMPILER=GCC3 BUILD=RELEASE
6)Type in
make clean
7)Wait until things stop happening
8)When all halts, type in
make

Hope I could be of some help to you.
#2
08/17/2004 (5:54 am)
Hm, it probably is, but it doesn't seem to regognize the gcc -c command.
#3
08/20/2004 (5:57 am)
I mean gcc -v
#4
08/20/2004 (11:47 am)
Did you install MinGW BEFORE MSYS? (Cuz you have to)
#5
08/22/2004 (6:41 am)
Yes i did, still doesn't work.
#6
08/22/2004 (7:44 am)
In step 5... try typing in

make -f mk/configure.mk OS=WIN32 COMPILER=GCC3 BUILD=DEBUG

You do know that it is all case sensitive right???
#7
08/22/2004 (11:30 am)
Yes i do, but the first command does simply not work, i've uninstalled and installed again with MinGW first many times and always restarted before using, i do not know what is wrong, could someone please help me out?
#8
08/22/2004 (12:13 pm)
How about typing in gcc -v before the cd /c/torque
#9
08/22/2004 (4:50 pm)
Oh hello Ari, I see this post got resurected. I wondered what happened to the old one before maybe I can still help you.

First go to control panel and if you are in win xp make sure it is in classic view not category view.

Double click on system then click the advanced tab.

Next click the enviormental varibles button in the bottom right corner.

In the system varibles box find the Path entry between OS and PATHEXT then click edit.

In the varible value box add ";C:\MinGW\bin" no quotes to the end.

Reboot and hopefully everything should work.

This is what I did before to get mine to work hopefully it should help you keep in mind these instructions are for win xp but should be similar in other versions.

Good luck I am trying to frequent the forums at least once a day so I'll keep an eye on the thread to try to provide you some help if needed. Just remember I got Torque right about the same time you did so we are getting through this together.
#10
08/23/2004 (1:08 am)
Hey Arland, nice to hear from you again, these sudden disapearence of posts happens somtimes here on gg. (sometimes it even happens to snapshots!)

However i'd like to thank you for the info.

Kudos for you!
#11
08/23/2004 (1:35 am)
Yes! It worked!

Big thanks to both you Woodham and Goldstien.

Now i can finally start making my game ^^

If i encounter further issues i'll be sure to address them to you first Woodham, and i'd happily help you to with any problems you encounter.

Ari J