From: <rds...@ad...> - 2005-11-18 16:45:36
|
I have sucessfully built hplip-0.9.4 & hplip-0.9.5 on my Slackware 10.2 system using kernel 2.6.13. I do not use Qt or Snmp. Using the same method, I can NOT build version 0.9.6. ./configure --disable-network-build (OK) make ("chokes" final error lines shown below) io/hpiod/system.cpp:830: error: prototype for `int System::SetSnmp(char*, int, char*, int, unsigned char*, int, int*, int*)' does not match any in class ` System' io/hpiod/system.h:75: error: candidate is: int System::SetSnmp(char*, int, char*, int, unsigned char*, unsigned int, int*, int*) io/hpiod/system.cpp:836: error: prototype for `int System::GetSnmp(char*, int, char*, unsigned char*, int, int*, int*, int*)' does not match any in class ` System' io/hpiod/system.h:74: error: candidate is: int System::GetSnmp(char*, int, char*, unsigned char*, unsigned int, int*, int*, int*) make[1]: *** [system.o] Error 1 make[1]: Leaving directory `/tmp/hplip-0.9.6' make: *** [all-recursive] Error 1 It quits making nothing. I've "nosed around" in the 2 system.* files. It seems to think I have & want net-snmp. Where is "HAVE_LIBSNMP" set? Thanks for the help. |