My first question about Git - Elan said to run this to update your branch "git pull origin/v0.5" but I get this when I try
Dans-MacBook-Pro:xbmc-fork dan$ git pull origin/v0.5 fatal: 'origin/v0.5': unable to chdir or not a git archive fatal: The remote end hung up unexpectedly Cannot get the repository state from origin/v0.5 Dans-MacBook-Pro:xbmc-fork dan$
What do I need to do to just update the the newest branch?
I did have an older version compiling but when I rechecked out the branch yesterday and I get this error:
Dans-MacBook-Pro:xbmc-fork dan$ xcodebuild -parallelizeTargets -configuration Debug === BUILDING NATIVE TARGET XBMC WITH CONFIGURATION Debug === Checking Dependencies... Invalid value '4.2' for GCC_VERSION ** BUILD FAILED **Do I need to update GCC? I am using XCode 3.0 and had an older version compiling a few weeks ago.
I tried blanking out GCC_VERSION and it compiled but when I run it starts up and crashes
Dans-MacBook-Pro:xbmc-fork dan$ export XBMC_HOME=/Path/To/OSXBMC.app/Contents/Resources/XBMC Dans-MacBook-Pro:xbmc-fork dan$ ./build/Debug/XBMC Cannot install Smart Crash Reporter. sh: /Users/dan/Library/Application Support/XBMC/XBMCHelper: No such file or directory Fatal error encountered, aborting Error log at /Users/dan/Library/Logs/xbmc.log Abort trap
A copy of the stack
Thread 0 Crashed: 0 libSystem.B.dylib 0x90097b9e __kill + 10 1 libSystem.B.dylib 0x9010eec2 raise + 26 2 libSystem.B.dylib 0x9011e47f abort + 73 3 XBMC 0x000da995 CApplication::FatalErrorHandler(bool, bool, bool) + 173 (Application.cpp:565) 4 XBMC 0x000e9a0e CApplication::Create(void*) + 4492 (Application.cpp:1448) 5 XBMC 0x005a453c SDL_main + 580 (XboxMediaCenter.cpp:85) 6 XBMC 0x009f776c -[SDLMain
Which might have to do with me blanking out the GCC_VERSION
Like I said, I'm new to Git and C++ and Mac programming (I am a C# developer) so any help would be great.
Thanks!











