However, once I realized I couldn't play HQ MKV files on any of the lastest stable releases of PMS I thought I'd give compiling my own copy of PMS a go. 1.23 to be exact.
I was actually able to do it quite easily using XCode 4 and this http://otmanix.de/english/2011/02/12/compiling-ps3-media-server-on-mac-os-x/.
Yet, when I tried to compile Raptor399's .sh version of it, I came across this error.
- Code: Select all
ar rc libz.a adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
gcc -mmacosx-version-min=10.5 -isystem /Developer/SDKs/MacOSX10.5.sdk -arch i386 -I/Users/PK/pms/target/include -fPIC -DPIC -c -o objs/zutil.o zutil.c
ar: libz.a: Inappropriate file type or format
make: *** [libz.a] Error 1
make: *** Waiting for unfinished jobs....
Fatal error occurred, aborting build.
I'm pretty new at all this, but it is kind of fun. Even though I have 1.23 compiled I'd like to try Raptor399's. Any help would be nice. Thanks.
