We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to compile on CentOS 7 with GCC 7 and I'm getting below error:
Making all in acct_rtcp_hep make[2]: Entering directory /usr/src/rtpproxy/modules/acct_rtcp_hep' /bin/sh ../../libtool --tag=CC --mode=compile gcc -Wall -Werror=implicit-function-declaration -Werror=incompatible-pointer-types -DHAVE_CONFIG_H -I../../src -DRTPP_MODULE -Dmalloc=mod_malloc -Dfree=mod_free -Drealloc=mod_realloc -I../../hepconnector -I../../external/libucl/include -D_DEFAULT_SOURCE -D_ISOC99_SOURCE -DLINUX_XXX -g3 -O2 -std=c11 -D_BSD_SOURCE -D_XOPEN_SOURCE -pipe -MT rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo -MD -MP -MF .deps/rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.Tpo -c -o rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo test -f 'rtpp_acct_rtcp_hep.c' || echo './'rtpp_acct_rtcp_hep.c libtool: compile: gcc -Wall -Werror=implicit-function-declaration -Werror=incompatible-pointer-types -DHAVE_CONFIG_H -I../../src -DRTPP_MODULE -Dmalloc=mod_malloc -Dfree=mod_free -Drealloc=mod_realloc -I../../hepconnector -I../../external/libucl/include -D_DEFAULT_SOURCE -D_ISOC99_SOURCE -DLINUX_XXX -g3 -O2 -std=c11 -D_BSD_SOURCE -D_XOPEN_SOURCE -pipe -MT rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo -MD -MP -MF .deps/rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.Tpo -c rtpp_acct_rtcp_hep.c -fPIC -DPIC -o .libs/rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.o In file included from rtpp_acct_rtcp_hep.c:41:0: ../../src/rtpp_module.h:142:5: error: unknown type name ‘pthread_t’ pthread_t thread_id; ^~~~~~~~~ make[2]: *** [rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo] Error 1 make[2]: Leaving directory /usr/src/rtpproxy/modules/acct_rtcp_hep' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/rtpproxy/modules' make: *** [all-recursive] Error 1
/usr/src/rtpproxy/modules/acct_rtcp_hep' /bin/sh ../../libtool --tag=CC --mode=compile gcc -Wall -Werror=implicit-function-declaration -Werror=incompatible-pointer-types -DHAVE_CONFIG_H -I../../src -DRTPP_MODULE -Dmalloc=mod_malloc -Dfree=mod_free -Drealloc=mod_realloc -I../../hepconnector -I../../external/libucl/include -D_DEFAULT_SOURCE -D_ISOC99_SOURCE -DLINUX_XXX -g3 -O2 -std=c11 -D_BSD_SOURCE -D_XOPEN_SOURCE -pipe -MT rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo -MD -MP -MF .deps/rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.Tpo -c -o rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo
rtpp_acct_rtcp_hep.c libtool: compile: gcc -Wall -Werror=implicit-function-declaration -Werror=incompatible-pointer-types -DHAVE_CONFIG_H -I../../src -DRTPP_MODULE -Dmalloc=mod_malloc -Dfree=mod_free -Drealloc=mod_realloc -I../../hepconnector -I../../external/libucl/include -D_DEFAULT_SOURCE -D_ISOC99_SOURCE -DLINUX_XXX -g3 -O2 -std=c11 -D_BSD_SOURCE -D_XOPEN_SOURCE -pipe -MT rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo -MD -MP -MF .deps/rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.Tpo -c rtpp_acct_rtcp_hep.c -fPIC -DPIC -o .libs/rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.o In file included from rtpp_acct_rtcp_hep.c:41:0: ../../src/rtpp_module.h:142:5: error: unknown type name ‘pthread_t’ pthread_t thread_id; ^~~~~~~~~ make[2]: *** [rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo] Error 1 make[2]: Leaving directory
The text was updated successfully, but these errors were encountered:
I'm getting the same error. gcc version 10.1.0 (GCC)
Sorry, something went wrong.
Should be fixed in the latest master. Sorry for the breakage. :(
Anyone know any good CI that supports github and has centos/rhel images?
sobomax
No branches or pull requests
I am trying to compile on CentOS 7 with GCC 7 and I'm getting below error:
Making all in acct_rtcp_hep
make[2]: Entering directory
/usr/src/rtpproxy/modules/acct_rtcp_hep' /bin/sh ../../libtool --tag=CC --mode=compile gcc -Wall -Werror=implicit-function-declaration -Werror=incompatible-pointer-types -DHAVE_CONFIG_H -I../../src -DRTPP_MODULE -Dmalloc=mod_malloc -Dfree=mod_free -Drealloc=mod_realloc -I../../hepconnector -I../../external/libucl/include -D_DEFAULT_SOURCE -D_ISOC99_SOURCE -DLINUX_XXX -g3 -O2 -std=c11 -D_BSD_SOURCE -D_XOPEN_SOURCE -pipe -MT rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo -MD -MP -MF .deps/rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.Tpo -c -o rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo
test -f 'rtpp_acct_rtcp_hep.c' || echo './'rtpp_acct_rtcp_hep.c libtool: compile: gcc -Wall -Werror=implicit-function-declaration -Werror=incompatible-pointer-types -DHAVE_CONFIG_H -I../../src -DRTPP_MODULE -Dmalloc=mod_malloc -Dfree=mod_free -Drealloc=mod_realloc -I../../hepconnector -I../../external/libucl/include -D_DEFAULT_SOURCE -D_ISOC99_SOURCE -DLINUX_XXX -g3 -O2 -std=c11 -D_BSD_SOURCE -D_XOPEN_SOURCE -pipe -MT rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo -MD -MP -MF .deps/rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.Tpo -c rtpp_acct_rtcp_hep.c -fPIC -DPIC -o .libs/rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.o In file included from rtpp_acct_rtcp_hep.c:41:0: ../../src/rtpp_module.h:142:5: error: unknown type name ‘pthread_t’ pthread_t thread_id; ^~~~~~~~~ make[2]: *** [rtpp_acct_rtcp_hep_la-rtpp_acct_rtcp_hep.lo] Error 1 make[2]: Leaving directory
/usr/src/rtpproxy/modules/acct_rtcp_hep'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/rtpproxy/modules'
make: *** [all-recursive] Error 1
The text was updated successfully, but these errors were encountered: