On 16/05/2019 15.04, Even Rouault wrote:
> Richard,
>
> as I see /home/richard/bin/proj/lib/libinternalproj.so.15 , I assume you
> built
> PROJ with the -DPROJ_RENAME_SYMBOLS trick. So QGIS should also be built with
> this define set
>
> you might try adding the following to your ccmake invoka
Richard,
as I see /home/richard/bin/proj/lib/libinternalproj.so.15 , I assume you built
PROJ with the -DPROJ_RENAME_SYMBOLS trick. So QGIS should also be built with
this define set
you might try adding the following to your ccmake invokation:
-DCMAKE_CXX_FLAGS=-DPROJ_RENAME_SYMBOLS
Even
--
S
Hi,
To be able to test some (gdal) wfs3 stuff I've succesfully build my own
gdal3 and proj lib.
But I fail to build QGIS with it.
Anybody already succesfull?
My try (using options I used to build QGIS earlier with my own builds of
gdal/proj):
export
LD_LIBRARY_PATH=/home/richard/bin/qgis/qgisgdal