[cfe-users] PostgreSQL 12 build issues on Solaris 11.4

2019-10-07 Thread Dechaux Eric CEN (BCQ STIG) via cfe-users
Hello, With the official llvm/clang release for Solaris 11.4 I tried to build PostgreSQL 12 with JIT enabled. JIT uses LLVM. However, the build fails with the following error : gmake[2] : on entre dans le répertoire « /tmp/build/pg12/postgresql-12.0/src/backend/jit/llvm » g++ -Wall -Wpointer

Re: [cfe-users] PostgreSQL 12 build issues on Solaris 11.4

2019-10-07 Thread Jan Korous via cfe-users
+CC Kamil who might know the answer. Hi Eric, > On Oct 7, 2019, at 12:49 AM, Dechaux Eric CEN (BCQ STIG) via cfe-users > wrote: > > Hello, > > With the official llvm/clang release for Solaris 11.4 I tried to build > PostgreSQL 12 with JIT enabled. JIT uses LLVM. However, the build fails with