VincentWei / MiniGUI

A modern and mature cross-platform window system for embedded systems and smart IoT devices.
http://www.minigui.com
GNU General Public License v3.0
694 stars 157 forks source link

minigui package not found #110

Open RV-Abhi opened 1 year ago

RV-Abhi commented 1 year ago

Hi I am trying to cross compile minigui . I changed the build-all.sh file in cross-build folder as per my toolchain. But while running the script, I got

checking for minigui >= 3.2.0... no configure: error: Package requirements (minigui >= 3.2.0) were not met:

No package 'minigui' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.

Alternatively, you may set the environment variables MINIGUI_CFLAGS and MINIGUI_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details.

I didn't get this error when I compiled minigui for my PC.

Thanks in advance.

VincentWei commented 1 year ago

No package 'minigui' found

This means that your building toolchain cannot find the package configuration file minigui.pc, which should be installed by the building toolchain to the cross-building environment after it built MiniGUI correctly.

Please check that the file along with the headers and libraries of MiniGUI have been built and installed to the correct directory.