make file missing?

Random chit-chat and anything that doesn't belong elsewhere
Post Reply
GreyMatta
Posts: 3
Joined: Sun Jul 27, 2008 10:45 am

make file missing?

Post by GreyMatta »

I have followed the guide in the wiki for compiling in OSX

but I do not have a make file when using svn
I then tried downloading the source files from the 0.9.3 tag and adding the missing files to the svn downloaded files
Obviously this didn't work either.

anybody else have the same problem ?
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: make file missing?

Post by JohnAStebbins »

the build system has just been redesigned. on osx, for a single step build

Code: Select all

./configure --launch
or if you like typing

Code: Select all

mkdir build
cd build
../configure
make
KonaBlend
Novice
Posts: 72
Joined: Tue Nov 04, 2008 2:35 am

Re: make file missing?

Post by KonaBlend »

GreyMatta
Posts: 3
Joined: Sun Jul 27, 2008 10:45 am

Re: make file missing?

Post by GreyMatta »

thanks for the help guys that worked great

hopefully handbrake will stop crashing on me now I'm using svn 2190
:D
nathug
Bright Spark User
Posts: 204
Joined: Fri Apr 11, 2008 10:21 pm

Re: make file missing?

Post by nathug »

JohnAStebbins wrote:the build system has just been redesigned. on osx, for a single step build

Code: Select all

./configure --launch
or if you like typing

Code: Select all

mkdir build
cd build
../configure
make
Hi, I'm really sorry if I shouldn't be asking, and I just can't seem to find a solution. I followed all the wiki instructions, and the extra ones in this topic, yet can't get it to compile. I read the code, but seem to be missing something as there are some missing stuff. Please point me in the right direction. I've added part of the terminal file if that helps at all.

Code: Select all

=== BUILDING NATIVE TARGET HandBrakeCLI OF PROJECT HandBrake WITH CONFIGURATION standard ===

Checking Dependencies...

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/Objects-normal/i386/test.o /Users/hughesimac/HB-dev/macosx/../test/test.c normal i386 c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/HandBrakeCLI.hmap -F/Users/hughesimac/HB-dev/build -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/../test/test.c -o /Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/Objects-normal/i386/test.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/Objects-normal/i386/parsecsv.o /Users/hughesimac/HB-dev/macosx/../test/parsecsv.c normal i386 c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/HandBrakeCLI.hmap -F/Users/hughesimac/HB-dev/build -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/../test/parsecsv.c -o /Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/Objects-normal/i386/parsecsv.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/Objects-normal/i386/fakexcode.o /Users/hughesimac/HB-dev/macosx/../test/fakexcode.cpp normal i386 c++ com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/HandBrakeCLI.hmap -F/Users/hughesimac/HB-dev/build -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/../test/fakexcode.cpp -o /Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/Objects-normal/i386/fakexcode.o

Ld /Users/hughesimac/HB-dev/build/HandBrakeCLI normal i386
    cd /Users/hughesimac/HB-dev/macosx
    setenv MACOSX_DEPLOYMENT_TARGET 10.5
    /Developer/usr/bin/g++-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/build -filelist /Users/hughesimac/HB-dev/build/macosx/HandBrakeCLI.build/Objects-normal/i386/HandBrakeCLI.LinkFileList -mmacosx-version-min=10.5 /Users/hughesimac/HB-dev/build/libhb/libhb.a /Users/hughesimac/HB-dev/build/contrib/lib/libmp4v2.a /Users/hughesimac/HB-dev/build/contrib/lib/liba52.a /Users/hughesimac/HB-dev/build/contrib/lib/libavformat.a /Users/hughesimac/HB-dev/build/contrib/lib/libavcodec.a /Users/hughesimac/HB-dev/build/contrib/lib/libavutil.a /Users/hughesimac/HB-dev/build/contrib/lib/libdvdread.a /Users/hughesimac/HB-dev/build/contrib/lib/libfaac.a /Users/hughesimac/HB-dev/build/contrib/lib/libmp3lame.a /Users/hughesimac/HB-dev/build/contrib/lib/libmpeg2.a /Users/hughesimac/HB-dev/build/contrib/lib/libvorbis.a /Users/hughesimac/HB-dev/build/contrib/lib/libvorbisenc.a /Users/hughesimac/HB-dev/build/contrib/lib/libogg.a /Users/hughesimac/HB-dev/build/contrib/lib/libsamplerate.a /Users/hughesimac/HB-dev/build/contrib/lib/libx264.a /Users/hughesimac/HB-dev/build/contrib/lib/libxvidcore.a /Users/hughesimac/HB-dev/build/contrib/lib/libdca.a /Users/hughesimac/HB-dev/build/contrib/lib/libmkv.a /Users/hughesimac/HB-dev/build/contrib/lib/libswscale.a /Users/hughesimac/HB-dev/build/contrib/lib/libtheora.a /Users/hughesimac/HB-dev/build/contrib/lib/libfaad.a -lbz2 -lz -framework CoreServices -framework IOKit -o /Users/hughesimac/HB-dev/build/HandBrakeCLI
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/libhb/libhb.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libmp4v2.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/liba52.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libavformat.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libavcodec.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libavutil.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libdvdread.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libfaac.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libmp3lame.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libmpeg2.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libvorbis.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libvorbisenc.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libogg.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libsamplerate.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libx264.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libxvidcore.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libdca.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libmkv.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libswscale.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libtheora.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libfaad.a: No such file or directory


