Closed Bug 423691 Opened 16 years ago Closed 15 years ago

sqlite bustage building with 10.5 SDK, running on 10.4

Categories

(Toolkit :: Storage, defect)

x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: ted, Unassigned)

References

Details

sqlite winds up linked with some $UNIX2003 variant symbols which don't work
on 10.4 when you build with the 10.5 SDK. I think there's a compiler or linker bug involved here, as we
explicitly specify 10.4 as our MacOSX target. We were able to work around this
by adding this to the sqlite makefile:
ifeq ($(OS_ARCH),Darwin)
DEFINES += -D_NONSTD_SOURCE -D__DARWIN__
endif

but I'm not sure that's the right fix.
still a problem?
Yes, this hasn't been fixed.
Don't care anymore, though. We're going to drop 10.4 support on trunk, so it doesn't matter.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.