this is the message I get when I compile the source package of adunanza in f15
any idea what it means?
amule.cpp: In member function ‘virtual bool CamuleApp::OnInit()’:
amule.cpp:543:7: warning: unused variable ‘ec_config’ [-Wunused-variable]
amule.cpp: At global scope:
amule.cpp:560:22: error: ‘cmdline’ was not declared in this scope
amule.cpp:562:2: error: ‘enable_stdout_log’ does not name a type
amule.cpp:573:2: error: ‘enable_daemon_fork’ does not name a type
amule.cpp:576:2: error: ‘PidFile’ does not name a type
amule.cpp:580:2: error: expected unqualified-id before ‘if’
amule.cpp: In member function ‘virtual bool CamuleApp::OnInit()’:
amule.cpp:558:2: warning: control reaches end of non-void function [-Wreturn-type]
make[3]: *** [amule-amule.o] Error 1
make[3]: Leaving directory `/home/f15/amule-adunanza/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/f15/amule-adunanza/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/f15/amule-adunanza'
make: *** [all] Error 2