The-OpenROAD-Project / OpenSTA

OpenSTA engine
GNU General Public License v3.0
389 stars 170 forks source link

another compile error from missing declarations #69

Closed AppMathIsRealMath closed 3 years ago

AppMathIsRealMath commented 3 years ago

Probably a similar problem to #65 while building with cudd:

OpenSTA/search/Sim.cc:69:3: error: ‘debugPrint2’ was not declared in this scope; did you mean ‘debugPrint’? 69 | debugPrint2(debug, "sim", 4, "find sense pin %s %s", | ^~~ | debugPrint OpenSTA/search/Sim.cc:95:3: error: ‘debugPrint1’ was not declared in this scope; did you mean ‘debugPrint’? 95 | debugPrint1(debug, "sim", 4, " %s", timingSenseString(sense)); | ^~~ | debugPrint

jjcherry56 commented 3 years ago

fixed in 0348fcfa cudd compile errors