<div dir="ltr">I suggest you ask the upstream maintainers of libepoxy.<div><br></div><div>Ross</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 January 2018 at 12:46, Mathias Rudnik <span dir="ltr"><<a href="mailto:rudnik.mathias@googlemail.com" target="_blank">rudnik.mathias@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><pre style="white-space:pre-wrap;font-variant-ligatures:normal">Hello,
I am trying to build libepoxy but the do_compile tasks breaks.
I found following error messages in the logs:
arm-poky-linux-gnueabi-gcc -march=armv6 -mfpu=vfp -mfloat-abi=hard -mtune=arm1176jzf-s -mfpu=vfp --sysroot=/hdd_gold1/mathias/<wbr>git/poky/rpi-build/tmp/work/<wbr>arm1176jzfshf-vfp-poky-linux-<wbr>gnueabi/libepoxy/1.4.3-r0/<wbr>recipe-sysroot '-Itest/<a href="http://lists.openembedded.org/mailman/listinfo/openembedded-core" target="_blank">egl_common at sta</a>' '-Itest' '-Iinclude/epoxy' '-I../libepoxy-1.4.3/test' '-Iinclude' '-I../libepoxy-1.4.3/include' '-Isrc' '-I../libepoxy-1.4.3/src' '-fdiagnostics-color=always' '-pipe' '-D_FILE_OFFSET_BITS=64' '-Wall' '-Winvalid-pch' '-std=gnu99' '-O2' '-g' '-O2' '-g' '-feliminate-unused-debug-<wbr>types' '-fdebug-prefix-map=/hdd_<wbr>gold1/mathias/git/poky/rpi-<wbr>build/tmp/work/arm1176jzfshf-<wbr>vfp-poky-linux-gnueabi/<wbr>libepoxy/1.4.3-r0=/usr/src/<wbr>debug/libepoxy/1.4.3-r0' '-fdebug-prefix-map=/hdd_<wbr>gold1/mathias/git/poky/rpi-<wbr>build/tmp/work/arm1176jzfshf-<wbr>vfp-poky-linux-gnueabi/<wbr>libepoxy/1.4.3-r0/recipe-<wbr>sysroot-native=' '-fdebug-prefix-map=/hdd_<wbr>gold1/mathias/git/poky/rpi-<wbr>build/tmp/work/arm1176jzfshf-<wbr>vfp-poky-linux-gnueabi/<wbr>libepoxy/1.4.3-r0/recipe-<wbr>sysroot=' '-lEGL' '-fPIC' '-Wpointer-arith' '-Wmissing-declarations' '-Wformat=2' '-Wstrict-prototypes' '-Wmissing-prototypes' '-Wnested-externs' '-Wbad-function-cast' '-Wold-style-definition' '-Wdeclaration-after-<wbr>statement' '-Wunused' '-Wuninitialized' '-Wshadow' '-Wmissing-noreturn' '-Wmissing-format-attribute' '-Wredundant-decls' '-Wlogical-op' '-Werror=implicit' '-Werror=nonnull' '-Werror=init-self' '-Werror=main' '-Werror=missing-braces' '-Werror=sequence-point' '-Werror=return-type' '-Werror=trigraphs' '-Werror=array-bounds' '-Werror=write-strings' '-Werror=address' '-Werror=int-to-pointer-cast' '-Werror=pointer-to-int-cast' '-fno-strict-aliasing' '-Wno-int-conversion' '-MMD' '-MQ' 'test/<a href="http://lists.openembedded.org/mailman/listinfo/openembedded-core" target="_blank">egl_common at sta</a>/egl_common.c.o' '-MF' 'test/<a href="http://lists.openembedded.org/mailman/listinfo/openembedded-core" target="_blank">egl_common at sta</a>/egl_common.c.o.d' -o 'test/<a href="http://lists.openembedded.org/mailman/listinfo/openembedded-core" target="_blank">egl_common at sta</a>/egl_common.c.o' -c ../libepoxy-1.4.3/test/egl_<wbr>common.c
../libepoxy-1.4.3/test/egl_<wbr>common.c: In function 'get_egl_display_or_skip':
../libepoxy-1.4.3/test/egl_<wbr>common.c:36:5: error: unknown type name 'Display'; did you mean 'EGLDisplay'?
Display *dpy = XOpenDisplay(NULL);
^~~~~~~
EGLDisplay
../libepoxy-1.4.3/test/egl_<wbr>common.c:36:20: error: implicit declaration of function 'XOpenDisplay'; did you mean 'eglGetDisplay'? [-Werror=implicit-function-<wbr>declaration]
Display *dpy = XOpenDisplay(NULL);
^~~~~~~~~~~~
eglGetDisplay
../libepoxy-1.4.3/test/egl_<wbr>common.c:36:20: warning: nested extern declaration of 'XOpenDisplay' [-Wnested-externs]
cc1: some warnings being treated as errors
Does anybody know what i am doing wrong?</pre></div><br>--<br>
______________________________<wbr>_________________<br>
yocto mailing list<br>
<a href="mailto:yocto@yoctoproject.org">yocto@yoctoproject.org</a><br>
<a href="https://lists.yoctoproject.org/listinfo/yocto" rel="noreferrer" target="_blank">https://lists.yoctoproject.<wbr>org/listinfo/yocto</a><br>
<br></blockquote></div><br></div>