opensourcecobol / Open-COBOL-ESQL

Open Cobol ESQL (ocesql) is an open-source Embedded SQL pre-compiler and run-time library designed for COBOL applications which access an open-source database.
https://www.osscons.jp/osscobol/
GNU Lesser General Public License v3.0
50 stars 24 forks source link

Build #76

Closed GitMensch closed 1 year ago

GitMensch commented 1 year ago

background: I've did checkout of "develop" and then tried to build something, until realizing that flex was not installed.

configure.ac:

dblib/Makefile.am: use BUILT_SOURCES to ensure bison/flex generated sources are built first (and distributed and only deleted on make maintainer-clean)

yutaro-sakamoto commented 1 year ago

Thank you!