Hi all,
I trying to compile kino.tar.gz on debian powerpc unstable but it fails.
All I did was ./autogen.sh and make, the result is below. Can anyone
help me out with this. I have code I would like to contribute to kino so
I would really like to get this working.
Thanks,
Pander
if 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 -MT preferences.o -MD -MP -MF
".deps/preferences.Tpo" \
-c -o preferences.o `test -f 'preferences.cc' || echo
'./'`preferences.cc; \
then mv -f ".deps/preferences.Tpo" ".deps/preferences.Po"; \
else rm -f ".deps/preferences.Tpo"; exit 1; \
fi
In file included from /usr/include/gnome-1.0/libgnome/libgnome.h:28,
from /usr/include/gnome-1.0/gnome.h:16,
from kino_common.h:26,
from preferences.cc:25:
/usr/include/gnome-1.0/libgnome/gnome-i18n.h:31:1: warning: "gettext"
redefined
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/memory:54,
from /usr/include/c++/3.3/string:48,
from preferences.h:33,
from preferences.cc:24:
/usr/include/libintl.h:108:1: warning: this is the location of the
previous definition
In file included from /usr/include/gnome-1.0/libgnome/libgnome.h:28,
from /usr/include/gnome-1.0/gnome.h:16,
from kino_common.h:26,
from preferences.cc:25:
/usr/include/gnome-1.0/libgnome/gnome-i18n.h:32:1: warning: "dgettext"
redefinedIn 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/memory:54,
from /usr/include/c++/3.3/string:48,
from preferences.h:33,
from preferences.cc:24:
/usr/include/libintl.h:110:1: warning: this is the location of the
previous definition
if 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 -MT preferences_dialog.o -MD -MP -MF
".deps/preferences_dialog.Tpo" \
-c -o preferences_dialog.o `test -f 'preferences_dialog.cc' || echo
'./'`preferences_dialog.cc; \
then mv -f ".deps/preferences_dialog.Tpo" ".deps/preferences_dialog.Po"; \
else rm -f ".deps/preferences_dialog.Tpo"; exit 1; \
fi
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: syntax error before `__const'
/usr/include/libintl.h:44: error: syntax error before `__const'
/usr/include/libintl.h:52: error: syntax error before `__const'
/usr/include/libintl.h:81: error: syntax error before `__const'
/usr/include/libintl.h:86: error: syntax error before `__const'
make[2]: *** [preferences_dialog.o] Error 1
make[2]: Leaving directory `/home/data/kino/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/data/kino'
make: *** [all] Error 2