Xfce Forum

Sub domains
 

You are not logged in.

#1 2007-01-24 19:11:22

bodymind
Member
Registered: 2006-05-04
Posts: 3

Unable to install Thunar-Bundle-installer

usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/taglib -I/usr/local/include -I/usr/include -MT thunar_media_tags_plugin_la-media-tags-provider.lo -MD -MP -MF .deps/thunar_media_tags_plugin_la-media-tags-provider.Tpo -c media-tags-provider.c  -fPIC -DPIC -o .libs/thunar_media_tags_plugin_la-media-tags-provider.o
tag-renamer.c:32:26: error: taglib/tag_c.h: No such file or directory
media-tags-provider.c:26:26: error: taglib/tag_c.h: No such file or directory
In file included from tag-renamer.c:37:
./audio-tags-page.h:50: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
./audio-tags-page.h:52: error: expected declaration specifiers or '...' before 'TagLib_File'
tag-renamer.c: In function 'tag_renamer_process':
tag-renamer.c:364: error: 'TagLib_File' undeclared (first use in this function)
tag-renamer.c:364: error: (Each undeclared identifier is reported only once
tag-renamer.c:364: error: for each function it appears in.)
tag-renamer.c:364: error: 'taglib_file' undeclared (first use in this function)
tag-renamer.c:365: error: 'TagLib_Tag' undeclared (first use in this function)
tag-renamer.c:365: error: 'taglib_tag' undeclared (first use in this function)
tag-renamer.c:366: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
tag-renamer.c:366: error: 'taglib_properties' undeclared (first use in this function)
In file included from media-tags-provider.c:30:
./audio-tags-page.h:50: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
./audio-tags-page.h:52: error: expected declaration specifiers or '...' before 'TagLib_File'
media-tags-provider.c: In function 'media_tags_get_audio_file_supported':
media-tags-provider.c:149: error: 'TagLib_File' undeclared (first use in this function)
media-tags-provider.c:149: error: (Each undeclared identifier is reported only once
media-tags-provider.c:149: error: for each function it appears in.)
media-tags-provider.c:149: error: 'taglib_file' undeclared (first use in this function)
make[2]: *** [thunar_media_tags_plugin_la-media-tags-provider.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
tag-renamer.c:409: warning: passing argument 1 of 'g_strdup' makes pointer from integer without a cast
tag-renamer.c:410: warning: passing argument 1 of 'g_strdup' makes pointer from integer without a cast
make[2]: *** [thunar_media_tags_plugin_la-tag-renamer.lo] Error 1
make[2]: Leaving directory `/tmp/Thunar-Bundle-0.8.0-installer/thunar-media-tags-plugin-0.1.2/thunar-plugin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/Thunar-Bundle-0.8.0-installer/thunar-media-tags-plugin-0.1.2'
make: *** [all] Error 2
!! Failed to build thunar-media-tags-plugin-0.1.2, see the errors above
!! for details on the problem.


when it stars installing
"Thunar archive plugin"

:s

Offline

#2 2007-01-24 21:56:20

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: Unable to install Thunar-Bundle-installer

Do you have the taglib devel package installated? And a recent version?

Offline

#3 2007-01-25 00:40:49

bodymind
Member
Registered: 2006-05-04
Posts: 3

Re: Unable to install Thunar-Bundle-installer

i've installed:

sudo apt-get install libtagc0-dev libtagc0 libtag1c2a libtag1-dev
in my ubuntu machine
versions:
Package: libtagc0-dev
Versions:
1.4-4

Package: libtagc0
Versions:
1.4-4

Package: libtag1c2a
Versions:
1.4-4

Package: libtag1-dev
Versions:
1.4-4

Offline

#4 2007-01-25 07:30:20

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: Unable to install Thunar-Bundle-installer

Well the problem starts here: taglib/tag_c.h: No such file or directory. So as long as this file is not installated, the compilation will fail.

Offline

#5 2007-01-29 08:09:54

Nick
Dev
From: ~
Registered: 2005-02-17
Posts: 1,144
Website

Re: Unable to install Thunar-Bundle-installer

You need the libtagc0-dev package  cool

Offline

Board footer

Powered by FluxBB