=== BUILDING NATIVE TARGET HandBrake OF PROJECT HandBrake WITH CONFIGURATION standard ===

Checking Dependencies...

Preprocessing /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Preprocessed-Info.plist Info.plist
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc -E -P -x c -Wno-trigraphs Info.plist -F/Users/hughesimac/HB-dev/build -include /Users/hughesimac/HB-dev/build/macosx/Info.h -traditional -undef -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Preprocessed-Info.plist

Processing /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Info.plist /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Preprocessed-Info.plist
    mkdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents
    cd /Users/hughesimac/HB-dev/macosx
    <com.apple.tools.info-plist-utility> /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Preprocessed-Info.plist -genpkginfo /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/PkgInfo -expandbuildsettings -o /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Info.plist

CopyStringsFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj/InfoPlist.strings English.lproj/InfoPlist.strings
    mkdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj
    cd /Users/hughesimac/HB-dev/macosx
    setenv ICONV /usr/bin/iconv
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copystrings --validate --inputencoding UTF-16 --outputencoding UTF-16 English.lproj/InfoPlist.strings --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/HandBrake.icns HandBrake.icns
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/HandBrake.icns /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/Pause.tiff icons/Pause.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/Pause.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/Play.tiff icons/Play.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/Play.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/Stop.tiff icons/Stop.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/Stop.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/DeleteHighlight.png icons/DeleteHighlight.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/DeleteHighlight.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/Delete.png icons/Delete.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/Delete.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/JobSmall.png icons/JobSmall.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/JobSmall.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/JobLarge.png icons/JobLarge.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/JobLarge.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/DeleteHighlightPressed.png icons/DeleteHighlightPressed.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/DeleteHighlightPressed.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/DeletePressed.png icons/DeletePressed.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/DeletePressed.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/JobPassUnknownSmall.png icons/JobPassUnknownSmall.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/JobPassUnknownSmall.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/JobPassSecondSmall.png icons/JobPassSecondSmall.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/JobPassSecondSmall.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/JobPassSubtitleSmall.png icons/JobPassSubtitleSmall.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/JobPassSubtitleSmall.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/JobPassFirstSmall.png icons/JobPassFirstSmall.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/JobPassFirstSmall.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/ActivityWindow.tiff icons/ActivityWindow.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/ActivityWindow.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/AddToQueue.tiff icons/AddToQueue.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/AddToQueue.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/Drawer.tiff icons/Drawer.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/Drawer.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/pref-audio.tiff icons/pref-audio.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/pref-audio.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/pref-picture.tiff icons/pref-picture.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/pref-picture.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/Queue.tiff icons/Queue.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/Queue.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CopyTiffFile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/Source.tiff icons/Source.tiff
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/Resources/copytiff icons/Source.tiff --outdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/RevealPressed.png icons/RevealPressed.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/RevealPressed.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/RevealHighlightPressed.png icons/RevealHighlightPressed.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/RevealHighlightPressed.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/Reveal.png icons/Reveal.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/Reveal.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/EncodeWorking2.png icons/EncodeWorking2.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/EncodeWorking2.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/RevealHighlight.png icons/RevealHighlight.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/RevealHighlight.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/EncodeComplete.png icons/EncodeComplete.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/EncodeComplete.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/EncodeWorking3.png icons/EncodeWorking3.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/EncodeWorking3.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/EncodeWorking4.png icons/EncodeWorking4.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/EncodeWorking4.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/EncodeWorking1.png icons/EncodeWorking1.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/EncodeWorking1.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/EncodeWorking0.png icons/EncodeWorking0.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/EncodeWorking0.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CompileXIB /Users/hughesimac/HB-dev/macosx/English.lproj/MainMenu.xib
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/ibtool --errors --plugin /System/Library/Frameworks/QTKit.framework/Resources/QTKitIBPlugin.ibplugin --plugin-dir /System/Library/Frameworks/QTKit.framework/Resources --output-format human-readable-text --compile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj/MainMenu.nib /Users/hughesimac/HB-dev/macosx/English.lproj/MainMenu.xib

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/EncodeWorking5.png icons/EncodeWorking5.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/EncodeWorking5.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CpResource /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/EncodeCanceled.png icons/EncodeCanceled.png
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/icons/EncodeCanceled.png /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources

