compiling in Tiger

HandBrake for Mac support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
Thierry
Posts: 12
Joined: Fri Jan 05, 2007 11:53 am

compiling in Tiger

Post by Thierry »

I have been trying to compile Handbrake in Tiger since a few days but without sucess.

I follow the guide in the Handbrake wiki, followin=g the step one by one using RapidSVN and the terminal.

I end up with all the files in my directory but no "Handbrake.app"

I think something happened since handbrake is now compatible with Leopard but I'm not sure.

I know you do not have to provide support for that, but I was wondering if other users have experience the same issue. I have Tiger OS 10.4.11

Thanks for any input.
Thierry
Cavalicious
Moderator
Posts: 1804
Joined: Mon Mar 26, 2007 12:07 am

Post by Cavalicious »

If you searched, you would find out that the current SVN doesn't compile in tiger (without some modding). You can search for a patch <hint>
Last edited by Cavalicious on Sun Dec 16, 2007 10:49 am, edited 1 time in total.
Thierry
Posts: 12
Joined: Fri Jan 05, 2007 11:53 am

Post by Thierry »

Thanks Cavalicious, I saw this link but does not understand how to use Xcode. I guess I will have to research more or wait for the next release of Hanbrake.
Thanks again.
Thierry
BigJoe67
Posts: 7
Joined: Mon Jul 02, 2007 12:46 pm

Post by BigJoe67 »

Open Controller.h with TextEdit

search line -> // Preset Methods Here
add this after :

#if MAC_OS_X_VERSION_MAX_ALLOWED <= MAC_OS_X_VERSION_10_4
typedef int NSInteger;
#endif

Before the line put // before the ... openUserGuide: ...

like that:
//- (IBAction) openUserGuide: (id) sender;


if you can't compile;

in macosx directory, doubleclick on HandBrake.xcodeproj file
Then in Xcode. Menu Project>Set Active Build Configuration select Deployment 10.4
Click on the icon Build
That's all...
Thierry
Posts: 12
Joined: Fri Jan 05, 2007 11:53 am

Post by Thierry »

BigJoe67,
Merci, I will give it a shot.
Thierry
Post Reply