Suse/NovellThis Forum is for the discussion of Suse Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi!
I have been trying to configure my HP 3300 MFD on my system. It connects through the parellel port. So I have been tryin to install hplip-0.9.6 from source. However eventhough ./configure is successful, make is not. It aborts with the following output -
Quote:
Making all in .
make[1]: Entering directory `/home/aditya/hplip-0.9.6'
if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKA GE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"hplip\" -DVERSION=\"0.9.6\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHA VE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_ST DINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_LIBPTHREAD=1 -DSTDC_HEADERS=1 -DHAVE_CUPS_CUPS_H=1 -DHAVE_PYTHON_PYTHON_H=1 -I. -I. -Iprnt/hpijs -Iip -g -O2 -MT system.o -MD -MP -MF ".deps/system.Tpo" -c -o system.o `test -f 'io/hpio d/system.cpp' || echo './'`io/hpiod/system.cpp; \
then mv -f ".deps/system.Tpo" ".deps/system.Po"; else rm -f ".deps/system.Tpo"; exit 1; fi
io/hpiod/system.cpp:829: error: prototype for �int System::SetSnmp(char*, int, c har*, 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:835: error: prototype for �int System::GetSnmp(char*, int, c har*, unsigned char*, int, int*, int*, int*)� does not match any in class �Syste m�
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 `/home/aditya/hplip-0.9.6'
make: *** [all-recursive] Error 1
Ok, I tried as per the site refered by you. The make command now runs a bit longer than before and aborts with the following output -
.............................
.............................
.............................
/home/aditya/hplip-0.9.6/prnt/hpijs/hpijs.cpp:459: undefined reference to `hpijsFaxServer(int, char**)'
collect2: ld returned 1 exit status
make[1]: *** [hpijs] Error 1
make[1]: Leaving directory `/home/aditya/hplip-0.9.6/prnt/hpijs'
make: *** [all-recursive] Error 1
I have finally discarded HPLIP and have installed HP-OFFICEJET on my system and have managed to configure it. HPLIP doesn't seem to be gelling with my system.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.