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 - Qwerty_

Pages: [1]
1

Technical Support / Re: Compiling Help

« on: November 14, 2007, 07:52:16 »
I dont get any sound once it locks up. I do get sound initially though.

EDIT:

Ok it turned out I was running SDL_mixer 1.2.6 so I compiled SDL_mixer 1.2.8 then went ahead and recompiled odamex 0.3.

This still resulted in me having the same freezing problem.

After chatting with Russel on the IRC (thanks very much for your help Russel). He suggested that I try out prboom to see if other SDL applications ran.

Prboom required SDL_net to be compiled. I installed SDL_net from the Ubuntu repos, compiled prboom and it ran fine.

After that I thought I would try odamex again, and it worked... even though it does not need SDL_net.

I think ill reboot just incase running prboom first ticked something to start it all working.
2

Technical Support / Re: Compiling Help

« on: November 14, 2007, 00:59:31 »
Well I thought I would take a fresh start at compiling it with v0.3 and it worked. I am using the freedoom IWAD.

However it freezes for me after about 5 seconds of starting up. Is this related to the IWAD I am using or did something go wrong with my compile?

(Also I have made a .deb that I am going to test on my bros PC, not sure if the developers would like it or not, I wanna get everything working though before I post it here. That is assuming the developers want it if not thats cool was an experiment more than anything.)
3

Technical Support / Re: Compiling Help

« on: February 23, 2007, 03:22:13 »
No not yet Ill go and see if I can some kind of assistance from the Ubuntuforums.
4

Technical Support / Re: Compiling Help

« on: February 14, 2007, 06:46:02 »
I guess that no one is able to solve help me solve my problems.
5

Technical Support / Re: Compiling Help

« on: January 29, 2007, 02:39:20 »
Determined not to give up I have reformatted my linux and gone back to Ubuntu 6.06. Installed all the SDL stuff execpt for one file that had a error but when i sdl-confi --version i get  1.2.11 so i presume it must of installed.

The Errors can be found in the attached image. Where the terminal is cut off is more errors that I believe to be related to the Xlib problem
6

Technical Support / Re: Compiling Help

« on: January 28, 2007, 00:51:43 »
Code: [Select]
mike@mike-desktop:~$ find /usr/include -type f -iname "*mixer.h"
/usr/include/SDL/SDL_mixer.h

Yep ive got the SDL_mixer as well so this is very odd and could be a problem across the *nix board.
7

Technical Support / Re: Compiling Help

« on: January 25, 2007, 18:25:15 »
I have installed the SDL_mixer libraries which is why im a litle bit confused as to why it is calling for them.

I am using Linux Mint which is Ubuntu Edgy.

Ill go and try installing PRBOOM right now.

EDIT: Ok I downloaded prdoom and i got the same problem I have when I try to install, SO i think its my OS atm Ive been messing with to much stuff lately so I think I will have to reformat it and start from scratch.
8

General Discussion / Re: Differences to other ports?

« on: January 25, 2007, 07:55:25 »
The fact that you can run it on linux is why I am interested in it although having trouble compiling got a topic in the Client board.
9

Technical Support / Re: Compiling Help

« on: January 25, 2007, 05:27:43 »
Umm I dont know what happened but it looks like my post got chopped off or something?

EDIT: I tried to edit the main post to paste in the rest but it keeps getting chopped off is there a char limit or something? I have attached an image of the error. The command I used was make client
10

Technical Support / Compiling Help

« on: January 25, 2007, 05:27:00 »
Hello I just downloaded Odamex for linux but I am having trouble compiling it.

This is what I have done.

mike@mike-desktop:~/Desktop/Odamex$ make client
g++ -DUNIX -DLINUX -DNOASM -Icommon -g -Wall -O2 -I../client/sdl -Iclient/sdl -I../client/src -Iclient/src -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -c client/src/../sdl/i_music.cpp -o obj/client/src/../sdl/i_music.o
client/src/../sdl/i_music.cpp:36:23: error: SDL_mixer.h: No such file or directory
client/src/../sdl/i_music.cpp:47: error: expected constructor, destructor, or type conversion before
Pages: [1]