[PostGIS] #5715: A new flag --without-comments
PostGIS
trac at osgeo.org
Thu Apr 18 03:45:05 PDT 2024
#5715: A new flag --without-comments
-------------------------------+---------------------------
Reporter: Lars Aksel Opsahl | Owner: pramsey
Type: enhancement | Status: new
Priority: low | Milestone: PostGIS 3.4.3
Component: postgis | Version: 3.4.x
Keywords: |
-------------------------------+---------------------------
Right now I have problem with building doc my local mac which fails this
error
{{{
grep -v '&postgis_special;' postgis.xml > postgis-nospecial.xml.in
/usr/local/bin/xmllint --path
.:/Users/lop/dev/pg_build_from_source/postgis/doc --noent -o postgis-
nospecial.xml postgis-nospecial.xml.in dyld[56362]: Symbol not found:
_xmlCtxtSetMaxAmplification Referenced from: <67ABBA84-EFD3-3806-86AE-
9975D0EC3811> /usr/local/bin/xmllint Expected in: <236C8BF2-0800-396C-
AF03-B5328CAD1FD6> /usr/lib/libxml2.2.dylib make[1]: *** [postgis-
nospecial.xml] Abort trap: 6 make: *** [all] Error 1
}}}
But when testing this now I do not need the doc so @strk told that could
set CAN_BUILD_COMMENTS to empty to avoid build comments/doc.
But maybe we could have a flag to be used like this
{{{
./configure --without-comments
}}}
?
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5715>
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