[gtkmm] still gtkmm compi lation error with gcc update!



Dear Robert Jan!
I went on to the link you gave me (written down in the Email) and i updated 
all packages. How did you install "gtkmm" ?! Pehraps i did something wrong 
and i am running in the wrong way. 

After i downloaded the gcc packages from the SuSE FTP Server and tried to 
configure and make "gtkmm" again with the commands: 

./configure --prefix=/usr
make

for any help, thank you 

Tamer

Output: 

make  all-recursive
make[1]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5'
Making all in tools
make[2]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/tools'
Making all in m4
make[3]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/tools/m4'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/tools/m4'
Making all in pm
make[3]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/tools/pm'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/tools/pm'
Making all in extra_defs_gen
make[3]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/tools/extra_defs_gen'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/tools/extra_defs_gen'
make[3]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/tools'
make[3]: Für das Ziel »all-am« ist nichts zu tun.
make[3]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/tools'
make[2]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/tools'
Making all in glib
make[2]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/glib'
make  all-recursive
make[3]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/glib'
Making all in src
make[4]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/glib/src'
make[4]: Für das Ziel »all« ist nichts zu tun.
make[4]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/glib/src'
Making all in glibmm
make[4]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/glib/glibmm'
Making all in private
make[5]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/glib/glibmm/private'
make[5]: Für das Ziel »all« ist nichts zu tun.
make[5]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/glib/glibmm/private'
make[5]: Entering directory `/tmp/gtkmm/gtkmm-2.2.5/glib/glibmm'
source='convert.cc' object='convert.lo' libtool=yes \
depfile='.deps/convert.Plo' tmpdepfile='.deps/convert.TPlo' \
depmode=gcc3 /bin/sh ../../scripts/depcomp \
/bin/sh ../../libtool --mode=compile g++ -DHAVE_CONFIG_H 
-DG_LOG_DOMAIN=\"glibmm\" -Dglibmm_COMPILATION -DG_DISABLE_DEPRECATED 
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED 
-DGTK_DISABLE_DEPRECATED  -I../../glib -I../../glib -I../../pango 
-I../../pango -I../../atk -I../../atk -I../../gdk -I../../gdk -I../../gtk 
-I../../gtk -I/usr/lib/sigc++-1.2/include -I/usr/include/sigc++-1.2 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -g -O2 -Wall -c -o 
convert.lo `test -f 'convert.cc' || echo './'`convert.cc
 g++ -DHAVE_CONFIG_H -DG_LOG_DOMAIN=\"glibmm\" -Dglibmm_COMPILATION 
-DG_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED 
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -I../../glib 
-I../../glib -I../../pango -I../../pango -I../../atk -I../../atk -I../../gdk 
-I../../gdk -I../../gtk -I../../gtk -I/usr/lib/sigc++-1.2/include 
-I/usr/include/sigc++-1.2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include 
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 -Wall -c 
convert.cc -MT convert.lo -MD -MP -MF .deps/convert.TPlo  -fPIC -DPIC -o 
.libs/convert.o
In file included from ../../glib/glibmm/exception.h:25,
                 from ../../glib/glibmm/error.h:28,
                 from ../../glib/glibmm/convert.h:29,
                 from convert.cc:3:
../../glib/glibmm/ustring.h:532: error: `template<class In, class ValueType =
   typename std::iterator_traits<_Iterator>::value_type> struct
   Glib::ustring::SequenceToString' is private
../../glib/glibmm/ustring.h:548: error: within this context
../../glib/glibmm/ustring.h:532: error: `template<class In, class ValueType =
   typename std::iterator_traits<_Iterator>::value_type> struct
   Glib::ustring::SequenceToString' is private
../../glib/glibmm/ustring.h:554: error: within this context
../../glib/glibmm/ustring.h:532: error: `template<class In, class ValueType =
   typename std::iterator_traits<_Iterator>::value_type> struct
   Glib::ustring::SequenceToString' is private
../../glib/glibmm/ustring.h:560: error: within this context
../../glib/glibmm/ustring.h:532: error: `template<class In, class ValueType =
   typename std::iterator_traits<_Iterator>::value_type> struct
   Glib::ustring::SequenceToString' is private
../../glib/glibmm/ustring.h:566: error: within this context
cc1plus: Permission denied: opening dependency file .deps/convert.TPlo
make[5]: *** [convert.lo] Fehler 1
make[5]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/glib/glibmm'
make[4]: *** [all-recursive] Fehler 1
make[4]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/glib/glibmm'
make[3]: *** [all-recursive] Fehler 1
make[3]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/glib'
make[2]: *** [all] Fehler 2
make[2]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5/glib'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/tmp/gtkmm/gtkmm-2.2.5'
make: *** [all] Fehler 2
tamer linux:/tmp/gtkmm/gtkmm-2.2.5>

Am Dienstag, 29. Juli 2003 12:08 schrieb Robert Jan Schaper:
> Op dinsdag 29 juli 2003 11:41, schreef Murray Cumming Comneon com:
> > > From: Robert Jan Schaper [mailto:r schaper chello nl]
> > > They gave me this link to GCC 3.3 final:
> > >
> > > http://sdb.suse.de/en/sdb/html/gcc33_release.html
> > >
> > > For some reason it isn't in the automatic update facility which is
> > > where I
> > >
> > > looked at first.
> >
> > What is the name of that facility in SuSE? It could be helpful in future.
>
> It's the 'online update' option in the Yast Configuration menu.
>
>
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list




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