Hi there,
I’m using a Xilinx Zynq (armv7) device and would like to a JUCE application onto that. There is a topic about that and Yocto but I stucked as Clemens in the days.
In a nutshell pkg-config doesn’t find some needed libraries:
> Log data follows:
| DEBUG: Executing shell function do_compile | NOTE: make -j 8 | Package gtk+-x11-3.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `gtk+-x11-3.0.pc' | to the PKG_CONFIG_PATH environment variable | No package 'gtk+-x11-3.0' found | Package webkit2gtk-4.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `webkit2gtk-4.0.pc' | to the PKG_CONFIG_PATH environment variable | No package 'webkit2gtk-4.0' found | Compiling jucer_Project.cpp | Compiling jucer_ProjectSaver.cpp | Compiling jucer_ProjectExporter.cpp | Compiling jucer_ResourceFile.cpp | Package gtk+-x11-3.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `gtk+-x11-3.0.pc' | to the PKG_CONFIG_PATH environment variable | No package 'gtk+-x11-3.0' found | Package webkit2gtk-4.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `webkit2gtk-4.0.pc' | to the PKG_CONFIG_PATH environment variable | No package 'webkit2gtk-4.0' found | make: *** [Makefile:423: check-pkg-config] Error 1 | make: *** Waiting for unfinished jobs.... | Compiling jucer_FileHelpers.cpp | Compiling jucer_CodeHelpers.cpp | ERROR: oe_runmake failed
Does anybody had similar issues with that? I can’t see a fix or workaround for that in here.
I know that JUCE doesn’t support Yocto or Petalinux officially. But maybe there is knowledge here in the forum ![]()
Greetings
Thomas
