Search found 8 matches

by knauper
Sat Jan 13, 2007 7:06 pm
Forum: Development
Topic: Verbose log display in the mac gui
Replies: 3
Views: 2040

That would be nice. Perhaps you can include this like the terminal is integrated in PathFinder (Docked on at the bottom of the main windows)
by knauper
Fri Jan 12, 2007 5:52 pm
Forum: Development
Topic: Mods for other forums
Replies: 5
Views: 2273

Yes me :-)
I'm online every, because of my job.
by knauper
Sat Jan 06, 2007 10:25 am
Forum: Development
Topic: Error compiling rev 92
Replies: 10
Views: 4386

Code: Select all

error: mpeg2dec/mpeg2.h: No such file or directory

Look at your contrib-folder. There have to be many archives and folders. Is there a file named "mpeg2dec.tar.gz" and a folder named mpeg2dec?
by knauper
Sat Jan 06, 2007 2:43 am
Forum: Development
Topic: New Mac GUI Prototype
Replies: 39
Views: 13827

@dynaflash

I like the new GUI to. It looks much more tidy than the original one.
by knauper
Sat Jan 06, 2007 2:38 am
Forum: Development
Topic: Error compiling rev 92
Replies: 10
Views: 4386

@penguian: The main error with my build was nasm: fatal: unrecognised output format `macho' - use -hf for a list I don't know if it's the same problem. Please search for the line above and also post a few lines above and below your error. @johnallen I think a sticky post is a good idea. It should be...
by knauper
Fri Jan 05, 2007 9:09 pm
Forum: Development
Topic: Error compiling rev 92
Replies: 10
Views: 4386

I found the problem, after 4 hours :-/

I had another version of nasm installed which wasn't able to compile builds with the target "macho". After renaming this nasm from the Developer Tools was used and Handbrake builds :-)
by knauper
Fri Jan 05, 2007 7:17 pm
Forum: Development
Topic: Error compiling rev 92
Replies: 10
Views: 4386

Yes I use XCode 2.4.1
by knauper
Fri Jan 05, 2007 7:04 pm
Forum: Development
Topic: Error compiling rev 92
Replies: 10
Views: 4386

Error compiling rev 92

First of all: Hi @ all! I've a problem compiling revision 92 on my macbook pro. There are several errors. I hope you can help me: nasm -O2 -f macho -DPREFIX -Icommon/i386/ -o common/i386/dct-a.o common/i386/dct-a.asm nasm: fatal: unrecognised output format `macho' - use -hf for a list type `nasm -h'...