RSQLite icon indicating copy to clipboard operation
RSQLite copied to clipboard

deps.mk does not exist in 2.4.3 tarball

Open brook-milligan opened this issue 2 months ago • 7 comments

src/Makevars states the following prior to a rule to make deps.mk:

# This file is available only during development.
# For the tarball, we create an empty file.

However, the tarball for release 2.4.3 does not contain the file deps.mk. Consequently, compiling fails on a Mac (15.3.1, Xcode 16.1) because deps.mk does not exist.

The release process should enforce creation of this file, or make should unconditionally create it.

brook-milligan avatar Sep 28 '25 21:09 brook-milligan