-
Notifications
You must be signed in to change notification settings - Fork 14
Description
You seem to have changed your package in the last two days. The old one didn't work, as per my previous issue if it's still there. The old one appeared to run with lots of warnings but didn't do anything, like install files, let alone associate the driver with the printer.
The DYMO-SDK-for-Linux doesn't even get through compile. Output attached - IN COLOR, so the warnings and errors stand out.
It ends with DymoPrinterDriver::CCupsPrintEnvironmentForLM::ReadData(DymoPrinterDriver::buffer_t&)’:
../common/CupsPrintEnvironment.cpp:139:23: error: ‘cupsBackChannelRead’ was not declared in this scope
139 | ssize_t bytesRead = cupsBackChannelRead((char*)buf, sizeof(buf), 2.5);
| ^~~~~~~~~~~~~~~~~~~
make[4]: *** [Makefile:494: CupsPrintEnvironment.o] Error 1
make[4]: Leaving directory '/home/dora/DYMO-SDK-for-Linux/src/lw'
make[3]: *** [Makefile:570: all-recursive] Error 1
make[3]: Leaving directory '/home/dora/DYMO-SDK-for-Linux/src/lw'
make[2]: *** [Makefile:355: all-recursive] Error 1
make[2]: Leaving directory '/home/dora/DYMO-SDK-for-Linux/src'
make[1]: *** [Makefile:300: all] Error 2
make[1]: Leaving directory '/home/dora/DYMO-SDK-for-Linux/src'
make: *** [Makefile:364: all-recursive] Error 1
I am using Ubuntu 20.04. And getting the same results on two very different computers.