Drivers icon indicating copy to clipboard operation
Drivers copied to clipboard

Makefile for LW5xx does not work

Open dcinciruk opened this issue 1 year ago • 5 comments

When following the instructions in INSTALL, it says to do ./configure and then make. When doing make, it eventually tries to access ppd/Linux which is not included in the repository.

dcinciruk avatar Feb 14 '24 14:02 dcinciruk

I have got the same issue, did you find a solution to this problem?

filober avatar Mar 04 '24 14:03 filober

LawrenceK in an unrelated closed issue suggested this which worked for me:

" try aclocal automake ./configure make

Also needed libboost-dev And in src/lm/LabelManagerLanguageMonitorV2.cpp missing #include < ctime > "

dcinciruk avatar Mar 04 '24 14:03 dcinciruk

Do not change the file. Copy the file (/LW4xx Linux/Linux/src/lw/raster2dymolw_v2) from the ZIP file to /usr/lib/cups/filter/

i guess the installer does not copy that file from the source to your device. (along with that the LW4xxLinux ppd folder does not contain ppd files for the lw4 printers but only for the 5xx printers. There is a lot wrong with the SDK.

jayjayseal avatar Mar 26 '24 07:03 jayjayseal

LawrenceK in an unrelated closed issue suggested this which worked for me:

" try aclocal automake ./configure make

Also needed libboost-dev And in src/lm/LabelManagerLanguageMonitorV2.cpp missing #include < ctime > "

This also worked for me

jhocan55 avatar Jul 31 '24 12:07 jhocan55

I also found that I had to add ctime to LabelManagerLanguageMonitorV2.cpp but the V2 raster file is now created.

I found I had to install pkg-config

mattdale77 avatar Nov 06 '25 19:11 mattdale77