Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error with v7.2.8 #41

Open
mhoangvslev opened this issue Feb 21, 2023 · 1 comment
Open

Compilation error with v7.2.8 #41

mhoangvslev opened this issue Feb 21, 2023 · 1 comment

Comments

@mhoangvslev
Copy link

I encounter this message while compiling for v7.2.8 (commit 64e6ecd39b03383875b7f2f15ed8070e2ebcd1f0)

#0 394.9 In file included from graphql.h:7:0,
#0 394.9                  from graphql_plugin.c:24:
#0 394.9 ../../libsrc/plugin/plugin.h:67:15: note: 'uv_companyname' declared here
#0 394.9    const char *uv_companyname;  /*!< Plugin's developer, filled by unit */
#0 394.9                ^~~~~~~~~~~~~~
#0 394.9 graphql_plugin.c: In function 'graphql_check':
#0 394.9 graphql_plugin.c:190:33: warning: unused parameter 'in' [-Wunused-parameter]
#0 394.9  graphql_check (unit_version_t * in, void *appdata)
#0 394.9                                  ^~
#0 394.9 graphql_plugin.c:190:43: warning: unused parameter 'appdata' [-Wunused-parameter]
#0 394.9  graphql_check (unit_version_t * in, void *appdata)
#0 394.9                                            ^~~~~~~
#0 394.9 At top level:
#0 394.9 graphql_plugin.c:154:1: warning: 'graphql_plugin_connect' defined but not used [-Wunused-function]
#0 394.9  graphql_plugin_connect ()
#0 394.9  ^~~~~~~~~~~~~~~~~~~~~~
#0 394.9 make[3]: *** [graphql_la-graphql_plugin.lo] Error 1
#0 394.9 make[2]: *** [all] Error 2
#0 394.9 make[1]: *** [all-recursive] Error 1
#0 394.9 make: *** [all-recursive] Error 1
------
Dockerfile:14
--------------------
@TallTed
Copy link
Contributor

TallTed commented Feb 21, 2023

It is perhaps worth noting that there have been some significant commits since 7.2.8. One of these was focused specifically on "enhancements for GraphQL", and is only currently found in the /develop/7 branch, which currently requires manual compilation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants