Search Criteria
Package Details: gccxml-git 0.6.x.r1221.gdcd36c5c-1
Git Clone URL: | https://aur.archlinux.org/gccxml-git.git (read-only, click to copy) |
---|---|
Package Base: | gccxml-git |
Description: | GCC-XML generates an XML description of a C++ program from GCC's internal representation |
Upstream URL: | http://www.gccxml.org/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | yhfudev |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 6 |
Popularity: | 0.000000 |
First Submitted: | 2015-10-07 15:20 |
Last Updated: | 2019-12-26 22:29 |
Latest Comments
FabioLolix commented on 2021-01-24 21:19
Anyone still use this pkgbuild?
FabioLolix commented on 2020-03-03 18:51
This package build if gcc8 is used, I've fixed it about 2 months ago
Xiaoming94 commented on 2019-07-30 02:58
Currently getting the following compilation error: "error: ‘cgraph_node’ is not defined as a type" on multiple places.
Is there some makedependencies that I am missing or does the package need an upgrade?
wushangwei commented on 2019-02-15 13:27
Please modify the PKGBUILD file in order to make the package compiled successfully. I'm new here and know little about compiling. Here's my temporary fix:
1) cd ~/.cache/yay/gccxml-git 2) Open PKGBUILD. Add "../gccxml" (without the quotes) right after "cmake". That is to modify the PKGBUILD as following:
prepare() { cd "$srcdir/${pkgname/-git/}" CFLAGS=' -fgnu89-inline' cmake ../gccxml \ -DBUILD_TESTING=OFF \ -DCMAKE_INSTALL_PREFIX=/usr }
3) makepkg -sri I didn't edit other parts of PKGBUILD file. Now this package should be compiled successfully.
OhadEytan commented on 2018-10-31 16:54
Constantly requires update without actual need. That's annoying
wheatdog commented on 2018-02-02 08:57
Please fix pkgver.
alex.forencich commented on 2017-11-15 19:09
PKGVER on this is wrong; need to at least insert a monotonic revision counter
Foxboron commented on 2017-07-25 08:16
Don't use the commit hash as pkgver. Read this and add a sane pkgver please; https://wiki.archlinux.org/index.php/VCS_package_guidelines#Git