[PostGIS] #5942: mingw64 issue get working with new mingw64 chain
PostGIS
trac at osgeo.org
Sun Jul 13 15:52:35 PDT 2025
#5942: mingw64 issue get working with new mingw64 chain
--------------------+---------------------------
Reporter: robe | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.6.0
Component: build | Version: master
Keywords: |
--------------------+---------------------------
I haven't swapped in my gcc13 mingw64 cause it's failing on typmod test
with error
can't write to:
/projects/postgis/tmp/3.6.0dev_pg18_geos3.14_gdal3.9.2w64/pgis_reg_tmp//test_1_tmp
If I hardcode the path in the typmod.sql test to:
``
SELECT * FROM
tm.insert_all('C:/ming64/projects/postgis/tmp/3.6.0dev_pg18_geos3.14_gdal3.9.2w64/pgis_reg_tmp/test_1_tmp');
``
It works. So I guess the new one can only read the windows path and not
the msys path.
I feel like I've had this kind of issue before and not sure how I fixed
last time.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5942>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list