CompileXIB /Users/hughesimac/HB-dev/macosx/English.lproj/Queue.xib
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/ibtool --errors --plugin /System/Library/Frameworks/QTKit.framework/Resources/QTKitIBPlugin.ibplugin --plugin-dir /System/Library/Frameworks/QTKit.framework/Resources --output-format human-readable-text --compile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj/Queue.nib /Users/hughesimac/HB-dev/macosx/English.lproj/Queue.xib

CompileXIB /Users/hughesimac/HB-dev/macosx/English.lproj/Preferences.xib
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/ibtool --errors --plugin /System/Library/Frameworks/QTKit.framework/Resources/QTKitIBPlugin.ibplugin --plugin-dir /System/Library/Frameworks/QTKit.framework/Resources --output-format human-readable-text --compile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj/Preferences.nib /Users/hughesimac/HB-dev/macosx/English.lproj/Preferences.xib

CompileXIB /Users/hughesimac/HB-dev/macosx/English.lproj/PictureSettings.xib
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/ibtool --errors --plugin /System/Library/Frameworks/QTKit.framework/Resources/QTKitIBPlugin.ibplugin --plugin-dir /System/Library/Frameworks/QTKit.framework/Resources --output-format human-readable-text --compile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj/PictureSettings.nib /Users/hughesimac/HB-dev/macosx/English.lproj/PictureSettings.xib

CompileXIB /Users/hughesimac/HB-dev/macosx/English.lproj/AdvancedView.xib
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/ibtool --errors --plugin /System/Library/Frameworks/QTKit.framework/Resources/QTKitIBPlugin.ibplugin --plugin-dir /System/Library/Frameworks/QTKit.framework/Resources --output-format human-readable-text --compile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj/AdvancedView.nib /Users/hughesimac/HB-dev/macosx/English.lproj/AdvancedView.xib

CompileXIB /Users/hughesimac/HB-dev/macosx/English.lproj/OutputPanel.xib
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/ibtool --errors --plugin /System/Library/Frameworks/QTKit.framework/Resources/QTKitIBPlugin.ibplugin --plugin-dir /System/Library/Frameworks/QTKit.framework/Resources --output-format human-readable-text --compile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj/OutputPanel.nib /Users/hughesimac/HB-dev/macosx/English.lproj/OutputPanel.xib

