Per $Subject, current failures I've noticed include:
pdfio.cpp: In constructor 'VSIPDFFileStream::VSIPDFFileStream(VSILFILE*, const char*, Object&&)':
pdfio.cpp:66:1: error: expected identifier before '{' token
{
^
pdfio.cpp: In constructor 'VSIPDFFileStream::VSIPDFFileStream(VSIPDFFileStream*, vsi_l_offset, GBool, vsi_l_offset, Object&&)':
pdfio.cpp:94:1: error: expected identifier before '{' token
{
^
...
In file included from ogrmysqllayer.cpp:31:0:
ogr_mysql.h:43:10: fatal error: my_global.h: No such file or directory
#include <my_global.h>
^~~~~~~~~~~~~
compilation terminated.
For the latter, mariadb-devel changed the header's location as far as I can tell
Per $Subject, current failures I've noticed include: pdfio.cpp: In constructor 'VSIPDFFileStream::VSIPDFFileStream(VSILFILE*, const char*, Object&&)': pdfio.cpp:66:1: error: expected identifier before '{' token { ^ pdfio.cpp: In constructor 'VSIPDFFileStream::VSIPDFFileStream(VSIPDFFileStream*, vsi_l_offset, GBool, vsi_l_offset, Object&&)': pdfio.cpp:94:1: error: expected identifier before '{' token { ^ ... In file included from ogrmysqllayer.cpp:31:0: ogr_mysql.h:43:10: fatal error: my_global.h: No such file or directory #include <my_global.h> ^~~~~~~~~~~~~ compilation terminated. For the latter, mariadb-devel changed the header's location as far as I can tell