Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minigui package not found #110

Open
RV-Abhi opened this issue Dec 16, 2022 · 1 comment
Open

minigui package not found #110

RV-Abhi opened this issue Dec 16, 2022 · 1 comment

Comments

@RV-Abhi
Copy link

RV-Abhi commented Dec 16, 2022

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants