Problems with compile on Mac OS X PPC

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
xeno74
Posts: 50
Joined: Wed Dec 29, 2010 11:49 am
Location: Germany
Contact:

Re: Problems with compile on Mac OS X PPC

Post by xeno74 »

Nadro wrote:Thats why You have these problems. If You use standard makefile You must check how compile ObjC files with them (You must add to Your makefile files from sources/Irrlicht/MacOSX and select PPC arch + properly SDK), but the better idea is to create custom XCode project.
I don't have skills to create a custom makefile. Could you create a makefile for me, please? I'll test it on my Power Mac G5.
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Problems with compile on Mac OS X PPC

Post by hybrid »

I'd assume that it works now as is. Or do you still have error messages? Nadro added the ifdefs which should help both OpenGLDriver and OSXDevice.
xeno74
Posts: 50
Joined: Wed Dec 29, 2010 11:49 am
Location: Germany
Contact:

Re: Problems with compile on Mac OS X PPC

Post by xeno74 »

Revision 4445: Yeah it compiled much better. I have only some warnings with linking by libIrrlicht.a:

Code: Select all

 
bzip2/randtable.o bzip2/bzcompress.o bzip2/decompress.o bzip2/bzlib.o
ar: creating archive libIrrlicht.a
ranlib: file: libIrrlicht.a(CD3D8Driver.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D8NormalMapRenderer.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D8ParallaxMapRenderer.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D8ShaderMaterialRenderer.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D8Texture.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D9Driver.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D9HLSLMaterialRenderer.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D9NormalMapRenderer.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D9ParallaxMapRenderer.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D9ShaderMaterialRenderer.o) has no symbols
ranlib: file: libIrrlicht.a(CD3D9Texture.o) has no symbols
ranlib: file: libIrrlicht.a(CImageLoaderDDS.o) has no symbols
ranlib: file: libIrrlicht.a(CIrrDeviceSDL.o) has no symbols
ranlib: file: libIrrlicht.a(CIrrDeviceLinux.o) has no symbols
ranlib: file: libIrrlicht.a(CIrrDeviceWin32.o) has no symbols
ranlib: file: libIrrlicht.a(CIrrDeviceFB.o) has no symbols
ranlib: file: libIrrlicht.a(leakHunter.o) has no symbols
mkdir -p ../../lib/Linux
cp libIrrlicht.a ../../lib/Linux
 
Thank you!
Post Reply