View previous topic :: View next topic |
Author |
Message |
Mike W CP Noob
Joined: 03 Sep 2007 Posts: 5
|
Posted: Tue Sep 11, 2007 7:40 pm Post subject: question about compiling the wip... |
|
|
Ok this may be a dumb question but I'm having problems compiling the WIP. Basically I run "make.bat" and it apparently compiles it but custom.exe and game.exe are nowhere to be found!! Has anyone else encountered this problem!? This may not be the best forum to post on, but I thought maybe somebody compiled the WIP here and knows where the output files (custom+game) end up. |
|
Back to top |
|
 |
TMC On the Verge of Insanity
Joined: 05 Apr 2003 Posts: 3240 Location: Matakana
|
Posted: Tue Sep 11, 2007 8:12 pm Post subject: |
|
|
make.bat ought to create game.exe and custom.exe in the wip folder. Are you running it from the commandline? You should see output something like: Code: | C:\OHRRPGCE\SOURCE\CURRENT\wip>make
Now compiling GAME with fb graphics module, and sdl music module
Version ID 20070911
Codename wip
allmodex.bas(155) warning 3(1): Passing different pointer types, at parameter 1
of THREADCREATE()
Now compiling CUSTOM with fb graphics module, and sdl music module
Version ID 20070911
Codename wip
allmodex.bas(155) warning 3(1): Passing different pointer types, at parameter 1
of THREADCREATE() |
The warnings aren't dangerous, and they only appear if you compile with FB0.18. If something goes wrong there ought to be errors. What version of FB do you have, and how did you get the source?
If you want to ask questions about the source, the best place to ask is the 'Template:Devmailinglist' _________________ "It is so great it is insanely great." |
|
Back to top |
|
 |
Chenzi User was banned for this post

Joined: 02 Aug 2003 Posts: 190 Location: Grand Rapids, MI
|
Posted: Thu Sep 13, 2007 11:51 am Post subject: |
|
|
Out of curiosity, which reason are you compiling it yourself?
a. Just for the sake of compiling it, ie "to see if I can do it",
b. You added a new feature and are trying to get a working binary of it
or c. You are not aware that there already is compiled versions of the wips.
Not being rude or anything, I'm just curious. _________________ Allow me to preemptively disclose that I probably hate the person posting below, including myself. |
|
Back to top |
|
 |
|