Hi,

With wt 3.1.10 I get a:

wt-3.1.10/src/Wt/WPdfImage.C: In constructor 'Wt::WPdfImage::WPdfImage(const 
Wt::WLength&, const Wt::WLength&, Wt::WObject*)':
wt-3.1.10/src/Wt/WPdfImage.C:74:30: / error: 'HPDF_UseUTFEncodings' was not 
declared in this scope
make[2]: *** [src/CMakeFiles/wt.dir/Wt/WPdfImage.o] Error 1

As I see it, the API test there is wrong:

-#if HPDF_VERSION_ID>=20200
+#if HPDF_VERSION_ID>=20300
   if (trueTypeFonts_)
     HPDF_UseUTFEncodings(pdf_);
 #endif

libharu has a HPDF_UseUTFEncodings in upcoming unrelease libharu 2.3.0, but
not in 2.2.1 yet.

With kind regards

Andreas Baumann

-- 
Andreas Baumann
Trottenstrasse 20
CH-8037 Zuerich
Telefon: +41(0)76/373 01 29
E-mail: abaum...@yahoo.com
Homepage: www.andreasbaumann.cc

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to