Jump to content


theFSM

Member Since 8 Jul 2012
Offline Last Active 22 Jul 2012 13:37
-----

Posts I've Made

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

9 July 2012 - 21:41

thank you. it tourned out that libnl2 was missing.

In Topic: Build Script for Openpli Enigma2 on Ubuntu 10.4 32 Bit

9 July 2012 - 14:57

hello, can someone help me. i'm getting this error:

../../lib/dvb/ca_connector.h:38: error: field ‘ca_policy’ has incomplete type
ca_connector.cpp: In constructor ‘caConnector::caConnector()’:
ca_connector.cpp:16: error: ‘nl_socket_alloc’ was not declared in this scope
ca_connector.cpp:17: error: ‘genl_connect’ was not declared in this scope
ca_connector.cpp:19: error: ‘genl_ctrl_resolve’ was not declared in this scope
ca_connector.cpp:25: error: ‘ca_policy’ was not declared in this scope
ca_connector.cpp:25: error: ‘NLA_U32’ was not declared in this scope
ca_connector.cpp:26: error: ‘NLA_U16’ was not declared in this scope
ca_connector.cpp:27: error: ‘NLA_UNSPEC’ was not declared in this scope
ca_connector.cpp:33: error: ‘nlmsg_alloc’ was not declared in this scope
ca_connector.cpp:34: error: ‘NL_AUTO_PID’ was not declared in this scope
ca_connector.cpp:34: error: ‘NL_AUTO_SEQ’ was not declared in this scope
ca_connector.cpp:34: error: ‘NLM_F_ECHO’ was not declared in this scope
ca_connector.cpp:35: error: ‘genlmsg_put’ was not declared in this scope
ca_connector.cpp:36: error: ‘nl_send_auto_complete’ was not declared in this scope
ca_connector.cpp:37: error: ‘NL_CB_VALID’ was not declared in this scope
ca_connector.cpp:37: error: ‘NL_CB_CUSTOM’ was not declared in this scope
ca_connector.cpp:37: error: ‘nl_socket_modify_cb’ was not declared in this scope
ca_connector.cpp:38: error: ‘nl_recvmsgs_default’ was not declared in this scope
ca_connector.cpp:39: error: ‘nlmsg_free’ was not declared in this scope
ca_connector.cpp:41: error: ‘nl_socket_disable_seq_check’ was not declared in this scope
ca_connector.cpp: In destructor ‘virtual caConnector::~caConnector()’:
ca_connector.cpp:51: error: ‘nl_close’ was not declared in this scope
ca_connector.cpp:52: error: ‘nl_socket_free’ was not declared in this scope
ca_connector.cpp: In member function ‘virtual void caConnector::thread()’:
ca_connector.cpp:60: error: ‘nl_recvmsgs_default’ was not declared in this scope
ca_connector.cpp: In static member function ‘static int caConnector::parse_cb(nl_msg*, void*)’:
ca_connector.cpp:75: error: ‘nlmsg_hdr’ was not declared in this scope
ca_connector.cpp:78: error: ‘class caConnector’ has no member named ‘ca_policy’
ca_connector.cpp:78: error: ‘genlmsg_parse’ was not declared in this scope
ca_connector.cpp:81: error: ‘nla_get_u32’ was not declared in this scope
ca_connector.cpp:85: error: ‘nla_get_u16’ was not declared in this scope
ca_connector.cpp:86: error: ‘nla_data’ was not declared in this scope
ca_connector.cpp:102: error: ‘nla_get_u16’ was not declared in this scope
ca_connector.cpp:103: error: ‘nla_data’ was not declared in this scope
make[3]: *** [ca_connector.o] Fehler 1