Inkscape build problem on Windows
Building Inkscape-r15804 using btool ends with:
Make error line 178: problem compiling: src/inkjar/jar.h:41: error: 'uint8_t' do es not name a type src/inkjar/jar.h:42: error: 'uint16_t' does not name a type src/inkjar/jar.h:43: error: 'uint32_t' does not name a type src/inkjar/jar.cpp: In member function 'bool Inkjar::JarFile::read_signature()':
src/inkjar/jar.cpp:131: error: 'ub4' was not declared in this scope src/inkjar/jar.cpp:131: error: expected ',' or ';' before 'bytes' src/inkjar/jar.cpp: In member function 'guint32 Inkjar::JarFile::get_crc(guint8* , guint16)': src/inkjar/jar.cpp:158: error: 'ub4' was not declared in this scope src/inkjar/jar.cpp:158: error: expected `;' before 'bytes' src/inkjar/jar.cpp: In member function 'GByteArray* Inkjar::JarFile::get_next_fi le_contents()': src/inkjar/jar.cpp:203: error: 'ub4' was not declared in this scope src/inkjar/jar.cpp:203: error: expected ',' or ';' before 'bytes' src/inkjar/jar.cpp:204: error: 'ub2' was not declared in this scope src/inkjar/jar.cpp:204: error: expected ',' or ';' before 'bytes' src/inkjar/jar.cpp:205: error: expected ',' or ';' before 'bytes' src/inkjar/jar.cpp:206: error: expected ',' or ';' before 'bytes' src/inkjar/jar.cpp:207: error: expected ',' or ';' before 'bytes' src/inkjar/jar.cpp: In member function 'bool Inkjar::JarFile::check_crc(guint32, guint32, guint16)': src/inkjar/jar.cpp:413: error: 'ub4' was not declared in this scope src/inkjar/jar.cpp:413: error: expected ',' or ';' before 'bytes' src/inkjar/jar.cpp:419: error: expected `;' before 'bytes'
Adding "#define HAVE_STDINT_H" to config.h fixes it. Anybody having the same problem?
participants (1)
-
JonY