This is due to a change in the gcc 4.x compiler -- you must go into
the file and change the line from:

  inline static const char* Traits<char>::empty_str() { return ""; }

to:

  inline static const char* empty_str() { return ""; }

(Traits<char>:: is redundant)

There will be a few other files that you will need to make the same
type of change to.

Brad

On Feb 6, 1:37 pm, "Scott  Peterson" <[EMAIL PROTECTED]> wrote:
> I have the same problem. Libjingle 0.4 gcc 4.1.2 on Ubuntu.
>
> On Feb 4, 6:13 pm, "Aadaam" <[EMAIL PROTECTED]> wrote:
>
> > "if /bin/sh ../../libtool --silent --tag=CXX --mode=compile g++ -
> > DHAVE_CONFIG_H -I../.. `pkg-config --cflags gtk+-2.0`    -DPOSIX -g -
> > O2 -MT socketadapters.lo -MD -MP -MF ".deps/socketadapters.Tpo" -c -o
> > socketadapters.lo socketadapters.cc; \
> > then mv -f ".deps/socketadapters.Tpo" ".deps/socketadapters.Plo"; else
> > rm -f ".deps/socketadapters.Tpo"; exit 1; fi
> > Package gtk+-2.0 was not found in the pkg-config search path.
> > Perhaps you should add the directory containing `gtk+-2.0.pc'
> > to the PKG_CONFIG_PATH environment variable
> > No package 'gtk+-2.0' found
> > ../../talk/base/stringutils.h:272:error:extraqualification
> > 'talk_base::Traits<char>::' on member 'empty_str'
> > make[3]: *** [socketadapters.lo]Error1
> > "
>
> > Wondering why a console app searches for GTK...
>
> > It's our gentoo development server, with glib, etc installed and
> > configured.
>
> > Any ideas?
>
> > Thx in advance:
>
> > Aadaam


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-talk-open" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-talk-open?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to