Open GoogleCodeExporter opened 9 years ago
Same as this http://code.google.com/p/ttf2eot/issues/detail?id=22
Original comment by Mr.Leon...@gmail.com
on 7 Dec 2011 at 6:26
On Ubuntu 12.04:
g++ -c -o OpenTypeUtilities.o OpenTypeUtilities.cpp
OpenTypeUtilities.cpp:221:18: warning: multi-character character constant
[-Wmultichar]
OpenTypeUtilities.cpp:241:18: warning: multi-character character constant
[-Wmultichar]
OpenTypeUtilities.cpp:251:18: warning: multi-character character constant
[-Wmultichar]
OpenTypeUtilities.cpp: In function ‘bool getEOTHeader(unsigned char*, size_t,
std::vector<unsigned char>&, size_t&, size_t&, size_t&)’:
OpenTypeUtilities.cpp:191:41: error: expected primary-expression before ‘,’
token
OpenTypeUtilities.cpp:191:43: error: ‘tables’ was not declared in this scope
OpenTypeUtilities.cpp:191:49: error: ‘offsetof’ was not declared in this
scope
OpenTypeUtilities.cpp:196:41: error: expected primary-expression before ‘,’
token
OpenTypeUtilities.cpp:196:43: error: ‘tables’ was not declared in this scope
OpenTypeUtilities.cpp:196:49: error: ‘offsetof’ was not declared in this
scope
OpenTypeUtilities.cpp:253:70: error: expected primary-expression before ‘,’
token
OpenTypeUtilities.cpp:253:72: error: ‘nameRecords’ was not declared in this
scope
OpenTypeUtilities.cpp:253:83: error: ‘offsetof’ was not declared in this
scope
OpenTypeUtilities.cpp:259:74: error: expected primary-expression before ‘,’
token
OpenTypeUtilities.cpp:259:76: error: ‘nameRecords’ was not declared in this
scope
OpenTypeUtilities.cpp:259:87: error: ‘offsetof’ was not declared in this
scope
make: *** [OpenTypeUtilities.o] Error 1
Original comment by anteprim...@gmail.com
on 22 Jun 2012 at 12:18
Original issue reported on code.google.com by
m...@ashheskes.com
on 30 Nov 2011 at 11:25