Created attachment 16431 [details] [review] fix build of Splash.cc. build of Splash.cc fails with the following: Splash.cc: In member function 'void Splash::fillGlyph2(int, int, SplashGlyphBitmap*, GBool)': Splash.cc:1769: error: 'ceil' was not declared in this scope Splash.cc:1815: error: 'ceil' was not declared in this scope if we look in goo/FixedPoint.h, we can see that ceil() exists only for a FixedPoint argument. As `glyph->w' is an integer, the call to ceil() can be replaced here by a direct tristate operator. The attached patch fix this.
Fixed although with a different patch (use splashCeil)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.