Egoboo Forum

The Legend of Egoboo Sporks of Yore
invisible characters
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    Egoboo Forum Forum Index -> -> Help
View previous topic :: View next topic  
Author Message
Jarramundi
Lumpkin
Lumpkin


Joined: 18 Apr 2008
Posts: 33


PostPosted: Sat Apr 19, 2008 5:27 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

jarramundi@Jarramundi:~/Desktop/egoboo-2.7.5/game$ sudo make -f Makefile.unix
[sudo] password for jarramundi:
gcc -Os -I. -I.. -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -o test_sdl.o -c test_sdl.c || make blurb_abort
test_sdl.c:5:21: error: SDL_ttf.h: No such file or directory
make[1]: Entering directory `/home/jarramundi/Desktop/egoboo-2.7.5/game'
make[1]: *** No rule to make target `blurb_abort'. Stop.
make[1]: Leaving directory `/home/jarramundi/Desktop/egoboo-2.7.5/game'
make: *** [test_sdl.o] Error 2

Is this some kind of stress test?
Back to top
View user's profile Send private message
penguinflyer5234
Penguin King


Joined: 01 Feb 2008
Age: 14
Posts: 1545
Location: Somewhere in this universe.

PostPosted: Sat Apr 19, 2008 5:29 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Did you install libsdl-ttf1.2-dev?
_________________

Play Frozen Bubble
Back to top
View user's profile Send private message
Jarramundi
Lumpkin
Lumpkin


Joined: 18 Apr 2008
Posts: 33


PostPosted: Sun Apr 20, 2008 6:01 am    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Can't find libsdl-ttf1.2-dev in the repositories...

Package libsdl-ttf1.2-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package libsdl-ttf1.2-dev has no installation candidate
Back to top
View user's profile Send private message
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2179
Location: Norway

PostPosted: Sun Apr 20, 2008 10:10 am    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

eh? that's wierd. Here is the download link for Linux on the SDL website: http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.9-1.i386.rpm
_________________
http://egoboo.sourceforge.net

"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword."
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Jarramundi
Lumpkin
Lumpkin


Joined: 18 Apr 2008
Posts: 33


PostPosted: Sun Apr 20, 2008 12:04 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Wierd? It gets wierder... Shocked
I DLL'd the file you suggested and it won't run on my architecture AMD64. so I nanod the /etc/apt/sources.list and uncommented all repositories hoping to score a result but still nothing. Maybe my egoboo is cursed?
Back to top
View user's profile Send private message
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2179
Location: Norway

PostPosted: Sun Apr 20, 2008 12:08 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Hmm, it states it should work on any platform supporting SDL. Which Linux does.

http://www.libsdl.org/projects/SDL_ttf/
_________________
http://egoboo.sourceforge.net

"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword."
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Jarramundi
Lumpkin
Lumpkin


Joined: 18 Apr 2008
Posts: 33


PostPosted: Sun Apr 20, 2008 1:14 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Scatch that, my architecture is i686, it definitely doesn't work. It says wrong architecture.

I think I have it... Synaptic found libsdl-ttf2.0-dev so I have installed this. Newer version. Mad Do you think it will work?





YES! It worked it did. Very Happy Very Happy Very Happy
Now... next step.

It says Specific Install Steps for egoboo-data-2.7.5
What's this mean?
Back to top
View user's profile Send private message
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2179
Location: Norway

PostPosted: Sun Apr 20, 2008 1:22 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Hmm, you did download the egobo-data package? Containing all the modules, sounds, music, etc.
_________________
http://egoboo.sourceforge.net

"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword."
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Jarramundi
Lumpkin
Lumpkin


Joined: 18 Apr 2008
Posts: 33


PostPosted: Sun Apr 20, 2008 1:22 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Don't worry! I have worked it out, and egoboo is now working... THANKS GUYS, you ought to be proud of your code wrangling abilities. One thing, libsdl-ttf2.0-dev instead of 1.2-dev on your list.
Good work! (happy mundi)
Back to top
View user's profile Send private message
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2179
Location: Norway

PostPosted: Sun Apr 20, 2008 1:24 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Great! Very Happy It's done btw.
_________________
http://egoboo.sourceforge.net

"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword."
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Jarramundi
Lumpkin
Lumpkin


Joined: 18 Apr 2008
Posts: 33


PostPosted: Sun Apr 20, 2008 3:40 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Twisted Evil bad news..
It ran once, but I closed it to give you the good news and now all I get is:

jarramundi@Jarramundi:~$ egoboo
jarramundi@Jarramundi:~$

and nothing happens.... Crying or Very sad





Yeah so it turns out I have to be root. which doesn't seem right, but it don't matter to me as long as I can play.
Thanks again guys. Sorry for the double posts or whatever, still fairly new to all this stuff Smile

Note by Clonkinator: please stop double-posting. It's annoying.
Back to top
View user's profile Send private message
penguinflyer5234
Penguin King


Joined: 01 Feb 2008
Age: 14
Posts: 1545
Location: Somewhere in this universe.

PostPosted: Mon Apr 21, 2008 3:12 am    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

oops, I meant libsdl-ttf2.0-dev. Not libsdl-ttf1.2-dev.
Edit: I wouldn't think you have to be root to play it. It makes no sense. Zefz, is there anything in the Linux files that write to /usr/share/egoboo?
_________________

Play Frozen Bubble
Back to top
View user's profile Send private message
Jarramundi
Lumpkin
Lumpkin


Joined: 18 Apr 2008
Posts: 33


PostPosted: Mon Apr 21, 2008 3:54 am    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

root@Jarramundi:/home/jarramundi# apt-get moo
(__)
(oo)
/------\/
/ | ||
* /\---/\
~~ ~~
...."Have you mooed today?"...
root@Jarramundi:/home/jarramundi# exit
exit
jarramundi@Jarramundi:~$ egoboo
jarramundi@Jarramundi:~$ egoboo
jarramundi@Jarramundi:~$ egoboo
jarramundi@Jarramundi:~$ su
Password:
root@Jarramundi:/home/jarramundi# egoboo
root@Jarramundi:/home/jarramundi#

and the game starts.... Bit wierd i know.
Back to top
View user's profile Send private message
Zefz
Lead Designer
Lead Designer


Joined: 16 Sep 2007
Posts: 2179
Location: Norway

PostPosted: Mon Apr 21, 2008 10:31 am    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Hmm. Only files Egoboo writes are temp files in the import folder. New saved players in the Players folder and log.txt in the main folder.
_________________
http://egoboo.sourceforge.net

"The pen is mightier than the sword- IF it is sharpened, dipped in poison and thrown really really hard at your target. But seriously, you are better off with a sword."
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Jarramundi
Lumpkin
Lumpkin


Joined: 18 Apr 2008
Posts: 33


PostPosted: Mon Apr 21, 2008 6:11 pm    Post subject: If a post contains some illegal issues you may abuse on it - just click Abuse and fill the form Reply with quote

Yeah, I have this problem with xubuntu, and maybe someone can help me with this, is that I can't write to any files in my file sytem i.e /etc or /usr unless I am root and I do it in the terminal.. I suspect it has something to do with this.. Is there some way around this?
When I am using Gnome to surf around my File System in a window, I don't have permissions to change anything.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Egoboo Forum Forum Index -> -> Help All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 4 of 5

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


© 2007 Informe.com. Get Free Forum Hosting
Powered by phpBB © 2001, 2005 phpBB Group

RedSilver 1.01 Theme was programmed by DEVPPL HTML Forum
Images were made by DEVPPL Photoshop Forum