| Summary: | Не запускается игра raidem | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | viktor <folkraft> |
| Component: | raidem | Assignee: | viy <viy> |
| Status: | ASSIGNED --- | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | viy |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| URL: | http://git.altlinux.org/srpms/r/raidem.git | ||
|
Description
viktor
2020-03-05 12:22:42 MSK
как понимаю, на x86_64.
подозрение на loadpng
--- из лога сборки ---
loadpng.c:326:34: warning: cast between incompatible function types from 'void (*)(png_struct *, png_byte *, png_uint_32)' {aka 'void (*)(struct png_struct_def *, unsigned char *, unsigned int)'} to 'void (*)(png_struct *, png_byte *, size_t)' {aka 'void (*)(struct png_struct_def *, unsigned char *, long unsigned int)'} [-Wcast-function-type]
png_set_read_fn(png_ptr, fp, (png_rw_ptr)read_data);
^
loadpng.c: In function 'load_memory_png_ex':
loadpng.c:434:52: warning: cast between incompatible function types from 'void (*)(png_struct *, png_byte *, png_uint_32)' {aka 'void (*)(struct png_struct_def *, unsigned char *, unsigned int)'} to 'void (*)(png_struct *, png_byte *, size_t)' {aka 'void (*)(struct png_struct_def *, unsigned char *, long unsigned int)'} [-Wcast-function-type]
png_set_read_fn(png_ptr, &memory_reader_state, (png_rw_ptr)read_data_memory);
|