[Kolab-devel] C# bindings for libkolabxml broken in master/1.0
Aeneas Jaißle <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <8605547.bTBCqgSgaS__26414.9742354222$1385121179$gmane$org@aen1.ajaissle.de> |
Hi, someone forgot to add * Snippet.cs * SnippetsCollection.cs and * SWIGTYPE_p_std__vectorT_Kolab__Snippet_t.cs to the CMakeList.txt for csharp bindings. I just filed a bug[1] for this and provided a patch. The current git master branch[2] as well as the libkolabxml-1.0 branch[3] are affected. [1] https://issues.kolab.org/show_bug.cgi?id=2576 [2] https://git.kolab.org/libkolabxml/log/ [3] https://git.kolab.org/libkolabxml/log/?h=libkolabxml-1.0 -- Aeneas Jaißle » e: [email protected] Sent using Kontact and Kolab on openSUSE _______________________________________________ devel mailing list [email protected] https://lists.kolab.org/mailman/listinfo/devel
csharp_bindings.diff
(text/x-patch, 867 B)
diff -Ppru a/src/csharp/CMakeLists.txt b/src/csharp/CMakeLists.txt
--- a/src/csharp/CMakeLists.txt 2013-10-30 17:48:07.000000000 +0100
+++ b/src/csharp/CMakeLists.txt 2013-11-21 01:15:23.552898945 +0100
@@ -44,8 +44,11 @@ set(KOLAB_SWIG_CSHARP_FILES
${CMAKE_CURRENT_BINARY_DIR}/Related.cs
${CMAKE_CURRENT_BINARY_DIR}/Relative.cs
${CMAKE_CURRENT_BINARY_DIR}/Role.cs
+ ${CMAKE_CURRENT_BINARY_DIR}/Snippet.cs
+ ${CMAKE_CURRENT_BINARY_DIR}/SnippetsCollection.cs
${CMAKE_CURRENT_BINARY_DIR}/Status.cs
${CMAKE_CURRENT_BINARY_DIR}/SWIGTYPE_p_Kolab__Freebusy.cs
+ ${CMAKE_CURRENT_BINARY_DIR}/SWIGTYPE_p_std__vectorT_Kolab__Snippet_t.cs
${CMAKE_CURRENT_BINARY_DIR}/SWIGTYPE_p_std__vectorT_Kolab__Todo_t.cs
${CMAKE_CURRENT_BINARY_DIR}/Telephone.cs
${CMAKE_CURRENT_BINARY_DIR}/Todo.cs