Re: [Ekiga-list] compile error ekiga 3.2.5 / xcap module
- From: "Dominique Leuenberger" <Dominique Leuenberger TMF-Group com>
- To: "Ekiga mailing list" <ekiga-list gnome org>
- Subject: Re: [Ekiga-list] compile error ekiga 3.2.5 / xcap module
- Date: Tue, 25 Aug 2009 14:30:55 +0200
>>> On 8/25/2009 at 14:19, Julien Puydt <jpuydt free fr> wrote:
>> If you commit it, can you please let me know the commit id?
>
> http://git.gnome.org/cgit/ekiga/commit/?id=5395e4741076ece219f0aa1710a4fc589
> a7269b7
Thank you very much! Glad this could be resolved.
I ad to apply a 2nd patch to the code base, as the brp checks of openSUSE complained about 'reached end of non void function without return value'.
Find the patch attached for your information (warning: might be completely wrong).
Dominique
diff -aurpN ekiga-3.2.5/lib/engine/framework/form-builder.cpp ekiga-3.2.5.patched/lib/engine/framework/form-builder.cpp
--- ekiga-3.2.5/lib/engine/framework/form-builder.cpp 2009-07-04 15:46:07.000000000 +0200
+++ ekiga-3.2.5.patched/lib/engine/framework/form-builder.cpp 2009-08-25 09:57:41.000000000 +0200
@@ -148,6 +148,7 @@ Ekiga::FormBuilder::hidden (const std::s
iter++)
if (iter->name == name)
return iter->value;
+ return NULL;
}
bool
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]