Package Details: libgraphqlparser 0.7.0-3

Git Clone URL: https://aur.archlinux.org/libgraphqlparser.git (read-only, click to copy)
Package Base: libgraphqlparser
Description: A GraphQL query parser in C++ with C and C++ APIs
Upstream URL: https://github.com/graphql/libgraphqlparser
Licenses: BSD
Submitter: Sandmann
Maintainer: grawlinson
Last Packager: grawlinson
Votes: 2
Popularity: 0.000000
First Submitted: 2015-11-30 01:19 (UTC)
Last Updated: 2021-12-12 07:51 (UTC)

Dependencies (4)

Required by (1)

Sources (2)

Latest Comments

grawlinson commented on 2021-12-07 22:11 (UTC)

I've got a patch that removes the need for Python 2 as a build dependency, let me know if you're interested.

jokke commented on 2018-07-16 19:31 (UTC)

please add python2 to build deps

Sandmann commented on 2017-11-15 22:16 (UTC)

Updated to 0.7.0 The package ctypesgen Python package seems to be broken and unmaintained. Thus, I have disabled the Python interface.

melgaardbjorn commented on 2017-07-13 06:41 (UTC) (edited on 2017-07-13 06:42 (UTC) by melgaardbjorn)

1. there is no python2-ctypesgen in aur, only python2-ctypesgen-git 2. error on build (full - https://pastebin.com/VyYWvdXy) INFO: Status: gcc -E -U __GNUC__ -dD -I/tmp/yaourt-tmp-bjorn/aur-libgraphqlparser/src/libgraphqlparser-0.3.0/python/.. -I/tmp/yaourt-tmp-bjorn/aur-libgraphqlparser/src/libgraphqlparser-0.3.0/python/.. "-Dinline=" "-D__inline__=" "-D__extension__=" "-D__const=const" "-D__asm__(x)=" "-D__asm(x)=" "-DCTYPESGEN=1" "/tmp/tmpiHCNzc.h" Traceback (most recent call last): File "/usr/bin/ctypesgen.py", line 154, in <module> descriptions=ctypesgencore.parser.parse(options.headers,options) File "/usr/lib/python2.7/site-packages/ctypesgencore/parser/__init__.py", line 21, in parse parser.parse() File "/usr/lib/python2.7/site-packages/ctypesgencore/parser/datacollectingparser.py", line 69, in parse ctypesparser.CtypesParser.parse(self, fname, None) File "/usr/lib/python2.7/site-packages/ctypesgencore/parser/cparser.py", line 113, in parse self.preprocessor_parser.parse(filename) File "/usr/lib/python2.7/site-packages/ctypesgencore/parser/preprocessor.py", line 200, in parse token = self.lexer.token() File "/usr/lib/python2.7/site-packages/ctypesgencore/parser/preprocessor.py", line 51, in token result = lex.Lexer.token(self) File "/usr/lib/python2.7/site-packages/ctypesgencore/parser/lex.py", line 297, in token newtok = func(tok) File "/usr/lib/python2.7/site-packages/ctypesgencore/parser/pplexer.py", line 218, in t_ANY_int g1 = str(long(g1,8)) ValueError: invalid literal for long() with base 8: '08420217248550443400745280086994171' make[2]: *** [python/CMakeFiles/graphql-parser-python.dir/build.make:65: python/GraphQLParser.py] Error 1 make[1]: *** [CMakeFiles/Makefile2:160: python/CMakeFiles/graphql-parser-python.dir/all] Error 2 make: *** [Makefile:130: all] Error 2