CompileXIB /Users/hughesimac/HB-dev/macosx/English.lproj/PicturePreview.xib
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/ibtool --errors --plugin /System/Library/Frameworks/QTKit.framework/Resources/QTKitIBPlugin.ibplugin --plugin-dir /System/Library/Frameworks/QTKit.framework/Resources --output-format human-readable-text --compile /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Resources/English.lproj/PicturePreview.nib /Users/hughesimac/HB-dev/macosx/English.lproj/PicturePreview.xib

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/ChapterTitles.o /Users/hughesimac/HB-dev/macosx/ChapterTitles.m normal i386 objective-c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/ChapterTitles.m -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/ChapterTitles.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/main.o /Users/hughesimac/HB-dev/macosx/main.mm normal i386 objective-c++ com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/main.mm -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/main.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/Controller.o /Users/hughesimac/HB-dev/macosx/Controller.mm normal i386 objective-c++ com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/Controller.mm -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/Controller.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBPreviewController.o /Users/hughesimac/HB-dev/macosx/HBPreviewController.mm normal i386 objective-c++ com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/HBPreviewController.mm -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBPreviewController.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBDVDDetector.o /Users/hughesimac/HB-dev/macosx/HBDVDDetector.m normal i386 objective-c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/HBDVDDetector.m -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBDVDDetector.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBOutputRedirect.o /Users/hughesimac/HB-dev/macosx/HBOutputRedirect.m normal i386 objective-c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/HBOutputRedirect.m -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBOutputRedirect.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBOutputPanelController.o /Users/hughesimac/HB-dev/macosx/HBOutputPanelController.m normal i386 objective-c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/HBOutputPanelController.m -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBOutputPanelController.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBPreferencesController.o /Users/hughesimac/HB-dev/macosx/HBPreferencesController.m normal i386 objective-c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/HBPreferencesController.m -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBPreferencesController.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBQueueController.o /Users/hughesimac/HB-dev/macosx/HBQueueController.mm normal i386 objective-c++ com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/HBQueueController.mm -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBQueueController.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBAdvancedController.o /Users/hughesimac/HB-dev/macosx/HBAdvancedController.m normal i386 objective-c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/HBAdvancedController.m -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBAdvancedController.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBImageAndTextCell.o /Users/hughesimac/HB-dev/macosx/HBImageAndTextCell.m normal i386 objective-c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/HBImageAndTextCell.m -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBImageAndTextCell.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBPresets.o /Users/hughesimac/HB-dev/macosx/HBPresets.m normal i386 objective-c com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/HBPresets.m -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HBPresets.o

CompileC /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/PictureController.o /Users/hughesimac/HB-dev/macosx/PictureController.mm normal i386 objective-c++ com.apple.compilers.gcc.4_0
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/usr/bin/gcc-4.0 -x objective-c++ -arch i386 -fmessage-length=0 -pipe -Wno-trigraphs -fpascal-strings -fasm-blocks -Os -mdynamic-no-pic -isysroot /Developer/SDKs/MacOSX10.5.sdk -fvisibility=hidden -fvisibility-inlines-hidden -mmacosx-version-min=10.5 -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/HandBrake.hmap -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -I/Users/hughesimac/HB-dev/build/include -I/Users/hughesimac/HB-dev/build/libhb -I/Users/hughesimac/HB-dev/build/macosx/HandBrake.build/DerivedSources -c /Users/hughesimac/HB-dev/macosx/PictureController.mm -o /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/PictureController.o

