Changes between Version 2 and Version 3 of Ticket #43826, comment 4


Ignore:
Timestamp:
May 29, 2014, 9:30:28 AM (10 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43826, comment 4

    v2 v3  
    11I tested with TeX Live 2014 (from Dan's user dir) on 10.7 and there were no problems. (I didn't check whether the error is reproducible with TL 2013).
    22
    3 But `pdf2htmlEX` did fail, with a completely different error:
    4 {{{
    5 src/util/unicode.cc:121:40: error: no member named 'mapNameToUnicode' in 'GlobalParams'; did you mean 'mapNameToUnicodeAll'?
    6             Unicode ou = globalParams->mapNameToUnicode(cname);
    7                                        ^~~~~~~~~~~~~~~~
    8                                        mapNameToUnicodeAll
    9 /opt/local/include/poppler/GlobalParams.h:149:11: note: 'mapNameToUnicodeAll' declared here
    10   Unicode mapNameToUnicodeAll(const char *charName);
    11           ^
    12 1 error generated.
    13 }}}
     3But `pdf2htmlEX` failed with a different error (see #43845).
    144
    15 I'll probably open a new ticket for that (https://github.com/coolwanglu/pdf2htmlEX/issues/296, https://github.com/coolwanglu/pdf2htmlEX/commit/c0371a07a678bebf2e6991c94eb245ec1c3f95cf).
    16 
    17 Can you please test whether TL 2014 works for you?
     5Can you please test whether TL 2014 now works for you?