-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error using make command #9
Comments
Hi, can you provide some additional information such as what environment you're running and what commands you used to get to this point? |
I'm using Ubuntu 20.04 and this is the command sequence: `sudo apt-get install git libcups2-dev libcupsimage2-dev gcc g++ automake cd ~/ |
Hey! We'r getting the exact same issue on a Ubuntu 20.10 Installation. Its a fresh installlation of Ubuntu and we'r getting the following error:
All Installation-Steps were followed (installing those required packages):
Regards |
The problem is caused by a missing import required by the newer |
Hi,
with make command i get the following error:
../common/CupsPrintEnvironment.cpp: In member function ‘virtual void 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); | ^~~~~~~~~~~~~~~~~~~
Thank you very much
Enri
The text was updated successfully, but these errors were encountered: