Re: [Ekiga-devel-list] Win32, wishes for master



Michael Rickmann a écrit :
Let me start with the simple thing. There is a setenv in src/gui/main.cpp:4367 which seems Pulseaudio related and stops compilation under Mingw. Attached ekiga_pulseenv.diff disables it for WIN32 without doing any harm.

It's in.

Next, in the meantime, we have two boost::throw_exception functions one in lib/engine/components/opal/opal-main.cpp and one in lib/engine/framework/boost-exceptions.cpp and we still compile the libekiga with -fexceptions. Can't we tidy up a bit. Attached ekiga_exceptions.diff works for WIN32.

I checked : it compiles. It's in.

My last point is that I wish to have the ldap adressbook back in Win32 Ekiga. Since the libgmldap is a plugin we would have to activate the plugin support for Win32 which Snark has founded back in June when I started crying. Under Windows a plugin.dll can not import symbols from the main executable by means of the linker, but it can from a different dll. Consequently I would like to split Ekiga into an ekiga.exe and a libekiga.dll.

Ok.

Attached ekiga_stacklib.diff does this, is Win32 specific and works. Next thing is to compile the plugins libgmldap and libgmloudmouth as dlls - those two can be used for Windows.

Good. We'll pluginize more of ekiga later (I'm thinking about the avahi code for example).

That is what attached ekiga_pluginlib.diff does. It activates PLUGIN_LIBTOOL_FLAGS in configure.ac by renaming them to PLUGINS_LIBTOOL_FLAGS as the makefile.am s of the plugins use (this may affect Linux !!) and then it tells the linker where to find the missing symbols for the dlls, in libekiga.la.

I don't get what that renaming is about, but it's still mostly in (I made it do the split on non-win32 too).

The result seems ok. I can call 500 ekiga net, fixed the VideoPreview crash with it and can search the ldap adress book again, no crash on exit.

That sounds good.

Process Explorer shows that also the libgmloudmouth.dll is loaded but I do not know how to test it.

If you already have an existing jabber account on a server, then in ekiga you just have to go in the accounts window and add a jabber account there.

Snark


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