Thanks for the fix. You guys are great. Good to know it will be official in the next release.
Since I installed HPLIP and HPIJS via RPM's, I'm going to have fun building it from source for the first time but I will have one happy Linux user. (First one in the company) Anyone out there on SUSE know of any "gotchas" not in the official "HOW TO" in building HPIJS ? <snip> Cauligi, Raghothama S wrote: > I found a bug in the code and have fixed it. This fix will be in the > next release of HPLIP. > In the meantime, if you would like to make the fix, this is what you > have to do; you have to > edit one file and remake hpijs. Here is how to do this: > in a terminal window, cd to hplip source directory. > >> cd /sourcepath/hplip-x.x/prnt/hpijs >> vi dj3320.cpp (use your favourite editor if you don't like vi) >> > search for the line > err = pPrinterXBow->Send (pbySync, (DWORD) sizeof (pbySync)); > replace (DWORD) sizeof (pbySync) in the above line with SYNCSIZE so the > modified line now is > err = pPrinterXBow->Send (pbySync, SYNCSIZE); > save the file and exit the editor > rebuild hpijs > >> make hpijs >> > replace the old hpijs with this one, you have to be root to do this > >> su >> > # cp .libs/hpijs /usr/bin > That's it. > Thanks > Raghu > > > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ HPLIP-Help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hplip-help
