Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[DRAFT] Build on macOS #77

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

Conversation

kelvich
Copy link
Contributor

@kelvich kelvich commented Jan 9, 2025

Quite dirty and would break linux build, but shows what is missing for macOS build.

To build run CXXFLAGS="-std=c++17 -Wno-overloaded-virtual" make release -j.

no-overloaded-virtual is better to fix in the code itself.

Quite dirty and would brake linux build, but shows what is missing for macOS build.
@dpxcc dpxcc force-pushed the main branch 2 times, most recently from 2af4b2b to 6a655ea Compare January 10, 2025 04:05

clean-duckdb:
$(MAKE) -C third_party/duckdb clean

third_party/duckdb/build/$(BUILD_TYPE)/src/libduckdb.so: | .BUILD
third_party/duckdb/build/$(BUILD_TYPE)/src/libduckdb.dylib: | .BUILD

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Postgres prior to 16 still expects the so suffix.
It was changes in postgres/postgres@b55f62a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants