Search Criteria
Package Details: lib32-gssdp 1.6.3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lib32-gssdp.git (read-only, click to copy) |
---|---|
Package Base: | lib32-gssdp |
Description: | A GObject-based API for handling resource discovery and announcement over SSDP (32-bit) |
Upstream URL: | http://gupnp.org/ |
Licenses: | LGPL |
Submitter: | rodrigo21 |
Maintainer: | rodrigo21 |
Last Packager: | rodrigo21 |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2019-01-22 23:46 (UTC) |
Last Updated: | 2024-04-07 16:42 (UTC) |
Latest Comments
« First ‹ Previous 1 2
MR-2 commented on 2020-04-17 20:47 (UTC) (edited on 2020-04-17 20:54 (UTC) by MR-2)
I had to add the following export after the PKG_CONFIG export:
"export PKG_CONFIG_PATH='$PKG_CONFIG_PATH:/usr/lib32/pkgconfig/:/usr/lib/pkgconfig'"
Otherwise the build would fail due to gobject-introspection-1.0.pc not being found. If only the "/usr/lib/pkgconfig"-directory is added to the PKG_CONFIG_PATH (or before the "/usr/lib32/pkgconfig"-directory), the wrong glib32-includes will be used, which also causes the build to fail.
I also would add "lib32-glib2" to the makedepends-array...
Rojikku commented on 2019-07-15 00:45 (UTC) (edited on 2019-07-15 00:46 (UTC) by Rojikku)
I ended up finding the fix with the help of elibrokeit in IRC, to save you some effort. This line is needed for at least three of your packages to get them to build.
Error in question is the "Generating *.gir with custom command"
export PKG_CONFIG=/usr/bin/i686-pc-linux-gnu-pkg-config
« First ‹ Previous 1 2