compiling troubles

Everything todo with programming goes HERE.
Post Reply
User avatar
[Xpert]DarkStar
On Lightcycle Grid
Posts: 37
Joined: Tue Jul 20, 2004 9:00 pm
Contact:

compiling troubles

Post by [Xpert]DarkStar »

hi ppl
i'm having troubles compiling the armagetron advanced 0.2.7.0 source on my sun (sparc server 20). i tried it in solris 9 and suse linux 7.3, but in both i failed. i want to compile a dedicated server.
i did the following:
./configure --disable-glout (cos i want a dedicated server)
make
make seems to success, but after some time i get an error. i don't want to spend my life with finding the reason for this error. could someone give me a dedicated server binary for either solaris 9 or suse linux 7.3, both would have to be for sparc 32 bit processors.
or if you could help me to fix this error just ask me for the messages make gives out, if yu need them to do so.
thx4hlp
c ya
p.s.: i know my english is bad
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

I don't think anyone has ever tried to get this working on sparc before, but we can give it a shot. Could you run "make > output.txt", zip output.txt and attach it here so that one of us can take a look at it?

(your english seems just fine)
Image
User avatar
[Xpert]DarkStar
On Lightcycle Grid
Posts: 37
Joined: Tue Jul 20, 2004 9:00 pm
Contact:

Post by [Xpert]DarkStar »

here it is, but it didn't cathc the last line. i will get that line in here as soon as i have it.
edit: the line is

Code: Select all

make: *** [all] Error 2
Attachments
output.zip
the output of make excluding the last line with the error message.
(2.33 KiB) Downloaded 393 times
User avatar
Tank Program
Forum & Project Admin, PhD
Posts: 6712
Joined: Thu Dec 18, 2003 7:03 pm

Post by Tank Program »

Ok, problem solved. This was an issue with gcc 2.95.x which can be fixed bu adding

Code: Select all

#include <stdio.h>
to the beginning of src/tron/gMenus.cpp. Once again, this only effects uses running gcc 2.95.x.
Image
User avatar
Zapple
Shutout Match Winner
Posts: 876
Joined: Sun Mar 07, 2004 2:42 am
Location: Halo 2
Contact:

Post by Zapple »

:o Linux is too confusing lol
User avatar
iceman
Reverse Adjust Outside Corner Grinder
Posts: 2448
Joined: Fri Jan 09, 2004 9:54 am
Location: Yorkshire, England. Quote: Its the fumes, they make one want to play
Contact:

Post by iceman »

Zapple wrote::o Linux is too confusing lol
you will get the hang of it one day zapple (do you remember when color codes and moviepacks were too confusing :lol: :lol: )
Image He who laughs last, probably has a back-up
Image
Image
sorry about the large animated gif
User avatar
[Xpert]DarkStar
On Lightcycle Grid
Posts: 37
Joined: Tue Jul 20, 2004 9:00 pm
Contact:

Post by [Xpert]DarkStar »

Zapple wrote::o Linux is too confusing lol
i still think that windoze is much more confusing
ishAdmin
Match Winner
Posts: 625
Joined: Sun Jul 04, 2004 12:11 am
Contact:

Post by ishAdmin »

zap uses mac. he already uses linux. (well, freebsd)
Image
User avatar
Lucifer
Project Developer
Posts: 8683
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas
Contact:

Post by Lucifer »

ishAdmin wrote:zap uses mac. he already uses linux. (well, freebsd)
*smack*

FreeBSD != Mac OS X != Linux

Yeah, OS X is built on FreeBSD, but that's not the same as being FreeBSD. And I'm sure you're well aware that Linux is a from-scratch kernel while FreeBSD is actually descended from the original UNIX....

And, oh yeah, Linux has style that Apple can never hope to achieve.

World of difference.
User avatar
subby
Shutout Match Winner
Posts: 1199
Joined: Sun Dec 21, 2003 1:18 am
Location: A cave, Melbourne, Australia.

Post by subby »

Found this really intersting piece of history of unix

what came from what graphical timeline:
http://www.levenez.com/unix/history.html
ishAdmin
Match Winner
Posts: 625
Joined: Sun Jul 04, 2004 12:11 am
Contact:

Post by ishAdmin »

Yeah, most of what you say is true Luci. But dude! Close enough, eh! :)

You say Linux has style Apple couldn't hope to achieve. I would say it's the other way around. ;)
Image
User avatar
subby
Shutout Match Winner
Posts: 1199
Joined: Sun Dec 21, 2003 1:18 am
Location: A cave, Melbourne, Australia.

Post by subby »

ishAdmin wrote:Yeah, most of what you say is true Luci. But dude! Close enough, eh! :)

You say Linux has style Apple couldn't hope to achieve. I would say it's the other way around. ;)
we have a saying in Oz : "same sh*T diffrent smell " :D
ishAdmin
Match Winner
Posts: 625
Joined: Sun Jul 04, 2004 12:11 am
Contact:

Post by ishAdmin »

if you smeeeeeellllllll

what the *nix.

is cookin'



my tastes are pretty simple in the end. if it ain't microsloth, it's ok by me!
Image
User avatar
Lucifer
Project Developer
Posts: 8683
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas
Contact:

Post by Lucifer »

subby wrote:
ishAdmin wrote:Yeah, most of what you say is true Luci. But dude! Close enough, eh! :)

You say Linux has style Apple couldn't hope to achieve. I would say it's the other way around. ;)
we have a saying in Oz : "same sh*T diffrent smell " :D
Heh, we have a saying in Texas. Penguins don't fly. Oh yeah, we have another one. Ummmm, let's see. Oh yeah. Give him the chair. ;)

Just feeling a bit testy, that's all.
Post Reply