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

problems building kino from .tar.gz



Hi all,

Building kino from .tar.gz halts on errors like:
 /usr/include/libintl.h:40: error: parse error before `__const'
on a PowerPC as seen below. What should be the best way to fix this?

Thanks,

Pander

# make
make  all-recursive
make[1]: Entering directory `/home/data/kino-0.6.4'
Making all in macros
make[2]: Entering directory `/home/data/kino-0.6.4/macros'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/data/kino-0.6.4/macros'
Making all in src
make[2]: Entering directory `/home/data/kino-0.6.4/src'
source='preferences_dialog.cc' object='preferences_dialog.o' libtool=no \
depfile='.deps/preferences_dialog.Po' tmpdepfile='.deps/preferences_dialog.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -Wall -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/orbit-1.0 -I/usr/include/gtk-1.2 -I/usr/include/libxml2 -DKINO_PIXMAPSDIR=\""/usr/share/pixmaps/kino"\" -DKINO_PLUGINDIR=\""/usr/local/lib/kino"\" -D_FILE_OFFSET_BITS=64 -Wno-deprecated -g -O2 -c -o preferences_dialog.o `test -f 'preferences_dialog.cc' || echo './'`preferences_dialog.cc In file included from /usr/include/c++/3.3/powerpc-linux/bits/c++locale.h:44,
                from /usr/include/c++/3.3/iosfwd:46,
                from /usr/include/c++/3.3/bits/stl_algobase.h:70,
                from /usr/include/c++/3.3/vector:67,
                from playlist.h:23,
                from kino_common.h:28,
                from preferences_dialog.cc:23:
/usr/include/libintl.h:40: error: parse error before `__const'
/usr/include/libintl.h:44: error: parse error before `__const'
/usr/include/libintl.h:52: error: parse error before `__const'
/usr/include/libintl.h:81: error: parse error before `__const'
/usr/include/libintl.h:86: error: parse error before `__const'
make[2]: *** [preferences_dialog.o] Error 1
make[2]: Leaving directory `/home/data/kino-0.6.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/data/kino-0.6.4'
make: *** [all] Error 2

When I have the following libs:
katana:/home/data/kino-0.6.4/src# apt-show-versions |grep gnome|grep dev
libgnome2-dev/unstable uptodate 2.2.1-2
libgnomevfs2-dev/unstable uptodate 2.2.3-2
libgnomecanvas2-dev/unstable uptodate 2.2.1-1
libgnome-dev/unstable uptodate 1.4.2-13
libgnomeui-dev/unstable uptodate 2.2.1-1
katana:/home/data/kino-0.6.4/src# apt-show-versions |grep gtk|grep dev
libgtkmm2.0-dev/unstable uptodate 2.2.2-1
libgtk-canvas1-dev/unstable uptodate 0.1-5
libgtk1.2-dev/unstable uptodate 1.2.10-16
libgtk2.0-dev/unstable uptodate 2.2.1-6
libgtkextra-dev/unstable uptodate 0.99.16-1
katana:/home/data/kino-0.6.4/src# apt-show-versions |grep glibc
libstdc++2.10-glibc2.2/unstable uptodate 1:2.95.4-17
katana:/home/data/kino-0.6.4/src# apt-show-versions |grep gcc
gcc-3.3/unstable uptodate 1:3.3-2
gcc-3.3-base/unstable uptodate 1:3.3-2
colorgcc/unstable uptodate 1.3.2-9
gcc/unstable uptodate 3:3.3-2
libgcc1/unstable uptodate 1:3.3-2




Reply to: