Haliho! Nem úgy működik, hogy hamm bekaplak.. make: svnversion: Command not found echo "#ifndef HB_BUILD" > libhb/hbversion.h echo "#define HB_BUILD 2009070201" >> libhb/hbversion.h echo "#endif" >> libhb/hbversion.h echo "#ifndef HB_VERSION" >> libhb/hbversion.h echo "#define HB_VERSION \"svn\"" >> 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 ./configure: line 119: svnversion: command not found 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: *** [contrib/.contrib] Error 2 Üdv:Tamás 2009. 07. 2, csütörtök keltezéssel 21.23-kor Szágyi Károly ezt írta:
Szekeres Tamás írta:
Haliho!
Van egy remek video konvertáló progi, a Hanbrake (www.handbrake.fr). A gondom az, hogy csak .deb csomag van belőle. Telepítettem zypperrel az alien csomagot, gyártott belőle .rpm-et. Mikor kezelésbe veszi a csomagkezelő, az alábbi hibaüzit adja: Subprocess failed. Error: RPM sikertelen: error: Failed dependencies: libbz2.so.1.0 is needed by handbrake-0.9.3-2.i386
És valóban. A /lib könyvtárban csak /lib/libbz2.so.1(ami egy link az 1.0.5-re), és a /lib/libbz2.so.1.0.5 van. Természetesen próbálkoztam a /lib/libbz2.so.1.0 link létrehozásával, de nem hatotta meg.
Hogyan tovább? Hogyan tudnám feltenni ezt a progit?
Üdv:Tamás ...és ha fordítanál egyet a forrásból ? ;)