[amide-users] Problem compiling amide
Brought to you by:
loening
|
From: Poccecai, D. <dav...@kc...> - 2010-06-17 13:21:52
|
Hi all, I'm trying to install Amide on a Redhat Enterprise Workstation 5. I downloaded all the files and libraries and I managed to build the RPM for all the required packages. Amide, however, cannot be installed: If I try to build the RPM with rpmbuild --rebuild amide-*.src.rpm It gives me this error: Installing amide-0.9.2-1.src.rpm warning: user loening does not exist - using root warning: group loening does not exist - using root error: unpacking of archive failed on file /usr/src/redhat/SOURCES/amide-0.9.2.tgz;4c1a1f04: cpio: MD5 sum mismatch error: amide-0.9.2-1.src.rpm cannot be installed So there must be some kind of MD5sum error in the archive. I also tried to compile it from sources ( amide-0.9.2.tgz ) The ./configure passes everything (except it complains about the libfame package: *** The libfame-config script installed by libfame could not be found *** If libfame was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the LIBFAME_CONFIG environment variable to the *** full path to libfame-config. Compiling without libfame mpeg encoding support ... which I guess can be ignored, because as far as I can understand libfame is not used anymore, but when I try to compile the sources, at some point I get this error: ui_study.o: In function `add_object': /usr/local/src/Amide/amide-0.9.2/src/ui_study.c:260: undefined reference to `g_strcmp0' collect2: ld returned 1 exit status make[2]: *** [amide] Error 1 make[2]: Leaving directory `/usr/local/src/Amide/amide-0.9.2/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/Amide/amide-0.9.2' make: *** [all] Error 2 Any clue about what's going on? Does anyone have a fix for the src.rpm archive or for the source compilation? Thanks a lot. Davide |