Added 'sqlite3' to the includes when building for OS X #330
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-01#330
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sqlite3 must be included when building the package for OS X or else the app bundle will not launch successfully. This is because OS X (even the latest 10.8.4) does not have a new enough version of sqlite for Bitmessage. When including sqlite3, the OS X package builds and launches successfully.
Py2App, OSX 10.8.4, Bitmessage latest
Thank you