Skip to content

Update Dockerfile #436

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Dockerfile #436

wants to merge 1 commit into from

Conversation

Adesoji1
Copy link

@Adesoji1 Adesoji1 commented Feb 3, 2025

Screenshot from 2025-02-03 16-12-37
it solves the compile error of :102.5 /source/.build/checkouts/swift-llbuild/lib/Core/SQLiteBuildDB.cpp:28:10: fatal error: 'sqlite3.h' file not found
102.5 28 | #include <sqlite3.h>
102.5 | ^~~~~~~~~~~

In Ubuntu, you need to install libsqlite3-dev (in addition to the runtime package libsqlite3-0) so that the header files are available for compilation. Therefore, adding libsqlite3-dev resolves the error

it solves the compile error of :102.5 /source/.build/checkouts/swift-llbuild/lib/Core/SQLiteBuildDB.cpp:28:10: fatal error: 'sqlite3.h' file not found
102.5    28 | #include <sqlite3.h>
102.5       |          ^~~~~~~~~~~
@Adesoji1 Adesoji1 requested a review from shahmishal as a code owner February 3, 2025 15:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant