OpenELEC / OpenELEC.tv

OpenELEC - The living room PC for everyone
http://openelec.tv
1.6k stars 887 forks source link

Old apr package.mk build fails: include/apr_escape_test_char.h: No such file or directory #5041

Closed streppuiu closed 7 years ago

streppuiu commented 7 years ago

Hi, I am trying to crosscompile apache for openelec 8 on lubuntu and am receiving this error while building apr library:

.../httpd/apr/package.mk: line 72: include/apr_escape_test_char.h: No such file or directory

I managed to compile this lib without problem on oe 6. I assume some path is set differently and now include files cannot be found. What do I have to do to make my addons compile? I am attaching my mk file below.

package.mk.txt

Thank you.

CvH commented 7 years ago

@streppuiu you can try the latest version of the addon from here

streppuiu commented 7 years ago

Thank you for the info. I will certainly give it a try but I would also like to build my own, for fun :) . I will also look at the code to see if I can adapt my addon to build properly. I might come back with other questions.

sraue commented 7 years ago

possible you need something like this: https://patchwork.openembedded.org/patch/72991/