http://bugs.openzim.org/show_bug.cgi?id=20
Summary: Not compiling (‘uint16_t’ does not name a type) Product: openZIM Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: major Priority: P5 Component: zimlib AssignedTo: tommi@tntnet.org ReportedBy: cip@gmx.at CC: dev-l@openzim.org Estimated Hours: 0.0
Zimlib is not compiling on linux. (Ubuntu 9.10) First error: ../include/zim/dirent.h:32: error: ‘uint16_t’ does not name a type
Problem is appearantly caused by last change in zim.h.
Including stdint.h in zim.h allows compiling again, but would probably break complile for windows.
Other non default settings used: -with_cxxtools=no (Not tested with cxxtools included)