You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sbml-interoperability
Hello, I'm trying to build php bindings for libSBML for my application. I'm using CMake and Visual Studio according to the documentation on Windows 10 x64. I have been successful in building the library itself with expat, but I suspect I provide wrong library file for phpin CMake configuration. I've tried both php5 and php7 embed .lib files aswell as swig php libraries. The errors I get come from libsbml_wrap.cpp file not finding included files such as "zend.h" etc.
Thank you in advance
Marek
Frank Bergmann
unread,
Nov 15, 2018, 3:39:49 AM11/15/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sbml-inter...@googlegroups.com
Hello,
you can add additional include directories via the CMake variable
EXTRA_INCLUDE_DIRS that takes a semicolon separated list of include
directories to use. zend is not part of libsbml, so it will be of php.
And indeed the header file is included int he php source package.
Should that not help we would need a bit more information, so the
complete error message and CMakeCache.txt file would be needed.