« Return to Thread: Cross-compiling ekiga for win32

Re: Cross-compiling ekiga for win32

by paul hillereau :: Rate this Message:

Reply to Author | View in Thread

Julien Puydt a écrit :

> Michael Cronenworth a écrit :
>> It depends on what OS you are building on. The files in win32/ are meant
>> for Debian. For Fedora or Windows you would need to customize it a
>> little.
>
> I'm using debian. I already had a few problems :
> - libxml' 2.6.26 isn't available anymore ;
> - the openldap compilation fails with :
> slapdmsg.rc -O coff -o slapdmsg.res
> make[1]: slapdmsg.rc : commande introuvable (means: command not found)
>
> the Makefile (openldap's libraries/liblutil/ Makefile to be precise)
> target triggering the problem is :
> lapdmsg.res: slapdmsg.rc slapdmsg.bin
>          $< -O coff -o $@
>
> which doesn't look very honest.
>
> It's pretty late... uh... early, so I don't think I'll be able to get
> myself out of this problem before some rest :-/
>
> Snark
Hello,

Which version of Ekiga are you using ? I got this ldap problem only with
ekiga 3.2.4. slapdmsg.rc was not found on my system too.
To avoid it you can remove slapdmesg.res from NT_OBJS in the makefile.
It allows you to pass LDAP cross-compilation and go to the next problem
for cross-compilation ;)

libxml 2.6.26 is not available anymore. You can use a 2.6.30 instead.

Regards,

Paul.
_______________________________________________
Ekiga-devel-list mailing list
Ekiga-devel-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list

 « Return to Thread: Cross-compiling ekiga for win32