Opened 2 months ago
Closed 8 weeks ago
#16562 closed defect (fixed)
compile error since today with msys2 mingw64
| Reported by: | gabberhead | Owned by: | sev- |
|---|---|---|---|
| Priority: | high | Component: | Port: Win64 |
| Version: | Keywords: | ||
| Cc: | Game: |
Description (last modified by )
since today, perhaps it is related to an update via pacman -Syuu, but i am not sure, i get this compile error at the end:
AR common/formats/libformats.a
RANLIB common/compression/libcompression.a
AR audio/softsynth/mt32/libmt32.a
RANLIB common/formats/libformats.a
RANLIB audio/softsynth/mt32/libmt32.a
C++ base/version.o
AR base/libbase.a
RANLIB base/libbase.a
LINK scummvm.exe
S:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: backends/platform/sdl/win32/win32.o:win32.cpp:(.text+0xc9): undefined reference to `createWin32PrintingManager()'
S:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/15.2.0/../../../../x86_64-w64-mingw32/bin/ld.exe: common/libcommon.a(system.o):system.cpp:(.rdata$.refptr._ZTVN6Common15PrintingManagerE[.refptr._ZTVN6Common15PrintingManagerE]+0x0): undefined reference to `vtable for Common::PrintingManager'
collect2.exe: error: ld returned 1 exit status
make: * [Makefile.common:132: scummvm.exe] Fehler 1
make: Verzeichnis „/home/Gabberhead/daily“ wird verlassen
before for months, i never had any problem. i also tested older commits which i know they worked, but same problem, that i think, the problem is relatied to the pacman update.
Change History (6)
comment:1 by , 2 months ago
| Description: | modified (diff) |
|---|
comment:2 by , 2 months ago
| Description: | modified (diff) |
|---|
comment:3 by , 2 months ago
| Description: | modified (diff) |
|---|
comment:4 by , 2 months ago
comment:6 by , 8 weeks ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |

Thanks for the report. As far as I can tell from discussion on Discord, this is known; it broke buildbot builds too. Devs are working on pinpointing the cause, and implementing a solution.