On Wed, Aug 24, 2005 at 04:19:09PM -0400, D. Richard Hipp wrote: > On Wed, 2005-08-24 at 10:08 -1000, Glen Nakamura wrote: > > The problem could be the following lines in Makefile.in: > > > > # In LIBOBJ but not TESTSRC > > COMMONOBJ = $(foreach obj,$(LIBOBJ),\ > > $(if $(findstring $(patsubst %.lo,%.c,$(obj)),$(TESTSRC)),,$(obj))) > > > > OK. The line above was in a patch someone sent in for ticket > #1292: http://www.sqlite.org/cvstrac/tktview?tn=1292. > > Can someone who understands make and configure perhaps suggest a > fix for this so that it will work on OpenBSD and Mac OS-X at the > same time?
I've attached a patch in Ticket #1390: http://www.sqlite.org/cvstrac/tktview?tn=1390 - glen