PNM wrote: > I believe this is it: > > gcc -DHAVE_CONFIG_H -I. -I.. -DGNOMELOCALEDIR=\"/sw/share/locale\" > -DG_LOG_DOMAIN=\"Rhythmbox\" -DSHARE_DIR=\"/sw/share/rhythmbox\" > -DDATADIR=\"/sw/share\" -I.. -I../widgets -I/sw/include/libsoup-2.4 > -I/sw/include/libxml2 -I/sw/include -I/sw/include/glib-2.0 > -I/sw/lib/glib-2.0/include -I/sw/include/pango-1.0 > -I/sw/lib/fontconfig2/include -I/sw/include/freetype2 -I/sw/include > -I/sw/include/gtk-2.0 -I/sw/lib/gtk-2.0/include -I/sw/include/atk-1.0 > -I/sw/include/cairo -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include > -I/sw/include/pixman-1 -I/sw/include/libpng12 > -I/sw/include/libgnomeui-2.0 -I/sw/include/libart-2.0 > -I/sw/include/gconf/2 -I/sw/include/gnome-keyring-1 > -I/sw/include/libgnome-2.0 -I/sw/include/libbonoboui-2.0 > -I/sw/include/libgnomecanvas-2.0 -I/sw/include/gnome-vfs-2.0 > -I/sw/lib/gnome-vfs2.16/gnome-vfs-2.0/include -I/sw/include/orbit-2.0 > -I/sw/include/dbus-1.0 -I/sw/lib/dbus-1.0/include > -I/sw/include/libbonobo-2.0 -I/sw/include/bonobo-activation-2.0 > -I/sw/include/libxml2 -I/sw/include/gail-1.0 > -I/sw/include/libglade-2.0 -I/sw/include/gnome-vfs-module-2.0 > -I/usr/X11R6/include -I/usr/X11/include -DORBIT2=1 > -I/sw/include/gstreamer-0.10 -I/sw/include/glib-2.0 > -I/sw/lib/glib-2.0/include -I/sw/include/libxml2 -I/sw/include > -I/sw/include -fno-common -I/sw/lib/pango-ft219/include/pango-1.0 > -I/sw/lib/pango-ft219/include -I/sw/lib/freetype219/include/freetype2 > -I/sw/lib/freetype219/include -I/sw/lib/fontconfig2/include > -I/sw/include -Os -pipe -c rb-proxy-config.c -fno-common -DPIC -o > .libs/rb-proxy-config.o > In file included from rb-proxy-config.c:26: > > -- > "Besides, I am destined to perish, definitively, and only some instant > of myself can survive in him." --Jorge Luis Borges on Jorge Luis Borges >
Or I could be wrong. I guess we can try the direct approach and look at line 69 of rb-proxy-config.h from the rhythmbox build directory to see what's there. Also, what OS version is this? > On Jul 22, 2009, at 3:37 AM, Alexander Hansen wrote: > >> PNM wrote: >>> Hello everyone, >>> >>> Compiling rhythmbox fails repeatedly with this error. I should add >>> that a couple of times I had to manually install a particular version >>> of the gnome desktop because fink could not resolve a dubious >>> dependency. >>> >>> Thanks. >>> >>> Payam >>> In file included from rb-proxy-config.c:26: >>> rb-proxy-config.h:69: error: syntax error before '*' token >>> rb-proxy-config.h:69: warning: data definition has no type or storage >>> class >>> rb-proxy-config.c:235: error: syntax error before '*' token >>> rb-proxy-config.c: In function 'rb_proxy_config_get_libsoup_uri': >>> rb-proxy-config.c:238: error: 'SoupUri' undeclared (first use in this >>> function) >>> rb-proxy-config.c:238: error: (Each undeclared identifier is reported >>> only once >>> rb-proxy-config.c:238: error: for each function it appears in.) >>> rb-proxy-config.c:238: error: 'uri' undeclared (first use in this >>> function) >>> rb-proxy-config.c:243: error: syntax error before ')' token >>> rb-proxy-config.c:244: error: 'SOUP_PROTOCOL_HTTP' undeclared (first >>> use in this function) >>> make[3]: *** [rb-proxy-config.lo] Error 1 >>> make[2]: *** [all] Error 2 >>> make[1]: *** [all-recursive] Error 1 >>> make: *** [all] Error 2 >>> ### execution of /var/tmp/tmp.1.rSUW6D failed, exit code 2 >>> Removing runtime build-lock... >>> Removing build-lock package... >>> /sw/bin/dpkg-lockwait -r fink-buildlock-rhythmbox-0.11.2-3 >>> (Reading database ... 94550 files and directories currently installed.) >>> Removing fink-buildlock-rhythmbox-0.11.2-3 ... >>> Failed: phase compiling: rhythmbox-0.11.2-3 failed >>> >>> >> Can you go back a little more in the output--all the way to the last >> line the compiler ran before errors occurred? It _looks_ like this >> might just be a missing header, and we might see what exactly that is. >> >> -- >> Alexander Hansen >> Fink User Liaison >> > ------------------------------------------------------------------------------ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
