Debian This forum is for the discussion of Debian Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
01-02-2006, 05:21 PM
|
#1
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Rep:
|
handbrake compilation
I'm using the CVS version of the Handbrake source, and I get the following error when trying to compile
Code:
gcc -c -o libhb/encx264.o -Wall -g -O3 -funroll-loops -I./contrib/include -DSYS_LINUX -DHB_VERSION=\"0.7.0\" -DHB_BUILD=2005110400 -D__LIBHB__ -Ilibhb libhb/encx264.c
...failed Cc libhb/encx264.o ...
Cc libhb/decavcodec.o
Cc libhb/encxvid.o
Cc libhb/muxavi.o
Cc libhb/enclame.o
Cc libhb/muxogm.o
libhb/muxogm.c: In function 'OGMInit':
libhb/muxogm.c:173: warning: pointer targets in assignment differ in signedness
libhb/muxogm.c:208: warning: pointer targets in assignment differ in signedness
Cc libhb/encvorbis.o
Cc libhb/dvd.o
...skipped libhb.a for lack of libhb.a(encx264.o)...
Cc test/test.o
...skipped HBTest for lack of libhb.a...
...failed updating 2 target(s)...
...skipped 2 target(s)...
...updated 54 target(s)...
Thoughts? Handbrake is at http://handbrake.m0k.org
|
|
|
01-02-2006, 05:32 PM
|
#2
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
It appears to need libhb - does the INSTALL file refer to it at all?
|
|
|
01-02-2006, 06:20 PM
|
#3
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Original Poster
Rep:
|
there is no INSTALL file, but the BUILD file reads
Quote:
$Id: BUILD,v 1.11 2005/10/23 01:35:59 titer Exp $
BUILD file for HandBrake <http://handbrake.m0k.org/>
Building HandBrake
==================
You can build HandBrake on BeOS, MacOS X and Linux. If you'd like to
port it to another OS, email me (titer@m0k.org).
Step 1: get needed tools
========================
+ gcc and g++
There are usually included in your OS' dev tools. On BeOS/Zeta, the
default gcc isn't enough, gcc 2.95.3 is required.
+ jam
I use 2.5rc3, earlier versions might cause issues.
On BeOS, you can download it at <http://www.haiku-os.org/develop.php>.
On OS X, you cannot use the modified jam shipped with the developer
tools, use this one instead:
<http://handbrake.m0k.org/files/jam-2.5rc3-OSX.zip>.
+ nasm (except for OS X)
Step 2: build
=============
Run `jam'. This will build every library HandBrake requires, then
HandBrake itself.
|
so I did
Code:
$ ./configure
$ jam
Last edited by microsoft/linux; 01-02-2006 at 06:21 PM.
|
|
|
01-02-2006, 10:25 PM
|
#4
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Original Poster
Rep:
|
FIXED:
I needed nasm(Netwide assembler). I downloaded the .rpm from the sourceforge site, and converted it to a .deb using alien.
|
|
|
All times are GMT -5. The time now is 09:53 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|