You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build/release/duckdb
v1.1.3 19864453f7
Enter ".help" for usage hints.
Connected to a transient in-memory database.
Use ".open FILENAME" to reopen on a persistent database.
D select quack('Jane') as result;
┌───────────────┐
│ result │
│ varchar │
├───────────────┤
│ Quack Jane 🐥 │
└───────────────┘
I did the following, which is not documented in your readme in this way; some steps still need to be completed.
Installation of vcpkg
Clone the repo with submodules
git clone --recurse-submodules [email protected]:duckdb/extension-template.git
Run make, and generated an error:
I added the path for the files, and it compiled.
export CXXFLAGS="-I/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1"
I opened the issue because it is challenging to find/fix, and I thought you might like to add the info somewhere in your documentation.
The text was updated successfully, but these errors were encountered: