dymosoftware / Drivers

21 stars 5 forks source link

Makefile for LW5xx does not work #5

Open dcinciruk opened 7 months ago

dcinciruk commented 7 months ago

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.

filober commented 7 months ago

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

dcinciruk commented 7 months ago

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 > "

jayjayseal commented 6 months ago

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.

jhocan55 commented 2 months ago

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