Opened 7 months ago
Last modified 3 months ago
#5715 new enhancement
A new flag --without-comments
Reported by: | Lars Aksel Opsahl | Owned by: | strk |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 3.4.4 |
Component: | postgis | Version: | 3.4.x |
Keywords: | Cc: |
Description
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
?
Change History (3)
comment:1 by , 5 months ago
Owner: | changed from | to
---|
comment:2 by , 5 months ago
comment:3 by , 3 months ago
Milestone: | PostGIS 3.4.3 → PostGIS 3.4.4 |
---|
Note:
See TracTickets
for help on using tickets.
strange I thought we now by default build without comments.