|
From: Sciamano <sci...@iw...> - 2008-02-12 13:09:27
|
Hi! Still me :-) I know this is not the right place to ask for support on Gnomad2, but since you suggested I tried it, I thought you might at least know where to ask for it. I checked the Gnomad2 project webpage and couldn't find any forums nor mailing lists... I've satisfied all the dependencies needed to compile Gnomad2 2.9.1 but after I send the "make" command, it stops with an error: ------begin--------- Making all in src make[1]: Entering directory `/home/luca/Sources/gnomad2-2.9.1/src' gcc -DPACKAGE_NAME=\"gnomad2\" -DPACKAGE_TARNAME=\"gnomad2\" -DPACKAGE_VERSION=\"2.9.1\" -DPACKAGE_STRING=\"gnomad2\ 2.9.1\" -DPACKAGE_BUGREPORT=\"http://sourceforge.net/tracker/\?func=add\&group_id=65573\&atid=511470\" -DPACKAGE=\"gnomad2\" -DVERSION=\"2.9.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_TAGLIB=1 -DHAVE_LIBMTP=1 -DHAVE_DBUSGLIB=1 -DHAVE_HAL=1 -DGETTEXT_PACKAGE=\"gnomad2\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1 -DGNOMADLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_DIRENT_H=1 -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_FCNTL_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_CHDIR=1 -I. -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/local/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/hal -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/taglib -DPREFIX=\"/usr/local\" -DSYSCONFDIR=\"/usr/local/etc\" -DDATADIR=\"/usr/local/share\" -DLIBDIR=\"/usr/local/lib\" -DPIXMAPSDIR=\""/usr/local/share/pixmaps"\" -g -O2 -MT tagfile.o -MD -MP -MF .deps/tagfile.Tpo -c -o tagfile.o tagfile.c tagfile.c:22:26: error: taglib/tag_c.h: No such file or directory tagfile.c: In function 'remove_tag_from_file': tagfile.c:32: error: 'TagLib_File' undeclared (first use in this function) tagfile.c:32: error: (Each undeclared identifier is reported only once tagfile.c:32: error: for each function it appears in.) tagfile.c:32: error: 'file' undeclared (first use in this function) tagfile.c: In function 'get_tag_for_file': tagfile.c:53: error: 'TagLib_Tag' undeclared (first use in this function) tagfile.c:53: error: 'tag' undeclared (first use in this function) tagfile.c:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token tagfile.c:54: error: 'properties' undeclared (first use in this function) tagfile.c:55: error: 'TagLib_File' undeclared (first use in this function) tagfile.c:55: error: 'file' undeclared (first use in this function) tagfile.c:67: warning: initialization makes pointer from integer without a cast tagfile.c:70: warning: initialization makes pointer from integer without a cast tagfile.c:73: warning: initialization makes pointer from integer without a cast tagfile.c:76: warning: initialization makes pointer from integer without a cast tagfile.c: In function 'set_tag_for_file': tagfile.c:94: error: 'TagLib_Tag' undeclared (first use in this function) tagfile.c:94: error: 'tag' undeclared (first use in this function) tagfile.c:95: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token tagfile.c:95: error: 'properties' undeclared (first use in this function) tagfile.c:96: error: 'TagLib_File' undeclared (first use in this function) tagfile.c:96: error: 'file' undeclared (first use in this function) make[1]: *** [tagfile.o] Error 1 make[1]: Leaving directory `/home/luca/Sources/gnomad2-2.9.1/src' make: *** [all-recursive] Error 1 ------------end---------- I can't figure out what's wrong... The configure phase went fine, and the final "report" looks good: gnomad2 2.9.1 Configuration : --------------- Source code location .: . C Preprocessor .......: gcc -E C Compiler ...........: gcc -g -O2 C Linker .............: gcc GTK+ version .........: 2.12.0 libgnomeui version....: NOT USED libnjb version........: 2.2.5 libmtp version........: 0.2.5 id3tag version........: 0.15.0b taglib version........: 1.4 dbus-glib version.....: 0.74 hal version...........: 0.5.9.1 Install path .........: /usr/local Any suggestions? Thanks!! |