Opened 4 years ago

Closed 4 years ago

#840 closed bug (fixed)

Build error when NDEBUG is set

Reported by: julian.rueth@… Owned by: ren
Priority: minor Milestone: 4-2-0 and higher
Component: dontKnow Version: 4-1-0
Keywords: NDEBUG Cc:

Description

Singular 4.1.0p3 fails to build when NDEBUG is set.

groebnerCone.cc:431:58: error: no 'bool groebnerCone::pointsOutwards(gfan::ZVector) const' member function declared in class 'groebnerCone'
 bool groebnerCone::pointsOutwards(const gfan::ZVector w) const
                                                          ^~~~~
groebnerCone.cc: In member function 'groebnerCones groebnerCone::tropicalNeighbours() const':
groebnerCone.cc:452:13: error: 'pointsOutwards' was not declared in this scope
         if (pointsOutwards(ray[j]))
             ^~~~~~~~~~~~~~

See circleci.com/gh/conda-forge/singular-feedstock/17?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link for a full build log; this happened while packaging Singular for conda-forge here github.com/conda-forge/singular-feedstock/pull/4.

Change History (2)

comment:1 Changed 4 years ago by ren

Owner: changed from somebody to ren

comment:2 Changed 4 years ago by ren

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.