Closed
Bug 423691
Opened 17 years ago
Closed 15 years ago
sqlite bustage building with 10.5 SDK, running on 10.4
Categories
(Core :: SQLite and Embedded Database Bindings, defect)
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.
Comment 1•16 years ago
|
||
still a problem?
Reporter | ||
Comment 2•16 years ago
|
||
Yes, this hasn't been fixed.
Reporter | ||
Comment 3•15 years ago
|
||
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
Updated•6 months ago
|
Product: Toolkit → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•