Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-09-06 Thread Julien Puydt
Julien Puydt a écrit : Michael Rickmann a écrit : Ok I think I got that one working with attached patch which simply adds the -fexceptions flag to the AM_CXXFLAGS in src/Makefile.am as you had done already for the lib Makefile.am. But in general I am not happy with the C++ exceptions. It

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-09-05 Thread Michael Rickmann
Julien Puydt schrieb: Michael Rickmann a écrit : Next compilation fails for videooutput-manager-dx.cpp. I feel not fit enough to interpret the 67 kB long error log (attached). Well... C++ templates often lead to worse. Notice that concepts, which were supposed to make it into C++0x, should

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-09-05 Thread Julien Puydt
Michael Rickmann a écrit : Ok I think I got that one working with attached patch which simply adds the -fexceptions flag to the AM_CXXFLAGS in src/Makefile.am as you had done already for the lib Makefile.am. But in general I am not happy with the C++ exceptions. It seems to add considerable

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-09-03 Thread Michael Rickmann
Thierry Simonnet schrieb: Julien Puydt wrote: Julien Puydt a écrit : Thierry Simonnet a écrit : checking whether the Boost::Signals library is available... yes configure: error: Could not link against !

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-09-03 Thread Julien Puydt
Michael Rickmann a écrit : Next compilation fails for videooutput-manager-dx.cpp. I feel not fit enough to interpret the 67 kB long error log (attached). Well... C++ templates often lead to worse. Notice that concepts, which were supposed to make it into C++0x, should have helped make error

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-09-02 Thread Thierry Simonnet
Julien Puydt wrote: Julien Puydt a écrit : Thierry Simonnet a écrit : checking whether the Boost::Signals library is available... yes configure: error: Could not link against !

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-09-01 Thread Thierry Simonnet
Julien Puydt wrote: Julien Puydt a écrit : Thierry Simonnet a écrit : ../lib/engine/.libs/libekiga_engine.a(opal-bank.o):opal-bank.cpp:(.text$_ZN5boost6detail12shared_countC1IN4Opal7AccountEEEPT_[boost::detail::shared_count::shared_countOpal::Account(Opal::Account*)]+0x5d): undefined

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-09-01 Thread Julien Puydt
Thierry Simonnet a écrit : checking whether the Boost::Signals library is available... yes configure: error: Could not link against ! Could you tell me more? Snark

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-09-01 Thread Julien Puydt
Julien Puydt a écrit : Thierry Simonnet a écrit : checking whether the Boost::Signals library is available... yes configure: error: Could not link against ! Could

[Ekiga-devel-list] Win32 - Cross compile+ boost

2009-08-28 Thread Thierry Simonnet
Hello, here is the log of yesterday and today's cross compile log for win32. Is it possible to have information to resolve this trouble? Best regards --- make[5]: Entering directory `/root/win32/ekiga/lib/gui' /bin/sh ../../libtool --tag=CXX

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-08-28 Thread Julien Puydt
Thierry Simonnet a écrit : here is the log of yesterday and today's cross compile log for win32. Is it possible to have information to resolve this trouble? Yes! Now ekiga uses boost' smart pointers! Snark ___ Ekiga-devel-list mailing list

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-08-28 Thread Eugen Dedu
Julien Puydt wrote: Thierry Simonnet a écrit : here is the log of yesterday and today's cross compile log for win32. Is it possible to have information to resolve this trouble? Yes! Now ekiga uses boost' smart pointers! Julien, what has changed in ekiga dependencies on master? For ex.,

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-08-28 Thread Thierry Simonnet
Copying .boost_1_40_0/boost under include gives me : - *** Warning: Linking the executable ekiga.exe against the loadable module *** libgmpresence.dll.a is not portable! *** Warning: Linking the executable ekiga.exe

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-08-28 Thread Julien Puydt
Thierry Simonnet a écrit : ../lib/engine/.libs/libekiga_engine.a(opal-bank.o):opal-bank.cpp:(.text$_ZN5boost6detail12shared_countC1IN4Opal7AccountEEEPT_[boost::detail::shared_count::shared_countOpal::Account(Opal::Account*)]+0x5d): undefined reference to `boost::throw_exception(std::exception

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-08-28 Thread Julien Puydt
Eugen Dedu a écrit : Julien Puydt wrote: Thierry Simonnet a écrit : here is the log of yesterday and today's cross compile log for win32. Is it possible to have information to resolve this trouble? Yes! Now ekiga uses boost' smart pointers! Julien, what has changed in ekiga dependencies on

Re: [Ekiga-devel-list] Win32 - Cross compile+ boost

2009-08-28 Thread Julien Puydt
Julien Puydt a écrit : Thierry Simonnet a écrit : ../lib/engine/.libs/libekiga_engine.a(opal-bank.o):opal-bank.cpp:(.text$_ZN5boost6detail12shared_countC1IN4Opal7AccountEEEPT_[boost::detail::shared_count::shared_countOpal::Account(Opal::Account*)]+0x5d): undefined reference to