segasai / q3c

PostgreSQL extension for spatial indexing on a sphere
GNU General Public License v2.0
76 stars 27 forks source link

Error building q3c with newer versions of RHEL / LLVM #40

Open johnny-gossick opened 1 day ago

johnny-gossick commented 1 day ago

On RHEL / AlmaLinux 9.4 with LLVM 17.0.6 we are getting the error below when trying to build q3c. We believe q3c needs to be updated to build with newer versions of LLVM.

error: unknown argument: '-no-opaque-pointers'

segasai commented 1 day ago

Hi,

q3c itself does not have any option '-no-opaque-pointers' anywhere. So if it appears, it's somewhere from your build environment. Most likely something is wrong there, but it's impossible to say without more information, i.e. full error message, etc.