-
I'm going to assume this project is no longer maintained but it is, however, still used. At some point in time libppm and compainion libs migrated to an all encompasing 'libnetpbm.so" library. I'm assuming this was the case anyway for the netpbm package.
If you edit your Makefile for subtitleripper from:
### enable ppm support ###
DEFINES += -D_HAVE_LIB_PPM_
LIBS += -lppm
TO:
2005-10-30 01:31:37 UTC in DVD subtitle to text converter
-
Man... This thing is giving me a headache... I'm assuming something is wrong with my ffmpeg build.
make[2]: Entering directory `/tmp/gpac/modules/ffmpeg_in'
gcc -O3 -fno-strict-aliasing -Wall -I/tmp/gpac/include -c -o ffmpeg_decode.o ffmpeg_decode.c
In file included from /tmp/gpac/include/gpac/list.h:46,
from /tmp/gpac/include/gpac/mpeg4_odf.h:32,
from...
2005-09-27 23:24:42 UTC in gpac
-
Thanks Jean... Thats what I suspected. OpenGL and png were the only things not detected by configure, yet both of them are there. glxinfo on both nv and nvidia drivers reports opengl enabled yet it still fails. Indeed, this is fixed in CVS... Thanks...
Compiling CVS spits this out at me the entire way thru for every C file in every module :-)
In file included from...
2005-09-27 21:45:52 UTC in gpac
-
Greetings everyone...
I'm trying to build gpac-0.4.0rc2 on Slackware 10.2 running linux-2.6.13, gcc-3.3.6, libjs-1.5rc4 and wxPython-2.6.1.0.
make[2]: Entering directory `/tmp/gpac/modules/x11_out'
gcc -O3 -fno-strict-aliasing -Wall -I/tmp/gpac/include -I/usr/X11R6/include -DGPAC_HAS_X11_SHM -c -o x11_out.o x11_out.c
x11_out.c: In function `X11_Setup':
x11_out.c:957: error: structure has...
2005-09-27 04:49:44 UTC in gpac
-
Logged In: YES
user_id=999600
Additionally, I made with:
cd src/
gcc -o ccd2iso ccd2iso.c
It seemed the quickest way to bypass your aclocal oversight.
2005-06-09 19:20:49 UTC in ccd2iso
-
You've hardcoded aclocal-1.6 into the make...*?#! Thus,
it bombs out. Whatever version of automake you happen
to be running will install a duplicate file called
'aclocal'.. Actually, 'aclocal-$VERSION' is a hardlink
to 'aclocal'... Checking for 'aclocal' is sufficent...
[root@jaguar ~/ ] ls /usr/bin/aclocal*
/usr/bin/aclocal /usr/bin/aclocal-1.9
Also, after working around that, I get:
2005-06-09 19:10:41 UTC in ccd2iso
-
Thats what I ended up doing... re-installing my old version and then updating the core jar and one of the core plugins... This latest release format for Linux is bogus.... You guys really aught to take the time to make a precompiled tarball like you've always done because this whole source.zip/SWT/JAR combination just sucks. Not only that, it doesn't even work as advertised. Your missing files...
2005-05-04 16:57:30 UTC in Azureus / Vuze
-
Linux users? Anyone? :-)
2005-05-03 23:01:47 UTC in Azureus / Vuze
-
Yea, me too. All is green. This version is just seriously flawed. Makes me wonder if they ran any beta tests...
2005-05-03 22:50:10 UTC in Azureus / Vuze
-
Hey... Where are the precomiled binaries? I got it working (sort of) but you guys really need to elaborate on the instructions contained in the FAQ....
Your SWT link is broken. That or the 2nd mirror happened to be down. So anyway...
I extract the source into it's own folder. Extract the .so and .jar files from SWT into the top level directory that I created. Download 'Azureus2.3.0.0.jar'...
2005-05-03 07:39:09 UTC in Azureus / Vuze