Problems building f-spot on ubuntu 6.10



I am not sure if this is f-spot specific or an issue with ubuntu library versions.

When building version 0.32, 0.33, 0.34 (those are all I've tried so far), I get the following issue when building the libeog component: (same error regardless of version of source tree)

image-view.c: In function `image_view_scroll_event':
image-view.c:1428: parse error before `double'
image-view.c:1431: `xofs' undeclared (first use in this function)
image-view.c:1431: (Each undeclared identifier is reported only once
image-view.c:1431: for each function it appears in.)
image-view.c:1432: `yofs' undeclared (first use in this function)
image-view.c:1436: `zoom_factor' undeclared (first use in this function)
make[4]: *** [ image-view.lo] Error 1
make[4]: Leaving directory `/home/nick/tmp/f-spot-0.3.2/libeog'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/nick/tmp/f-spot-0.3.2/libeog'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/nick/tmp/f-spot-0.3.2/libeog'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nick/tmp/f-spot-0.3.2'
make: *** [all] Error 2


I have made sure build-deps for f-spot are installed, and checked the versions of libraries installed against the requirements listed on the build-help page -- all appears to be in order. ./configure ran fine too, no complaints about the versions it found.

I tried to download and build eog (eye of gnome) separately and found that I got a different (but simmilar) issue compiling that from source too.


Any suggestions on this?

Thanks,

Nick


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]