Panel użytkownika
Nazwa użytkownika:
Hasło:
Nie masz jeszcze konta?

linkowanie statyczne plików MinGW w CodeBlocks

Ostatnio zmodyfikowano 2022-10-17 17:08
Autor Wiadomość
pekfos
» 2022-10-02 23:57:53
Właśnie tak. Nie działa z tymi samymi błędami?
P-179676
AP1994
Temat założony przez niniejszego użytkownika
» 2022-10-05 14:48:13
Dalej nie działa.
To cały Build log:
-------------- Build: Debug in platform game (compiler: GNU GCC Compiler)---------------

g++.exe -L"D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib" -o "platform game\2022-10-05\platform game.exe" "platform game\2022-10-05 Debug\Collisions.o" "platform game\2022-10-05 Debug\default_creature.o" "platform game\2022-10-05 Debug\kontrolki.o" "platform game\2022-10-05 Debug\main.o" "platform game\2022-10-05 Debug\mapa.o" "platform game\2022-10-05 Debug\monster.o" "platform game\2022-10-05 Debug\player.o" "platform game\2022-10-05 Debug\Window.o"  "platform game\2022-10-05 Debug\resouce.res" -static-libstdc++ -static  "D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a" -lopengl32 -lglu32 -lGdi32 -lShlwapi -lWinmm
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `_al_create_bitmap_params':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:164: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_get_bitmap_blend_color':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:376: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_get_separate_bitmap_blender':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:401: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_set_bitmap_blend_color':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:437: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_set_bitmap_blender':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:449: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj):C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:461: more undefined references to `__imp__wassert' follow
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(png.c.obj): In function `user_error_fn':
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:44: undefined reference to `png_get_error_ptr'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(png.c.obj): In function `read_data':
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:63: undefined reference to `png_get_io_ptr'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:65: undefined reference to `png_error'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(png.c.obj): In function `check_if_png':
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:79: undefined reference to `__imp__wassert'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:84: undefined reference to `png_sig_cmp'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(png.c.obj): In function `really_load_png':
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:111: undefined reference to `__imp__wassert'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:116: undefined reference to `png_read_info'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:118: undefined reference to `png_get_IHDR'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:124: undefined reference to `png_set_packing'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:128: undefined reference to `png_set_expand'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:133: undefined reference to `png_get_valid'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:135: undefined reference to `png_set_tRNS_to_alpha'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:136: undefined reference to `png_get_tRNS'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:141: undefined reference to `png_set_strip_16'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:146: undefined reference to `png_set_gray_to_rgb'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:151: undefined reference to `png_get_sRGB'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:152: undefined reference to `png_set_gamma'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:154: undefined reference to `png_get_gAMA'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:155: undefined reference to `png_set_gamma'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:157: undefined reference to `png_set_gamma'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:162: undefined reference to `png_set_interlace_handling'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:167: undefined reference to `png_read_update_info'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:174: undefined reference to `png_get_PLTE'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:187: undefined reference to `png_get_rowbytes'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:246: undefined reference to `png_read_row'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:322: undefined reference to `__imp__wassert'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:334: undefined reference to `png_read_end'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(png.c.obj): In function `_al_load_png_f':
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:349: undefined reference to `__imp__wassert'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:362: undefined reference to `png_create_read_struct'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:370: undefined reference to `png_create_info_struct'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:372: undefined reference to `png_destroy_read_struct'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:380: undefined reference to `png_destroy_read_struct'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:385: undefined reference to `png_set_error_fn'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:388: undefined reference to `png_set_read_fn'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:391: undefined reference to `png_set_sig_bytes'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:397: undefined reference to `png_destroy_read_struct'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(png.c.obj): In function `_al_load_png':
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:411: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(png.c.obj): In function `write_data':
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:441: undefined reference to `png_get_io_ptr'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:443: undefined reference to `png_error'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(png.c.obj): In function `save_rgba':
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:490: undefined reference to `png_write_row'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(png.c.obj): In function `_al_save_png_f':
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:513: undefined reference to `png_create_write_struct'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:521: undefined reference to `png_create_info_struct'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:532: undefined reference to `png_set_error_fn'
C:/dev/allegro_winpkg/universal/allegro/addons/image/stdlib.h:535: undefined reference to `png_set_write_fn'
Process terminated with status 1 (0 minute(s), 0 second(s))
50 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 
P-179682
pekfos
» 2022-10-05 19:19:28
Działa, tylko trzeba dodać więcej bibliotek. Tu podają listę zależności https://github.com/liballeg/allegro_wiki/wiki/Install-Allegro-from-binaries-for-MinGW-and-CodeBlocks. Pewnie nie wszystko jest potrzebne, więc jeśli którychś będzie brakowało to najpierw spróbuj je pominąć.
P-179685
AP1994
Temat założony przez niniejszego użytkownika
» 2022-10-06 23:41:21
Kiedy wpisuję -ltheora i -lzlibstatic wyskakuje błąd cannot find. Skąd pobrać theora oraz zlibstatic.
P-179688
pekfos
» 2022-10-07 19:14:47
Pomiń wszystkie biblioteki których nie można znaleźć i podaj komunikaty błędów, jeśli jeszcze jakieś będą.
P-179689
AP1994
Temat założony przez niniejszego użytkownika
» 2022-10-08 17:29:59
Build log:

-------------- Build: Debug in platform game (compiler: GNU GCC Compiler)---------------
g++.exe -L"D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib" -o "platform game\2022-10-08\platform game.exe" "platform game\2022-10-08 Debug\Collisions.o" "platform game\2022-10-08 Debug\default_creature.o" "platform game\2022-10-08 Debug\kontrolki.o" "platform game\2022-10-08 Debug\main.o" "platform game\2022-10-08 Debug\mapa.o" "platform game\2022-10-08 Debug\monster.o" "platform game\2022-10-08 Debug\player.o" "platform game\2022-10-08 Debug\Window.o"  "platform game\2022-10-08 Debug\resouce.res" -s -static-libstdc++ -static-libgcc -static  -lallegro_monolith-debug-static -ljpeg -ldumb -lwebp -lFLAC -lvorbisfile -lvorbis -logg -lphysfs -lfreetype -lpng16 -ldsound -lgdiplus -luuid -lkernel32 -lwinmm -lpsapi -lopengl32 -lglu32 -luser32 -lcomdlg32 -lgdi32 -lshell32 -lole32 -ladvapi32 -lws2_32 -lshlwapi -lpthread
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `_al_create_bitmap_params':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:164: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_get_bitmap_blend_color':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:376: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_get_separate_bitmap_blender':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:401: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_set_bitmap_blend_color':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:437: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_set_bitmap_blender':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:449: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj):C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:461: more undefined references to `__imp__wassert' follow
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_read[.refptr.op_read]+0x0): undefined reference to `op_read'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_pcm_tell[.refptr.op_pcm_tell]+0x0): undefined reference to `op_pcm_tell'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_pcm_seek[.refptr.op_pcm_seek]+0x0): undefined reference to `op_pcm_seek'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_pcm_total[.refptr.op_pcm_total]+0x0): undefined reference to `op_pcm_total'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_open_callbacks[.refptr.op_open_callbacks]+0x0): undefined reference to `op_open_callbacks'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_channel_count[.refptr.op_channel_count]+0x0): undefined reference to `op_channel_count'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_free[.refptr.op_free]+0x0): undefined reference to `op_free'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(mp3.c.obj): In function `_al_load_mp3':
C:/dev/allegro_winpkg/universal/allegro/addons/acodec/minimp3_ex.h:52: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(mp3.c.obj): In function `_al_load_mp3_audio_stream':
C:/dev/allegro_winpkg/universal/allegro/addons/acodec/minimp3_ex.h:112: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(ttf.c.obj): In function `get_glyph':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/ttf.c:118: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(ttf.c.obj): In function `unlock_current_page':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/ttf.c:164: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(ttf.c.obj): In function `alloc_glyph_region':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/ttf.c:333: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(ttf.c.obj):C:/dev/allegro_winpkg/universal/build_msys_64/allegro/ttf.c:442: more undefined references to `__imp__wassert' follow
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0x329): undefined reference to `inflateInit2_'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0x373): undefined reference to `inflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0x43d): undefined reference to `inflateReset'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0x678): undefined reference to `inflate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0xd31): undefined reference to `inflateInit2_'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0xd52): undefined reference to `inflate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0xd67): undefined reference to `inflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0xd8b): undefined reference to `inflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x1b8): undefined reference to `crc32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x272): undefined reference to `crc32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x1657): undefined reference to `inflateReset'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x3cb5): undefined reference to `adler32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x3ccc): undefined reference to `adler32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x3d07): undefined reference to `crc32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x3d1e): undefined reference to `crc32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngread.c.obj):pngread.c:(.text+0x17a7): undefined reference to `inflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0x88d): undefined reference to `inflateReset2'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0x8b4): undefined reference to `inflateInit2_'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0x902): undefined reference to `inflateValidate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0x9ac): undefined reference to `inflate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0xd95): undefined reference to `inflateReset'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwrite.c.obj):pngwrite.c:(.text+0x195e): undefined reference to `deflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0x937): undefined reference to `deflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0x9c4): undefined reference to `deflateReset'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0xa08): undefined reference to `deflateInit2_'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0xca8): undefined reference to `deflate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0x1558): undefined reference to `deflate'
collect2.exe: error: ld returned 1 exit status
Process terminated with status 1 (0 minute(s), 0 second(s))
47 error(s), 0 warning(s) (0 minute(s), 0 second(s))
Build messages:
||=== Build: Debug in platform game (compiler: GNU GCC Compiler) ===|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj)||In function `_al_create_bitmap_params':|
C:\dev\allegro_winpkg\universal\build_msys_64\allegro\bitmap.c|164|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj)||In function `al_get_bitmap_blend_color':|
C:\dev\allegro_winpkg\universal\build_msys_64\allegro\bitmap.c|376|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj)||In function `al_get_separate_bitmap_blender':|
C:\dev\allegro_winpkg\universal\build_msys_64\allegro\bitmap.c|401|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj)||In function `al_set_bitmap_blend_color':|
C:\dev\allegro_winpkg\universal\build_msys_64\allegro\bitmap.c|437|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj)||In function `al_set_bitmap_blender':|
C:\dev\allegro_winpkg\universal\build_msys_64\allegro\bitmap.c|449|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj):C:\dev\allegro_winpkg\universal\build_msys_64\allegro\bitmap.c|461|more undefined references to `__imp__wassert' follow|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_read[.refptr.op_read]+0x0)||undefined reference to `op_read'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_pcm_tell[.refptr.op_pcm_tell]+0x0)||undefined reference to `op_pcm_tell'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_pcm_seek[.refptr.op_pcm_seek]+0x0)||undefined reference to `op_pcm_seek'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_pcm_total[.refptr.op_pcm_total]+0x0)||undefined reference to `op_pcm_total'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_open_callbacks[.refptr.op_open_callbacks]+0x0)||undefined reference to `op_open_callbacks'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_channel_count[.refptr.op_channel_count]+0x0)||undefined reference to `op_channel_count'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(opus.c.obj):opus.c:(.rdata$.refptr.op_free[.refptr.op_free]+0x0)||undefined reference to `op_free'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(mp3.c.obj)||In function `_al_load_mp3':|
C:\dev\allegro_winpkg\universal\allegro\addons\acodec\minimp3_ex.h|52|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(mp3.c.obj)||In function `_al_load_mp3_audio_stream':|
C:\dev\allegro_winpkg\universal\allegro\addons\acodec\minimp3_ex.h|112|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(ttf.c.obj)||In function `get_glyph':|
C:\dev\allegro_winpkg\universal\build_msys_64\allegro\ttf.c|118|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(ttf.c.obj)||In function `unlock_current_page':|
C:\dev\allegro_winpkg\universal\build_msys_64\allegro\ttf.c|164|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(ttf.c.obj)||In function `alloc_glyph_region':|
C:\dev\allegro_winpkg\universal\build_msys_64\allegro\ttf.c|333|undefined reference to `__imp__wassert'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(ttf.c.obj):C:\dev\allegro_winpkg\universal\build_msys_64\allegro\ttf.c|442|more undefined references to `__imp__wassert' follow|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c|| undefined reference to `inflateInit2_'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c|| undefined reference to `inflateEnd'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c|| undefined reference to `inflateReset'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c|| undefined reference to `inflate'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c|| undefined reference to `inflateInit2_'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c|| undefined reference to `inflate'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c|| undefined reference to `inflateEnd'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c|| undefined reference to `inflateEnd'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c|| undefined reference to `crc32'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c|| undefined reference to `crc32'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c|| undefined reference to `inflateReset'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c|| undefined reference to `adler32'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c|| undefined reference to `adler32'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c|| undefined reference to `crc32'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c|| undefined reference to `crc32'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngread.c.obj):pngread.c|| undefined reference to `inflateEnd'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c|| undefined reference to `inflateReset2'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c|| undefined reference to `inflateInit2_'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c|| undefined reference to `inflateValidate'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c|| undefined reference to `inflate'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c|| undefined reference to `inflateReset'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwrite.c.obj):pngwrite.c|| undefined reference to `deflateEnd'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c|| undefined reference to `deflateEnd'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c|| undefined reference to `deflateReset'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c|| undefined reference to `deflateInit2_'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c|| undefined reference to `deflate'|
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c|| undefined reference to `deflate'|
||error: ld returned 1 exit status|
||=== Build failed: 47 error(s), 0 warning(s) (0 minute(s), 0 second(s)) ===|
P-179690
pekfos
» 2022-10-08 21:05:31
Chyba ta ich lista nie jest taka kompletna. Dorzuć -lopusfile -lopus. Biblioteki pod Windowsa udostępniają tu https://github.com/liballeg/allegro_winpkg/releases
P-179691
AP1994
Temat założony przez niniejszego użytkownika
» 2022-10-08 21:17:11
dalej błąd
Build log:
-------------- Build: Debug in platform game (compiler: GNU GCC Compiler)---------------
g++.exe -L"D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib" -o "platform game\2022-10-08\platform game.exe" "platform game\2022-10-08 Debug\Collisions.o" "platform game\2022-10-08 Debug\default_creature.o" "platform game\2022-10-08 Debug\kontrolki.o" "platform game\2022-10-08 Debug\main.o" "platform game\2022-10-08 Debug\mapa.o" "platform game\2022-10-08 Debug\monster.o" "platform game\2022-10-08 Debug\player.o" "platform game\2022-10-08 Debug\Window.o"  "platform game\2022-10-08 Debug\resouce.res" -s -static-libstdc++ -static-libgcc -static  -lallegro_monolith-debug-static -ljpeg -ldumb -lwebp -lFLAC -lvorbisfile -lvorbis -logg -lphysfs -lfreetype -lpng16 -ldsound -lgdiplus -luuid -lkernel32 -lwinmm -lpsapi -lopengl32 -lglu32 -luser32 -lcomdlg32 -lgdi32 -lshell32 -lole32 -ladvapi32 -lws2_32 -lshlwapi -lpthread -lopusfile -lopus
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `_al_create_bitmap_params':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:164: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_get_bitmap_blend_color':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:376: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_get_separate_bitmap_blender':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:401: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_set_bitmap_blend_color':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:437: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj): In function `al_set_bitmap_blender':
C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:449: undefined reference to `__imp__wassert'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\liballegro_monolith-debug-static.a(bitmap.c.obj):C:/dev/allegro_winpkg/universal/build_msys_64/allegro/bitmap.c:461: more undefined references to `__imp__wassert' follow
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0x329): undefined reference to `inflateInit2_'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0x373): undefined reference to `inflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0x43d): undefined reference to `inflateReset'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0x678): undefined reference to `inflate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0xd31): undefined reference to `inflateInit2_'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0xd52): undefined reference to `inflate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0xd67): undefined reference to `inflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libfreetype.a(ftgzip.c.obj):ftgzip.c:(.text+0xd8b): undefined reference to `inflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x1b8): undefined reference to `crc32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x272): undefined reference to `crc32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x1657): undefined reference to `inflateReset'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x3cb5): undefined reference to `adler32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x3ccc): undefined reference to `adler32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x3d07): undefined reference to `crc32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(png.c.obj):png.c:(.text+0x3d1e): undefined reference to `crc32'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngread.c.obj):pngread.c:(.text+0x17a7): undefined reference to `inflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0x88d): undefined reference to `inflateReset2'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0x8b4): undefined reference to `inflateInit2_'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0x902): undefined reference to `inflateValidate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0x9ac): undefined reference to `inflate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngrutil.c.obj):pngrutil.c:(.text+0xd95): undefined reference to `inflateReset'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwrite.c.obj):pngwrite.c:(.text+0x195e): undefined reference to `deflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0x937): undefined reference to `deflateEnd'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0x9c4): undefined reference to `deflateReset'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0xa08): undefined reference to `deflateInit2_'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0xca8): undefined reference to `deflate'
D:\moje programy\biblioteki\allegro-x86_64-w64-mingw32-gcc-12.1.0-posix-seh-static-5.2.8.0\lib\libpng16.a(pngwutil.c.obj):pngwutil.c:(.text+0x1558): undefined reference to `deflate'
collect2.exe: error: ld returned 1 exit status
Process terminated with status 1 (0 minute(s), 0 second(s))
34 error(s), 0 warning(s) (0 minute(s), 0 second(s))
 
P-179692
1 2 « 3 » 4 5 6
Poprzednia strona Strona 3 z 6 Następna strona