> The `geany.pc` should be installed in `$prefix/lib/pkgconfig/` where it > appears your prefix is default `/usr/local`. That should also be the default > search for [`pkg-config`](https://linux.die.net/man/1/pkg-config) but perhaps > your unknown distro has configured `pkg-config` search path differently. > > If that is the case you should follow the instructions `pkg-config` gave and > modify the specified environment variable to include where `geany.pc` was > installed before running the build for `geany-plugins`.
well i found that it put out the pc file for geany at ```/usr/local/lib/pkgconfig/``` so i just decided to move it to from ```/usr/local/lib/pkgconfig``` to ```/usr/lib/pkgconfig/``` which is a bit messed up and not recomenned but atleast it work on arch linux now and i can compile it sucesfully :P sorry for the dumb question :( -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1371#issuecomment-2330511971 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1371/[email protected]>
