#1
|
|||
|
|||
hptzip
Semen Panevin написал(а) к All в Oct 23 21:59:30 по местному времени:
Доброго здоровьица тебе, All! А сборка с hptzip насколько живая нынче в свежих хаски? Чёт попробовал её включить и всё упало, куча ошибок компиляции. Вот думаю, это я что-то делаю не так, или gcc слишком новый, или оно в целом сломано? -----------------Вырезка из билд лога------------------- hptzip/hptzip/ioapi.h:165:5: error: unknown type name .readfilefunc. 165 | readfile_func zreadfile; | ^~~~~~~~~~~~~~ hptzip/hptzip/ioapi.h:166:5: error: unknown type name .writefilefunc. 166 | writefile_func zwritefile; | ^~~~~~~~~~~~~~~ hptzip/hptzip/ioapi.h:167:5: error: unknown type name .tell64filefunc. 167 | tell64file_func ztell64file; | ^~~~~~~~~~~~~~~~ hptzip/hptzip/ioapi.h:168:5: error: unknown type name .seek64filefunc. 168 | seek64file_func zseek64file; | ^~~~~~~~~~~~~~~~ hptzip/hptzip/ioapi.h:169:5: error: unknown type name .closefilefunc. 169 | closefile_func zclosefile; | ^~~~~~~~~~~~~~~ hptzip/hptzip/ioapi.h:170:5: error: unknown type name .testerrorfilefunc. 170 | testerrorfile_func zerrorfile; | ^~~~~~~~~~~~~~~~~~~ hptzip/hptzip/ioapi.h:174:28: error: expected .=., .,., .;., .asm. or ._attribute_. before .OF. 174 | void fillfopen64_filefunc OF((zlib_filefunc64_def* pzlib_filefuncdef)); | ^~ hptzip/hptzip/ioapi.h:175:26: error: expected .=., .,., .;., .asm. or ._attribute_. before .OF. 175 | void fillfopen_filefunc OF((zlib_filefunc_def* pzlib_filefuncdef)); | ^~ hptzip/hptzip/ioapi.h:181:5: error: unknown type name .openfilefunc. 181 | openfile_func zopen32file; | ^~~~~~~~~~~~~~ hptzip/hptzip/ioapi.h:182:5: error: unknown type name .tellfilefunc. 182 | tellfile_func ztell32file; | ^~~~~~~~~~~~~~ hptzip/hptzip/ioapi.h:183:5: error: unknown type name .seekfilefunc. 183 | seekfile_func zseek32file; | ^~~~~~~~~~~~~~ hptzip/hptzip/ioapi.h:194:21: error: expected .=., .,., .;., .asm. or ._attribute_. before .OF. 194 | voidpf callzopen64 OF((const zlib_filefunc64_32def pfilefunc,const voidfilename,int mode)); | ^~ hptzip/hptzip/ioapi.h:195:22: error: expected .=., .,., .;., .asm. or ._attribute_. before .OF. 195 | long callzseek64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64T offset, int origin)); | ^~ hptzip/hptzip/ioapi.h:196:23: error: expected .=., .,., .;., .asm. or ._attribute_. before .OF. 196 | ZPOS64T call_ztell64 OF((const zlib_filefunc64_32def* pfilefunc,voidpf filestream)); | ^~ hptzip/hptzip/zip.h:116:32: error: expected .=., .,., .;., .asm. or ._attribute_. before .OF. 116 | extern zipFile ZEXPORT zipOpen OF((const char *pathname, int append)); | ^~ hptzip/hptzip/zip.h:117:34: error: expected .=., .,., .;., .asm. or ._attribute_. before .OF. 117 | extern zipFile ZEXPORT zipOpen64 OF((const void *pathname, int append)); -------------------------------- С наилучшими пожеланиями, Семён. ... От правды далеко не убежишь (с) Sage --- GoldED+/LNX 1.1.5-b20231008 (Linux 6.1.53-gentoo-r1 iF6M10) |