Search found 18 matches

by NaVVy
Mon May 10, 2010 1:08 am
Forum: Bugs
Topic: CLI Compile error under minGW
Replies: 11
Views: 1671

Re: CLI Compile error under minGW

Hi guys! I was having the same issue compiling under Ubuntu (clean install this week) and noticed that if I installed the mingw32 packages i get /usr/bin/i586-mingw32msvc-gcc --version i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Copyright (C) 2007 Free Software Foundation, Inc. This is free so...
by NaVVy
Mon Nov 02, 2009 11:20 am
Forum: Command Line Interface And Scripting
Topic: core2 optimised compiles...
Replies: 1
Views: 649

core2 optimised compiles...

Just for reference, (if anyone is looking...) I messed around with changing the -mcpu=pentiumpro to -mtune=core2 using a small config mod. I read in an earlier post about someone trying this but not really showing any evidence, so I was curious to see what my new i7 could do! Firstly, I compiled usi...
by NaVVy
Sat Aug 22, 2009 4:09 am
Forum: Bugs
Topic: [Fixed] [svn2716] Windows GUI remember default settings
Replies: 5
Views: 1076

Re: [Fixed] [svn2716] Windows GUI remember default settings

Thanks s55, I really appreciate it. :)
by NaVVy
Tue Aug 11, 2009 10:53 am
Forum: Bugs
Topic: [Fixed] [svn2716] Windows GUI remember default settings
Replies: 5
Views: 1076

Re: [svn2716] Windows GUI remember default settings

I'm really sorry. :( I've just done a bit more testing and it seems like the correct resolution is kept IF keep aspect ratio is ticked. I use a custom profile based on the Universal preset which uses a loose anamorphic setting. I use a max width of 640 to keep file sizes down a bit and whenever I ch...
by NaVVy
Mon Aug 10, 2009 12:37 pm
Forum: Bugs
Topic: [Fixed] [svn2716] Windows GUI remember default settings
Replies: 5
Views: 1076

Re: [svn2716] Windows GUI remember default settings

s55 thanks for fixing it so quickly, but it seems to have been borked again.

Sorry to harp on the only bug I have in such a great proggie but it's one of those bugs that can be worked around, but really gives you the [Censored]!
by NaVVy
Tue Jul 21, 2009 9:19 am
Forum: Bugs
Topic: [Fixed] [svn2716] Windows GUI remember default settings
Replies: 5
Views: 1076

[Fixed] [svn2716] Windows GUI remember default settings

Firstly, sorry if I'm posting in the wrong spot or incorrectly. I've been using Handbrake svn versions for years both on Mac and Windows. I use HB to recode a lot of TV Series DVD's into iPod format. Previously, I could switch between titles and the GUI would work out the width again based on my def...
by NaVVy
Sun Aug 17, 2008 6:07 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

No worries sr55. If you can think of any way I can help further, drop me a line. :)

Thanks for trying.
by NaVVy
Sat Aug 09, 2008 12:49 pm
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

Here's the output from cygcheck so it looks like that's not the problem. $ cygcheck -c autoconf autoconf2.1 autoconf2.5 Cygwin Package Information Package Version Status autoconf 4-1 OK autoconf2.1 2.13-3 OK autoconf2.5 2.61-1 OK I also put the a52dec config.log on pastebin at: http://pastebin.com/m...
by NaVVy
Sat Aug 09, 2008 3:20 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

Screen output part 3 libhb/dvd.c:10:30: error: dvdread/ifo_read.h: No such file or directory libhb/dvd.c:11:30: error: dvdread/nav_read.h: No such file or directory libhb/dvd.c:17: error: expected specifier-qualifier-list before 'dvd_reader_t' libhb/dvd.c:47: error: expected ')' before '*' token lib...
by NaVVy
Sat Aug 09, 2008 3:18 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

Screen output part 2 libhb/stream.c:9:24: error: a52dec/a52.h: No such file or directory libhb/stream.c:10:32: error: libavcodec/avcodec.h: No such file or directory libhb/stream.c:11:34: error: libavformat/avformat.h: No such file or directory libhb/stream.c:40: error: 'CODEC_ID_MP2' undeclared her...
by NaVVy
Sat Aug 09, 2008 3:18 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

Screen output Part 1 $ jam 2>&1 >log.txt configure: WARNING: sys/timeb.h: present but cannot be compiled configure: WARNING: sys/timeb.h: check for missing prerequisite headers? configure: WARNING: sys/timeb.h: proceeding with the preprocessor's result configure: WARNING: io.h: present but canno...
by NaVVy
Sat Aug 09, 2008 3:12 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

log.txt Part 2 configure: configuring in lib/rtp configure: running /bin/sh './configure' --prefix=/usr/local '--cache-file=/src/HandBrake/contrib/config.cache' '--disable-mp3lame' '--disable-faac' '--disable-x264' '--disable-server' '--disable-player' --cache-file=/src/HandBrake/contrib/config.cach...
by NaVVy
Sat Aug 09, 2008 3:10 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

I've got the log file and the capture from the terminal as well. Both files are over the maximum post size so I'll split them each over 2 posts. log.txt Part 1 ...found 284 target(s)... ...using 1 temp target(s)... ...updating 62 target(s)... LibA52 contrib/lib/liba52.a patching file include/a52.h p...
by NaVVy
Fri Aug 08, 2008 10:14 pm
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

All i can think of, is another package you installed, added that additional header file which is causing an additional conflict over the one I listed in trac. Maybe, but when I tried initially, using only the listed packages from trac, the build failed. Both with the types.h changed and not changed...
by NaVVy
Fri Aug 08, 2008 9:10 pm
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

Here is the output from gcc -v on my system. I used the configure command from the trac guide, cut and paste from within Firefox. But if i pasted it incorrectly, I might cry for the time I've spent chasing this down. :( But I did learn a fair bit so I shouldn't complain. :wink: $ gcc -v Using built-...
by NaVVy
Fri Aug 08, 2008 10:49 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

Ok, Ladies and Gentlemen. Boys and Girls. Miscellaneous others.... Here are my instructions to compile Handbrake on Cygwin. Ive only tested it on the latest Cygwin as of today on Vista x64. These work for me and I've repeated them a few times to test the procedure and it works but be warned YMMV. If...
by NaVVy
Thu Aug 07, 2008 10:21 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

Ok. Here's where I'm at... I FINALLY got Handbrake to compile on my clean install of Cygwin on Vista x64. It is a VERY messy solution that involves changing headers backwards and forwards so that libdvdread will compile. I'm just running through it again with a clean install and I'll see if I can re...
by NaVVy
Tue Jul 29, 2008 10:52 am
Forum: Windows
Topic: Compile Handbrake GUI on Windows
Replies: 60
Views: 24479

Re: Compile Handbrake GUI on Windows

If it's any consolation, I'm having the same compile issues on a clean install of Cygwin on Vista x64. I'm not very good at this stuff, but I'm still looking through the compile logs to see if there's any other info or errors that look significant. If there's any way I could help, please let me know.