[Alibava-general] Alibava-gui instalation
Brought to you by:
lacasta
|
From: Vinicius F. L. <vin...@ce...> - 2013-09-03 17:37:20
|
Dear Alibava experts,
I work at UFRJ and we just recieved an Alibava motherboard and daughter board.
I tried to install the alibava-gui in a fresh intalled machine running SLC6, but I keep getting an error when make arrives at USBemulator.cc. ./configure does not give any error message. I suspect there´s some library missing, but don´t know which one. The error is at the end o f this e-mail.
Many thanks in advance,
Vinícius.
USBemulator.cc
USBemulator.cc: In function âGSocket* connect_server(char, const char*)â:
USBemulator.cc:68: warning: unused variable ârecv_bufâ
USBemulator.cc:69: warning: unused variable âszâ
USBemulator.cc: In function âGPid check_for_daemon(int)â:
USBemulator.cc:196: warning: unused variable âCWDâ
USBemulator.cc: In member function âvirtual int USBemulator::poll(int)â:
USBemulator.cc:593: error: âg_socket_get_timeoutâ was not declared in this scope
USBemulator.cc:596: error: âg_socket_set_timeoutâ was not declared in this scope
USBemulator.cc:603: error: âg_socket_set_timeoutâ was not declared in this scope
|