stealthylabs / libssd1306

C graphics and device driver library to write to OLED SSD1306 128x64 or 128x32 using I2C
MIT License
20 stars 8 forks source link

autogen error #1

Closed or78rXxZ closed 3 years ago

or78rXxZ commented 3 years ago

~/libssd1306$ ./autogen.sh libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:22: installing './compile' configure.ac:24: installing './config.guess' configure.ac:24: installing './config.sub' configure.ac:13: installing './install-sh' configure.ac:13: installing './missing' examples/Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' configure.ac:37: error: possibly undefined macro: AC_CHECK_HEADERS If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:69: error: possibly undefined macro: AC_DEFINE configure.ac:109: error: possibly undefined macro: AC_MSG_ERROR configure.ac:128: error: possibly undefined macro: AC_CHECK_LIB

or78rXxZ commented 3 years ago

found the problem apt install pkg-config maybe add this to readme

stealthylabs commented 3 years ago

Thanks. I have added that to the README.