You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: