Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#4235 closed defect (fixed)

Build with debug logs is broken

Reported by: Algunenano Owned by: pramsey
Priority: medium Milestone: PostGIS 2.5.1
Component: postgis Version: master
Keywords: Cc:

Description

In file included from lwstroke.c:37:
lwstroke.c: In function 'angle_increment_using_max_deviation':
lwstroke.c:182:42: error: 'tol' undeclared (first use in this function); did you mean 'atol'?
        "using arc-max 2 * radius == %g", tol, maxErr);

With https://github.com/postgis/postgis/pull/330 we'll start testing this build as part of Travis CI.

Change History (5)

comment:1 by Algunenano, 5 years ago

Milestone: PostGIS 3.0.0PostGIS 2.5.1

2.5 is also partially affected.

comment:2 by Algunenano, 5 years ago

Fix for 2.5: r17006

Fix for trunk: r17007

comment:3 by dbaston, 5 years ago

In 17009:

Make Travis catch compilation errors with debug logging enabled

References #4235
Closes https://github.com/postgis/postgis/pull/330

comment:4 by dbaston, 5 years ago

Resolution: fixed
Status: newclosed

comment:5 by komzpa, 5 years ago

In 17011:

[travis] run debug build in parallel

References #4235

Note: See TracTickets for help on using tickets.