Re: New release: libkolabxml-0.8.3
Thomas Spuhler <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <201304060948.10829.thomas__29874.3308558644$1365267800$gmane$org@btspuhler.com> |
On Saturday, April 06, 2013 02:05:07 AM Christian Mollekopf wrote: > On Tuesday 02 April 2013 08.59:53 Thomas Spuhler wrote: > > On Wednesday, March 13, 2013 07:57:35 AM Thomas Spuhler wrote: > > > On Wednesday, March 13, 2013 02:56:13 AM Jeroen van Meeuwen (Kolab > > Systems) wrote: > > > > On 2013-03-13 05:26, Thomas Spuhler wrote: > > > > > Thanks for the update. And thanks it's irrelevant to kolab-3.0 > > > > > as this package doesn't build anymore on Mageia. > > > > > It must nor find the Zend_API.h in php-devel-2.4.12 > > > > > The 50+ errors are: php_kolabformat_wrapper.cpp:1887: more > > > > > undefined references to > > > > > 'zend_wrong_param_count' > > > > > > > > That's not good, though. What is php-devel version 2.4.12? > > > > > > > > In my Fedora 18 PHP 5.4.12 environment, libkolabxml-0.8.3 builds > > > > fine, FWIW. > > > > > > > > Kind regards, > > > > > > > > Jeroen van Meeuwen > > > > > > yes, 5.4.12 > > > Do you need a link patch in Fedora? > > > > This is now resolved with a little link patch. > > I can provide it if there is any interest > > Hi Thomas, > > It would be great if you could provide the patch so we can possibly make > upstream work for you out of the box. > > Cheers, > Christian Attached -- Best regards Thomas Spuhler _______________________________________________ Kolab-devel mailing list [email protected] https://www.intevation.de/mailman/listinfo/kolab-devel
libkolabxml-0.8.3-link.patch
(text/x-patch, 886 B)
diff -ur libkolabxml-0.8.3/src/php/CMakeLists.txt libkolabxml-0.8.3.link/src/php/CMakeLists.txt
--- libkolabxml-0.8.3/src/php/CMakeLists.txt 2013-02-26 04:31:37.000000000 -0700
+++ libkolabxml-0.8.3.link/src/php/CMakeLists.txt 2013-04-01 17:16:29.992205653 -0700
@@ -33,7 +33,7 @@
# TSRM/TSRM.h includes <tsrm_config.h> instead of "tsrm_config.h", and we require
# Zend/zend.h (included, of course, as "zend.h" without -I/usr/include/php5/Zend)
include_directories("${PHP4_INCLUDE_PATH}/Zend" "${PHP4_INCLUDE_PATH}/TSRM" "${PHP4_INCLUDE_PATH}/main")
- add_library(phpbindings SHARED ${KOLAB_SWIG_PHP_SOURCE_FILE})
+ add_library(phpbindings MODULE ${KOLAB_SWIG_PHP_SOURCE_FILE})
target_link_libraries(phpbindings kolabxml)
SET_TARGET_PROPERTIES(phpbindings PROPERTIES OUTPUT_NAME "kolabformat")
SET_TARGET_PROPERTIES(phpbindings PROPERTIES PREFIX "")
signature.asc
(application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlFgUcoACgkQjsMgV2ARTmOeJQCfTNvrIGLv+UTA+PAXdcUSyCf2 /EUAn2FPHlHKj8qWRYg8SnXqUz4Aj9cn =AEGK -----END PGP SIGNATURE-----