Search found 6 matches

by mjolner
Tue Jul 29, 2008 10:38 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24477

Re: Compile Handbrake GUI on Windows

I have all the libraries. I am completely out of my element as well, so I think I will return to using SVN-checkouts on my Mac and waiting expectantly for the next release/snapshot of WinGUI.

Thank you for your help.
by mjolner
Mon Jul 28, 2008 11:07 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24477

Re: Compile Handbrake GUI on Windows

Still no cigar. I have pasted the log here:
http://pastebin.ca/1085132
by mjolner
Sun Jul 27, 2008 10:45 pm
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24477

Re: Compile Handbrake GUI on Windows

Here's what gcc -v says: $ gcc -v Using built-in specs. Target: i686-pc-cygwin Configured with: ./configure --verbose --prefix=/usr --exec-prefix=/usr --syscon fdir=/etc --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --info dir=/usr/share/info --enable-languages=c,c++ --enable-nls -...
by mjolner
Sat Jul 26, 2008 10:01 pm
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24477

Re: Compile Handbrake GUI on Windows

I am out of town right and will send the logs and gcc version info tomorrow. I am on XP, but I will check permissions to make sure nothing is screwy.
by mjolner
Fri Jul 25, 2008 10:06 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24477

Re: Compile Handbrake GUI on Windows

I reinstalled gcc 4.2.4, edited types.h and checked out the latest from SVN (1576). When I "jam -j 4 2>&1 log.txt" jam complained it could not create log.txt, so I changed the to jam 2>&1 > log.txt (send errors to stdin and pipe the rest to log.txt, right?). The log seems like it w...
by mjolner
Thu Jul 24, 2008 7:42 pm
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24477

Re: Compile Handbrake GUI on Windows

Thank you for the recently updated CompileOnWindows guide. Following it I got HandBrake to compile successfully, but I came away with two questions about the building process. Following the guide I found I had to add bison as well to make jam compile (it needs (a) yacc), and that the jam executable ...