Message Boards

 Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - RazTK

Pages: [1] 2
1

Technical Support / Re: Code::Blocks Compilation Woes

« on: March 30, 2007, 12:44:21 »
Again, thanks for the help RazTK; I copied the odamex.wad into every folder I could think of in the SVN directory I'm working from, and still I get the same -1 status [for both client and server, release target].  I also tried setting the arguments for the IWADS just as your picture had it, still no go. I'll keep plowing through it and let you know if I get some success.

You can check the odamex.out file for any errors Odamex may be outputting; it's in the same folder as Odamex.exe.

Also, the previous error I recorded earlier: "./src/wx_pch.h:33:23: wx/wxprec.h: No such file or directory".  This more than likely had to do with me trying to run it as a debug target instead of a release, when I only compiled wxWidgets as a release mode.

I think so too, I get lots of errors when I try to build the debug target of the launcher.
2

Technical Support / Re: Code::Blocks Compilation Woes

« on: March 26, 2007, 06:41:24 »
Also, in an attempt to build the workspace as a whole, I receive this error:

Code: [Select]
./src/wx_pch.h:33:23: wx/wxprec.h: No such file or directory

Hmm.. I almost had everything working.

Did you get and compile wxWidgets? If yes, open the Odamex workspace, click on 'Settings' -> 'Global variables' and enter the location of your wxWidgets directory (mine is 'C:\wxWidgets-2.8.3') in the base field, so it looks like this.

For either debug or release build targets, I keep getting these "process terminated with status -1" messages, with nothing showing up.

I'm not really sure about this, did you try to run Odamex from the command-line?

EDIT: Okay, I also get the same message when I try to run Odamex with Code::Blocks. In my case, Odamex can't run because it can't find any IWAD (simply because they're not in the same folder). So if this is the case, I suggest you to either copy an IWAD to the same folder of Odamex, or, set the arguments (in 'Project' -> 'Set programs' arguments...') for Code::Blocks to run Odamex with (like this), so Odamex can find an IWAD. Also make sure that you don't forget to copy odamex.wad to the same folder of Odamex (could be the problem too).

And get the latest nightly build because they just fixed a problem with launching programs with Code::Blocks.

I had something similar. Codeblocks would make some folders with a file that is not recognized.
http://img388.imageshack.us/img388/4263/codeblockeryit9.png

Get a nightly build. ;-)
3

Technical Support / Re: Code::Blocks Compilation Woes

« on: March 22, 2007, 23:57:46 »
First get the latest nightly build.

As for your problem, it looks like you downloaded the Visual C++ development libraries of SDL, and not the ones for MinGW.
4

General Discussion / Re: IDE & Odamex

« on: February 21, 2007, 08:19:34 »
I've been waiting for this bond, thanks!
5

Devoblog / Re: 0.2 Alpha Available Now

« on: February 21, 2007, 05:50:03 »
Very good job everyone, Odamex will get even more stable and playable in time! :-)
6

Technical Support / Re: Compiling Help

« on: January 27, 2007, 15:09:30 »
From what I understand, it looks for SDL_mixer.h and not mixer.h.
7

Developer's Corner / Re: New Scoreboards

« on: January 25, 2007, 20:34:55 »
The scoreboard looks fine IMO, but if deathz0r was about to change it anyway, go ahead then, it'd be nice to see something new and fresh. :>
8

General Discussion / Re: Allow multiple key bindings?

« on: January 25, 2007, 01:02:35 »
No.
9

Devoblog / Re: Code has been audited

« on: January 15, 2007, 19:38:50 »
Awesome! You all are doing a great job.
10

Devoblog / Re: Database Woes

« on: November 10, 2006, 09:06:10 »
Thanks for fixing it Manc!
Good job.
11

Maps, Wads and Mods / Re: Classic CTF

« on: November 09, 2006, 22:32:47 »
Very nice Alex, thanks.
12

Developer's Corner / Re: Source Repository

« on: November 08, 2006, 07:37:19 »
Notice when bug 50 was posted.  It's been there for some time. :P

I will add however that the linked-to lists in the last comment for that bug are already out of date.  The list is much smaller than even the newest one on that page.
So, anywhere we can watch the progress? Any updates?
13

Developer's Corner / Re: Source Repository

« on: November 07, 2006, 01:59:26 »
General note: Bug 50 tracks the source code license confliction that is currently ongoing. Once that has been resolved, the Subversion repository will be open for public read immediately.
Good, now we can actually see the progress. Thanks.
14

Devoblog / Re: So what's up with the site?

« on: November 02, 2006, 01:56:29 »
Well, you sure got interest. ;-)
15

Developer's Corner / VC8 Project Files

« on: October 31, 2006, 20:19:30 »
Hello,

I was wondering if the developers have any plans on using VC8 (2005 Express Edition) project files for Odamex. VC6 is a bit old, isn't it?

Another thing, since I'm using Code::Blocks, I understand I need to get GDB for debugging purposes, and I did, but I can't seem to find any Windows binaries in the archive?

Thanks.
Pages: [1] 2