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.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.
Problems with compile on Mac OS X PPC
Re: Problems with compile on Mac OS X PPC
-
- 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
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.
Re: Problems with compile on Mac OS X PPC
Revision 4445: Yeah it compiled much better. I have only some warnings with linking by libIrrlicht.a:
Thank you!
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