Opened 6 months ago
#69910 assigned defect
duckdb @0.10.2: error: thread-local storage is unsupported for the current target
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | herbygillot (Herby Gillot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | mavericks | Cc: | |
Port: | duckdb |
Description
/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_databases_duckdb/duckdb/work/duckdb-0.10.2/third_party/re2/re2/re2.h:1002:8: error: thread-local storage is unsupported for the current target extern thread_local const RE2* context; ^
Adding compiler.thread_local_storage yes
might fix it.
Note: See
TracTickets for help on using
tickets.