|
Post by ttech on Aug 18, 2007 13:55:13 GMT
Hi, First I'd like to say thanks to the OpenTyrian team for porting Tyrian to linux. Great Job! But sadly, I'm not good at compling, I just use apt most of the time. I tried doing ./Makefile in the open tyrian directory but I got this: ./Makefile ./Makefile: line 2: DEBUG: command not found ./Makefile: line 4: PLATFORM: command not found ./Makefile: line 6: GP2X_CHAINPREFIX: command not found ./Makefile: line 7: GP2X_CHAINPREFIX: command not found ./Makefile: line 7: GP2X_CHAIN: command not found ./Makefile: line 11: TARGET: command not found ./Makefile: line 12: OBJS: command not found ./Makefile: line 14: syntax error near unexpected token `$(DEBUG),' ./Makefile: line 14: `ifeq ($(DEBUG), 1)'
I tried getting SDL, but there were loads of results using apt and I found libsdl* but it would not install. What am I doing wrong? Thanks!
|
|
|
Post by yuriks on Aug 18, 2007 21:57:34 GMT
Makefile isn't a bash script. Just type "make".
|
|
|
Post by ttech on Aug 19, 2007 1:16:14 GMT
Ah, so I do make? Or makefile? Because I tired just makefile, and it didn't work.
|
|
|
Post by yuriks on Aug 20, 2007 1:00:01 GMT
Did I say "make" or did I say "makefile"? It's "make", no, not "./make", just "make".
|
|
|
Post by ttech on Aug 20, 2007 23:09:01 GMT
Did I say "make" or did I say "makefile"? It's "make", no, not "./make", just "make". Sorry... I just wanted to make sure... Didn't mean to be annoying.
|
|
|
Post by Mindless on Aug 21, 2007 20:52:33 GMT
Sorry... I just wanted to make sure... Didn't mean to be annoying. I wouldn't worry too much... yuriks can be lacking in tact at times. <_<
|
|
|
Post by yuriks on Aug 22, 2007 2:37:40 GMT
Meh, ok sorry. =P
|
|
|
Post by ttech on Aug 25, 2007 15:22:01 GMT
Sorry... I just wanted to make sure... Didn't mean to be annoying. I wouldn't worry too much... yuriks can be lacking in tact at times. <_< No problem. :-) I don't think I'm going to be able to test this one out. I did make but it just says command not found. I'll have to ask my Linux friend about whats going on.
|
|
|
Post by ttech on Aug 25, 2007 15:24:58 GMT
I did get Tyrian to work on my linux box using DOSBox but thats not to amazing. :-)
|
|
|
Post by yuriks on Aug 25, 2007 18:56:49 GMT
It seems you don't have GNU make installed. If you don't have make I find it highly unlikely that you'll have GCC either, so you'll probably have to install a ton of stuff. What distro you're using? Pop into their forum or read some docs, they should have intructions on how to install the compiler toolchain somewhere.
|
|
|
Post by ttech on Aug 26, 2007 17:49:10 GMT
I'm using Ubuntu 6.06 LTS heh... I installed GCC, but I don't know how to install make. I tried apt, apt-cache search make. But I didn't see anything. The Ubuntu forums are completely useless. So I'll just ask my friend. Thanks. At least I know what I need to install now.
|
|