Compilation environments

Added by Alexandre 'deurk' Nizoux 224 days ago

KTX needs your help.
If you are able to use SVN and a compiler under your OS and are willing to provide help to release KTX binaries, please post here your OS specifications and a way to contact you.


Replies

RE: Compilation environments - Added by Dominic 'oldman' Evans 214 days ago

Can compile on my main machines, OSX 10.5, Ubuntu Hardy if you don't have OSX and Linux covered already.

Can also probably compile on SunOS and HP-UX by borrowing some machines from work if you need.

RE: Compilation environments - Added by Zsolt Mohai 158 days ago

Hi,

I would like to have a qw ktx server run on PowerPC (IBM eserver p5).

Operating system: Gentoo Linux ppc64.

Mvdsv complied and work, but KTX already not.
Why? Because 64bit? PowerPC? What is the problem?

Is there a chance?

regards

JuZeR

RE: Compilation environments - Added by Renzo SC 126 days ago

The problem is really with the 64bit environment. KTX does not yet support 64bit compilation (well, it compiles but fails miserably) therefore we have to compile it using -m32 compiler flags on 64bit systems, hence the changes I made some time ago (make dl32 related).

Also the other problem we are facing is that if we really want to support PPC_64 systems, we would require such system and some documentation about compiler installed there (man would probably do the trick). If anyone is interested in taking care of this and adding patch/whatever to PPC/PPC_64 systems, I'm sure we can commit it to the KTX.