Re: [ioquake3] How do I build ioquake3 on IBM PowerPC?

2011-11-01 Thread Yasir I . Al-Dosary - zgzg2020™
Hello all, It seems the problem was from gl.h and glu.h were not installed into my system. (Sorry about the noise) Anyways, I am now stuck with a problem of: SDL_config_minimal.h:38: error: conflicting types for 'size_t' Any ideas would be appreciated! Yasir

Re: [ioquake3] How do I build ioquake3 on IBM PowerPC?

2011-11-01 Thread Yasir I . Al-Dosary - zgzg2020™
Furthermore, I have one more question. Is there a way to run my x84_64 compiled version on the IBM system? (ppc64) That would save me lots of time. Just in case, I am gonna post the output: p.s. I have shitty privileges that don't help me install/update any of the libraries. Worst, our admin rare

Re: [ioquake3] How do I build ioquake3 on IBM PowerPC?

2011-11-01 Thread Jay Weisskopf
On Tue, Nov 1, 2011 at 7:51 AM, Yasir I. Al-Dosary - zgzg2020™ < yasiraldos...@yahoo.com> wrote: > Furthermore, I have one more question. > Is there a way to run my x84_64 compiled version on the IBM system? (ppc64) > No. x86 and PowerPC are two different instruction sets. ___

Re: [ioquake3] How do I build ioquake3 on IBM PowerPC?

2011-11-01 Thread Yasir I . Al-Dosary - zgzg2020™
I see : ( Thanks From: Jay Weisskopf To: Yasir I. Al-Dosary - zgzg2020™ ; Primary ioquake3 Discussion/Development list Sent: Tuesday, November 1, 2011 11:48 PM Subject: Re: [ioquake3] How do I build ioquake3 on IBM PowerPC? On Tue, Nov 1, 2011 at 7:51 AM, Y

Re: [ioquake3] How do I build ioquake3 on IBM PowerPC?

2011-11-01 Thread Thilo Schulz
Hey Yasir, On Tuesday, 1. November 2011 13:23:55 Yasir I. Al-Dosary - zgzg2020™ wrote: > Anyways, I am now stuck with a problem of: > SDL_config_minimal.h:38: error: conflicting types for 'size_t' I think I once ran into this problem, but I don't remember its solution. It's not unfixable though.

Re: [ioquake3] How do I build ioquake3 on IBM PowerPC?

2011-11-01 Thread Yasir I . Al-Dosary - zgzg2020™
Hi again, I fixed that error with the workaround you kindly provided, and then some. I have an error: #error You now need to define either FIXED_POINT or FLOATING_POINT I found that many say the fix is: make speex-reconf I downloaded: http://downloads.xiph.org/releases/speex/speex-1.2rc1.tar.gz