hi, I tried to compile the latest version of handbrake. Unfortunately it does not work and it end with that error:
Code: Select all
gbox handbrake-source # make
echo "#ifndef HB_BUILD" > libhb/hbversion.h
echo "#define HB_BUILD 2009020501" >> libhb/hbversion.h
echo "#endif" >> libhb/hbversion.h
echo "#ifndef HB_VERSION" >> libhb/hbversion.h
echo "#define HB_VERSION \"svn2116\"" >> libhb/hbversion.h
echo "#endif" >> libhb/hbversion.h
echo "#ifndef HB_APPCAST_URL" >> libhb/hbversion.h
echo "#define APPCAST_URL \"http://handbrake.fr/appcast_unstable.xml\"" >> libhb/hbversion.h
echo "#endif" >> libhb/hbversion.h
( cd .. ; ./configure ; cd contrib ; cp -f ../config.jam . ; jam )
System: Linux
Endian: little
Don't run configure by hand, make runs it automatically.
No, really. That's it. Just type 'make' and hit return.
You're supposed to be building with make, not jam.
If you were going to use jam--which you shouldn't--you'd run:
'./jam' on a Mac, or
'jam' on Linux or Windows
To make jam, boil fruit with sugar and an acid until pectins are released.
/bin/sh: jam: command not found
make[1]: *** [.contrib] Error 127
make: *** [all] Error 2
great at least i know how to make jam now ... D:
anyone got passed this error and want to share how ?
or maybe know of another way of getting the latest version of handbrake to work on gentoo