Ld /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/MacOS/HandBrake normal i386
    mkdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/MacOS
    cd /Users/hughesimac/HB-dev/macosx
    setenv MACOSX_DEPLOYMENT_TARGET 10.5
    /Developer/usr/bin/g++-4.0 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -L/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/build -F/Users/hughesimac/HB-dev/macosx -F/Users/hughesimac/HB-dev/macosx -filelist /Users/hughesimac/HB-dev/build/macosx/HandBrake.build/Objects-normal/i386/HandBrake.LinkFileList -mmacosx-version-min=10.5 /Users/hughesimac/HB-dev/build/libhb/libhb.a /Users/hughesimac/HB-dev/build/contrib/lib/libmp4v2.a /Users/hughesimac/HB-dev/build/contrib/lib/liba52.a /Users/hughesimac/HB-dev/build/contrib/lib/libavformat.a /Users/hughesimac/HB-dev/build/contrib/lib/libavcodec.a /Users/hughesimac/HB-dev/build/contrib/lib/libavutil.a /Users/hughesimac/HB-dev/build/contrib/lib/libdvdread.a /Users/hughesimac/HB-dev/build/contrib/lib/libfaac.a /Users/hughesimac/HB-dev/build/contrib/lib/libmp3lame.a /Users/hughesimac/HB-dev/build/contrib/lib/libmpeg2.a /Users/hughesimac/HB-dev/build/contrib/lib/libvorbis.a /Users/hughesimac/HB-dev/build/contrib/lib/libvorbisenc.a /Users/hughesimac/HB-dev/build/contrib/lib/libogg.a /Users/hughesimac/HB-dev/build/contrib/lib/libsamplerate.a /Users/hughesimac/HB-dev/build/contrib/lib/libx264.a /Users/hughesimac/HB-dev/build/contrib/lib/libxvidcore.a /Users/hughesimac/HB-dev/build/contrib/lib/libdca.a /Users/hughesimac/HB-dev/build/contrib/lib/libmkv.a /Users/hughesimac/HB-dev/build/contrib/lib/libswscale.a /Users/hughesimac/HB-dev/build/contrib/lib/libtheora.a /Users/hughesimac/HB-dev/build/contrib/lib/libfaad.a -lbz2 -lz -framework Cocoa -framework Quartz -framework QTKit -framework OpenGL -framework IOKit -lz -framework Growl -framework Sparkle -o /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/MacOS/HandBrake
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/libhb/libhb.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libmp4v2.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/liba52.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libavformat.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libavcodec.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libavutil.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libdvdread.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libfaac.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libmp3lame.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libmpeg2.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libvorbis.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libvorbisenc.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libogg.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libsamplerate.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libx264.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libxvidcore.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libdca.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libmkv.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libswscale.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libtheora.a: No such file or directory
i686-apple-darwin9-g++-4.0.1: /Users/hughesimac/HB-dev/build/contrib/lib/libfaad.a: No such file or directory

PBXCp /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Frameworks/Growl.framework Growl.framework
    mkdir /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Frameworks
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/Growl.framework /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Frameworks

PBXCp /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Frameworks/Sparkle.framework Sparkle.framework
    cd /Users/hughesimac/HB-dev/macosx
    /Developer/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -strip-debug-symbols -resolve-src-symlinks /Users/hughesimac/HB-dev/macosx/Sparkle.framework /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/Frameworks
** BUILD FAILED **

The following build commands failed:
external:
	ExternalBuildToolExecution external
HandBrakeCLI:
	Ld /Users/hughesimac/HB-dev/build/HandBrakeCLI normal i386
HandBrake:
	Ld /Users/hughesimac/HB-dev/build/HandBrake.app/Contents/MacOS/HandBrake normal i386
(3 failures)

make: *** [macosx.build] Error 1
hughes-imacs-imac:build hughesimac$ 
nathug
Bright Spark User
Posts: 204
Joined: Fri Apr 11, 2008 10:21 pm

Re: make file missing?

Post by nathug »

I've tried xcode too, and can't get that to work.

I just tired to insert a pic of the problems from xcode, can you tell me how that done. SORRY!!

Nate
nathug
Bright Spark User
Posts: 204
Joined: Fri Apr 11, 2008 10:21 pm

Re: make file missing?

Post by nathug »

Opps, I'm missing gcc 4. Can someone point me in the direction of getting the installer for the mac. I can find the website, but no installer.

Please.

Nate
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: make file missing?

Post by s55 »

Moved to TikiBar. This is not development discussion.

GCC4 comes with xcode
nathug
Bright Spark User
Posts: 204
Joined: Fri Apr 11, 2008 10:21 pm

Re: make file missing?

Post by nathug »

And Yasm 0.7.2.2153?

Nate
User avatar
s55
HandBrake Team
Posts: 10350
Joined: Sun Dec 24, 2006 1:05 pm

Re: make file missing?

Post by s55 »

compile it yourself from the source on their site.
nathug
Bright Spark User
Posts: 204
Joined: Fri Apr 11, 2008 10:21 pm

Re: make file missing?

Post by nathug »

Cheers, I have managed to build it all.

The way they recommend to build it doesn't work. I actually found a recommendation of how to do it searching the forums here by jbrjake. That worked, then I followed the instructions in the source code .txt file.

1. download and unzip yasm
2. open terminal and navigate to the new yasm-XXX folder you just unzipped
3. run "./configure"
4. run "make"
5. run "sudo make install" (you'll obviously need an admin password for this one)
6. navigate to your HandBrake source folder

I know you all have been working a great deal on the builds here, so as you don't hear from Joe Shmose like me, please could the wiki be updated?

Many Thanks for you time

Nate
Post Reply