michaelrsweet / pappl

PAPPL - Printer Application Framework
https://www.msweet.org/pappl
Apache License 2.0
307 stars 49 forks source link

Makefile:10: Makedefs: No such file or directory #273

Closed saberdsl closed 1 year ago

saberdsl commented 1 year ago

Error appeared when running "make" from source code in ubuntu 20.04

Makefile:10: Makedefs: No such file or directory make: *** No rule to make target 'Makedefs'. Stop.

michaelrsweet commented 1 year ago

You need to run ./configure to create the Makedefs file.