Hola como estan acabo de iniciar con esto de las PBX soy aficionado a Gnu/Linux desde ya hace tiempo y por sierto tengo una comunidad que se llama Open Suse Latino
http://opensuseltn.org , ando queriendo experimentar con asterisk en mi opensuse lo estoy compilando desde las fuentes los primeros paquetes no me dieron error pero el de asterisk me marca el siguiente error
pbx_lua.c:977: error: expected ‘)’ before ‘*’ token
pbx_lua.c:1020: error: expected ‘)’ before ‘*’ token
pbx_lua.c:1076: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
pbx_lua.c: In function ‘exists’:
pbx_lua.c:1141: error: ‘lua_State’ undeclared (first use in this function)
pbx_lua.c:1141: error: (Each undeclared identifier is reported only once
pbx_lua.c:1141: error: for each function it appears in.)
pbx_lua.c:1141: error: ‘L’ undeclared (first use in this function)
pbx_lua.c:1148: warning: implicit declaration of function ‘lua_get_state’
pbx_lua.c:1154: warning: implicit declaration of function ‘lua_find_extension’
pbx_lua.c: In function ‘canmatch’:
pbx_lua.c:1164: error: ‘lua_State’ undeclared (first use in this function)
pbx_lua.c:1164: error: ‘L’ undeclared (first use in this function)
pbx_lua.c: In function ‘matchmore’:
pbx_lua.c:1187: error: ‘lua_State’ undeclared (first use in this function)
pbx_lua.c:1187: error: ‘L’ undeclared (first use in this function)
pbx_lua.c: In function ‘exec’:
pbx_lua.c:1211: error: ‘lua_State’ undeclared (first use in this function)
pbx_lua.c:1211: error: ‘L’ undeclared (first use in this function)
pbx_lua.c:1224: warning: implicit declaration of function ‘lua_pushcfunction’
pbx_lua.c:1224: error: ‘lua_error_function’ undeclared (first use in this function)
pbx_lua.c:1225: warning: implicit declaration of function ‘lua_gettop’
pbx_lua.c:1229: warning: implicit declaration of function ‘lua_pop’
pbx_lua.c:1236: warning: implicit declaration of function ‘lua_update_registry’
pbx_lua.c:1238: warning: implicit declaration of function ‘lua_pushstring’
pbx_lua.c:1241: warning: implicit declaration of function ‘lua_pcall’
pbx_lua.c:1243: error: ‘LUA_ERRRUN’ undeclared (first use in this function)
pbx_lua.c:1245: warning: implicit declaration of function ‘lua_isnumber’
pbx_lua.c:1246: warning: implicit declaration of function ‘lua_tointeger’
pbx_lua.c:1247: warning: implicit declaration of function ‘lua_isstring’
pbx_lua.c:1248: warning: implicit declaration of function ‘lua_tostring’
pbx_lua.c:1248: warning: initialization makes pointer from integer without a cast
pbx_lua.c:1251: error: ‘LUA_ERRERR’ undeclared (first use in this function)
pbx_lua.c:1254: error: ‘LUA_ERRMEM’ undeclared (first use in this function)
pbx_lua.c:1260: warning: implicit declaration of function ‘lua_remove’
pbx_lua.c: At top level:
pbx_lua.c:1279: error: expected ‘)’ before ‘*’ token
pbx_lua.c: In function ‘load_or_reload_lua_stuff’:
pbx_lua.c:1426: error: ‘lua_State’ undeclared (first use in this function)
pbx_lua.c:1426: error: ‘L’ undeclared (first use in this function)
pbx_lua.c:1426: warning: implicit declaration of function ‘luaL_newstate’
pbx_lua.c:1432: warning: implicit declaration of function ‘lua_reload_extensions’
pbx_lua.c:1433: warning: initialization makes pointer from integer without a cast
make[1]: *** [pbx_lua.o] Error 1
make: *** [pbx] Error 2
Lo estoy compilando en Opensuse 11.1 en mi MSI Wind U100 solo la quiero para probar aqui en el trabajo y aver si se animena y me dejan instarlo y remplazar uno toshiba, bueno de antemano gracias ^_^