Hi, Michal, I get the following compilation error when I compile the kernel using g++ (GCC) 3.4.6 20060404. Is it from this rather old compiler or a problem in the code? Thanks. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ g++ -c -O2 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fno-strict-aliasing -fexceptions -pipe -posix -ansi -std=c++98 -pedantic -I. -I/home/olin/download/pdfedit-0.4.5/src -I/home/olin/download/pdfedit-0.4.5/src/xpdf/ -I/usr/include -I/usr/include/freetype2 -I/usr/include -o cpdf.o cpdf.cc cpagecontents.cc: In member function `void pdfobjects::CPageContents::addInlineImage(const std::vector<char, std::allocator<char> >&, const libs::Point&, const libs::Point&)': cpagecontents.cc:543: warning: passing `const libs::Coordinate' for converting 1 of `pdfobjects::CObjectSimple<Tp>::CObjectSimple(const typename pdfobjects::PropertyTraitSimple<T>::value&) [with pdfobjects::PropertyType Tp = pInt]' cpagecontents.cc: In copy constructor `pdfobjects::CObjectSimple< pInt>::CObjectSimple(const pdfobjects::CObjectSimple< pInt>&)': /usr/include/boost/noncopyable.hpp:27: error: `boost::noncopyable_::noncopyable::noncopyable(const boost::noncopyable_::noncopyable&)' is private cpagecontents.cc:543: error: within this context cpagecontents.cc: In member function `void pdfobjects::CPageContents::addInlineImage(const std::vector<char, std::allocator<char> >&, const libs::Point&, const libs::Point&)': cpagecontents.cc:544: warning: passing `const libs::Coordinate' for converting 1 of `pdfobjects::CObjectSimple<Tp>::CObjectSimple(const typename pdfobjects::PropertyTraitSimple<T>::value&) [with pdfobjects::PropertyType Tp = pInt]' cpagecontents.cc: In copy constructor `pdfobjects::CObjectSimple< pName>::CObjectSimple(const pdfobjects::CObjectSimple< pName>&)': /usr/include/boost/noncopyable.hpp:27: error: `boost::noncopyable_::noncopyable::noncopyable(const boost::noncopyable_::noncopyable&)' is private cpagecontents.cc:545: error: within this context
-- *********************************************************** Art Olin 4004 Wesbrook Mall Senior Research Scientist Vancouver BC V6T 2A3 TRIUMF CANADA Adjunct Professor work phone: (604)222 7349 Dept of Physics and Astronomy home phone: (604)222 0650 University of Victoria fax:(604)222 1074 *********************************************************** ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Pdfedit-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdfedit-support
