Ticket #578 (accepted defect)
Install problem
| Reported by: | info@… | Owned by: | dark |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Core | Version: | beta13 |
| Keywords: | install | Cc: |
Description
Hi,
I'm trying to install on a liquidfeed on distribution centos 5.5.
Unfortunately at one point when I launch make, I have this
error.
mondelefant_native.c:1118: warning: incompatible implicit declaration of built-in function âabortâ
make[2]: * [mondelefant_native.o] Error 1
make[2]: Leaving directory `/opt/webmcp/libraries/mondelefant'
make[1]: * [libraries] Error 2
make[1]: Leaving directory `/opt/webmcp'
make: * [all] Error 2
The server on which work is not in production and has an ip
public, so if anyone of the staff, I can 'follow
I can give ssh access to the server for help
installation.
Pending thanks.
Attachments
Change History
comment:1 Changed 2 years ago by dark
- Owner changed from jbe to dark
- Status changed from new to accepted
comment:2 Changed 14 months ago by strzol@…
I'm getting the same error when trying to install on opensuse 12.1.
mondelefant_native.c: In function ‘mondelefant_connect’: mondelefant_native.c:203:3: warning: implicit declaration of function ‘lua_getfield’ [-Wimplicit-function-declaration] mondelefant_native.c:241:11: warning: implicit declaration of function ‘luaL_addchar’ [-Wimplicit-function-declaration] mondelefant_native.c:245:11: warning: implicit declaration of function ‘lua_tolstring’ [-Wimplicit-function-declaration] mondelefant_native.c:245:17: warning: assignment makes pointer from integer without a cast [enabled by default] mondelefant_native.c:315:3: warning: implicit declaration of function ‘lua_setfield’ [-Wimplicit-function-declaration] mondelefant_native.c: In function ‘mondelefant_conn_assemble_command’: mondelefant_native.c:635:9: warning: implicit declaration of function ‘lua_objlen’ [-Wimplicit-function-declaration] mondelefant_native.c:564:23: warning: variable ‘conn’ set but not used [-Wunused-but-set-variable] mondelefant_native.c: In function ‘mondelefant_conn_try_query’: mondelefant_native.c:878:7: warning: implicit declaration of function ‘lua_pushinteger’ [-Wimplicit-function-declaration] mondelefant_native.c: At top level: mondelefant_native.c:1665:30: error: array type has incomplete element type mondelefant_native.c:1673:30: error: array type has incomplete element type mondelefant_native.c:1681:30: error: array type has incomplete element type mondelefant_native.c:1696:30: error: array type has incomplete element type mondelefant_native.c:1701:30: error: array type has incomplete element type mondelefant_native.c:1708:30: error: array type has incomplete element type mondelefant_native.c:1715:30: error: array type has incomplete element type mondelefant_native.c:1721:30: error: array type has incomplete element type mondelefant_native.c:1730:30: error: array type has incomplete element type mondelefant_native.c:1735:30: error: array type has incomplete element type mondelefant_native.c: In function ‘luaopen_mondelefant_native’: mondelefant_native.c:1743:3: warning: implicit declaration of function ‘luaL_register’ [-Wimplicit-function-declaration] mondelefant_native.c: At top level: mondelefant_native.c:1665:30: warning: ‘mondelefant_module_functions’ defined but not used [-Wunused-variable] mondelefant_native.c:1673:30: warning: ‘mondelefant_conn_mt_functions’ defined but not used [-Wunused-variable] mondelefant_native.c:1681:30: warning: ‘mondelefant_conn_methods’ defined but not used [-Wunused-variable] mondelefant_native.c:1696:30: warning: ‘mondelefant_errorobject_mt_functions’ defined but not used [-Wunused-variable] mondelefant_native.c:1701:30: warning: ‘mondelefant_errorobject_methods’ defined but not used [-Wunused-variable] mondelefant_native.c:1708:30: warning: ‘mondelefant_result_mt_functions’ defined but not used [-Wunused-variable] mondelefant_native.c:1715:30: warning: ‘mondelefant_class_mt_functions’ defined but not used [-Wunused-variable] mondelefant_native.c:1721:30: warning: ‘mondelefant_class_methods’ defined but not used [-Wunused-variable] mondelefant_native.c:1730:30: warning: ‘mondelefant_object_methods’ defined but not used [-Wunused-variable] mondelefant_native.c:1735:30: warning: ‘mondelefant_list_methods’ defined but not used [-Wunused-variable] make[2]: *** [mondelefant_native.o] Error 1 make[2]: Leaving directory `/opt/webmcp/libraries/mondelefant' make[1]: *** [libraries] Error 2 make[1]: Leaving directory `/opt/webmcp' make: *** [all] Error 2
