Martin Patzak (GMX)
2016-12-08 14:34:15 UTC
Hello all,
I am trying to build the latest owfs from github (and I thought this was
the easy part ;) - building it as a debian package for the ARM platform
will surely proofe to be harder still)
What I did so far:
/git clone git://git.code.sf.net/p/owfs/code owfs-code/
/
//cd owfs-code/
/.///bootstrap//
//... (output seems fine see attachment)/
/./configure/
/... (output seems fine see attachment)//
//
make/
/...//(for complete output see attachment)//
/... after a while this happens:
/Making all in php
make[3]: Entering directory '/home/mnm/git/owfs/owfs-code/module/swig/php'
CC ow_wrap.lo
ow_wrap.c:706:18: fatal error: zend.h: No such file or directory
#include "zend.h"
^
compilation terminated.
Makefile:590: recipe for target 'ow_wrap.lo' failed
make[3]: *** [ow_wrap.lo] Error 1
make[3]: Leaving directory '/home/mnm/git/owfs/owfs-code/module/swig/php'
Makefile:501: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/mnm/git/owfs/owfs-code/module/swig'
Makefile:511: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mnm/git/owfs/owfs-code/module'
Makefile:566: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
/
What could be the cause of this error?
Cheers Martin
I am trying to build the latest owfs from github (and I thought this was
the easy part ;) - building it as a debian package for the ARM platform
will surely proofe to be harder still)
What I did so far:
/git clone git://git.code.sf.net/p/owfs/code owfs-code/
/
//cd owfs-code/
/.///bootstrap//
//... (output seems fine see attachment)/
/./configure/
/... (output seems fine see attachment)//
//
make/
/...//(for complete output see attachment)//
/... after a while this happens:
/Making all in php
make[3]: Entering directory '/home/mnm/git/owfs/owfs-code/module/swig/php'
CC ow_wrap.lo
ow_wrap.c:706:18: fatal error: zend.h: No such file or directory
#include "zend.h"
^
compilation terminated.
Makefile:590: recipe for target 'ow_wrap.lo' failed
make[3]: *** [ow_wrap.lo] Error 1
make[3]: Leaving directory '/home/mnm/git/owfs/owfs-code/module/swig/php'
Makefile:501: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/home/mnm/git/owfs/owfs-code/module/swig'
Makefile:511: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/mnm/git/owfs/owfs-code/module'
Makefile:566: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
/
What could be the cause of this error?
Cheers Martin