XBMC Community Forum
[MAC] Compiling on OSX Lion / Xcode 4.1` - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Development (/forumdisplay.php?fid=93)
+--- Thread: [MAC] Compiling on OSX Lion / Xcode 4.1` (/showthread.php?tid=107126)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


- i5Js - 2011-09-18 19:37

davilla Wrote:fixed in trunk.

Thanks Davilla, now give me this error at xcodebuild

Code:
The following build commands failed:
XBMC:
    CompileC build/XBMC.build/Release/XBMC.build/Objects-normal/i386/AVPlayerOperations.o /Users/i5Js/xbmc/xbmc/xbmc/interfaces/json-rpc/AVPlayerOperations.cpp normal i386 c++ com.apple.compilers.gcc.4_0
    CompileC build/XBMC.build/Release/XBMC.build/Objects-normal/i386/AVPlaylistOperations.o /Users/i5Js/xbmc/xbmc/xbmc/interfaces/json-rpc/AVPlaylistOperations.cpp normal i386 c++ com.apple.compilers.gcc.4_0
    CompileC build/XBMC.build/Release/XBMC.build/Objects-normal/i386/PicturePlayerOperations.o /Users/i5Js/xbmc/xbmc/xbmc/interfaces/json-rpc/PicturePlayerOperations.cpp normal i386 c++ com.apple.compilers.gcc.4_0
    CompileC build/XBMC.build/Release/XBMC.build/Objects-normal/i386/NFSDirectory.o /Users/i5Js/xbmc/xbmc/xbmc/filesystem/NFSDirectory.cpp normal i386 c++ com.apple.compilers.gcc.4_0
(4 failures)

BR


- scbash - 2011-09-19 00:00

davilla Wrote:fixed in trunk.

Thanks. Tested on my 10.6.8 machine with no problems.

Thanks,
Stephen


- i5Js - 2011-09-19 18:50

New try.... Only one error

Code:
** BUILD FAILED **


The following build commands failed:
XBMC:
    CompileC build/XBMC.build/Release/XBMC.build/Objects-normal/i386/NFSDirectory.o /Users/i5Js/xbmc/xbmc/xbmc/filesystem/NFSDirectory.cpp normal i386 c++ com.apple.compilers.gcc.4_0
(1 failure)



- i5Js - 2011-09-20 21:35

I don't know why, but compiled again from start and, worked!


- i5Js - 2011-10-02 14:57

New error compiling darwin dependences:

Code:
../config.site.mk:24: *** Recursive variable `CPPFLAGS' references itself (eventually).  Stop.

BR


- davilla - 2011-10-02 16:40

yea, yea. working on it Smile


- i5Js - 2011-10-02 16:42

hahahah Ok Davilla! Just testing Smile


RE: [MAC] Compiling on OSX Lion / Xcode 4.1` - i5Js - 2012-03-29 14:53

New error:

Code:
make -C libcec
/usr/bin/curl -Ls --create-dirs --output /Users/Shared/xbmc-depends/tarballs/libcec-1.5.2.tar.bz2 http://mirrors.xbmc.org/build-deps/darwin-libs/libcec-1.5.2.tar.bz2
rm -rf libcec
tar xf /Users/Shared/xbmc-depends/tarballs/libcec-1.5.2.tar.bz2
tar: Unrecognized archive format
tar: Error exit delayed from previous errors.
make[1]: *** [libcec] Error 1
make: *** [libcec] Error 2

The problem is http://mirrors.xbmc.org/build-deps/darwin-libs/libcec-1.5.2.tar.bz2 doesn't exists. It's http://mirrors.xbmc.org/build-deps/darwin-libs/libcec-1.5.2.tar.gz instead.

BR


RE: [MAC] Compiling on OSX Lion / Xcode 4.1` - Memphiz - 2012-03-29 16:52

hehe will ponk the right people ...


RE: [MAC] Compiling on OSX Lion / Xcode 4.1` - i5Js - 2012-03-29 17:02

One question, all the source code of git://github.com/xbmc/xbmc.git is eden version??