Using the commands in the book gives:

  CXX      pdftoraster-pdftoraster.o
filter/pdftoraster.cxx: In function ‘int main(int, char**)’:
filter/pdftoraster.cxx:2166:11: error: ‘memCheck’ is not a member of
‘Object’
   Object::memCheck(stderr);
           ^~~~~~~~
filter/pdftoraster.cxx:2167:3: error: ‘gMemReport’ was not declared in this
scope
   gMemReport(stderr);
   ^~~~~~~~~~
filter/pdftoraster.cxx:2167:3: note: suggested alternative: ‘rresvport’
   gMemReport(stderr);
   ^~~~~~~~~~
   rresvport

when compiling.

Applying this patch:

https://github.com/OpenPrinting/cups-filters/commit/6b0747c163.patch


fixes the problem.


jb.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to