Package Details: cparser 0.9.14-1

Package Base: cparser
Description: a library containing a parser, lexer and semantic analysis for the ISO C99 language
Upstream URL: http://sourceforge.net/projects/cparser/
Category: devel
Licenses: GPL
Submitter: None
Maintainer: None
Last Packager: None
Votes: 1
First Submitted: 2008-09-10 21:31
Last Updated: 2013-03-07 08:26

Latest Comments

Comment by ackalker

2014-07-09 20:46

Please enable this package for x86_64 also. There is nothing wrong with building cparser on this arch, only when compiling something one needs to have lib32-glibc from [multilib] installed and pass the "-m32" option, like so:

$ cparser -m32 hello.c -o hello

and everything works as expected.
Please also package the manual page, cparser.1

If you want, you can use my fixed PKGBUILD from here: http://pastie.org/9372493