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)
http://bugs.openzim.org/show_bug.cgi?id=20
Tommi Mäkitalo tommi@tntnet.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #1 from Tommi Mäkitalo tommi@tntnet.org 2010-03-27 10:21:49 CET --- I have already fixed that yesterday. Can you please check that?
http://bugs.openzim.org/show_bug.cgi?id=20
Christian Pühringer cip@gmx.at changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED
--- Comment #2 from Christian Pühringer cip@gmx.at 2010-03-27 11:36:23 CET --- Latest version is compling again