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 gabberhead)

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 gabberhead, 2 months ago

Description: modified (diff)

comment:2 by gabberhead, 2 months ago

Description: modified (diff)

comment:3 by gabberhead, 2 months ago

Description: modified (diff)

comment:4 by antoniou79, 2 months ago

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.

comment:5 by gabberhead, 2 months ago

at latest with that commit 1cab539, its working again on my side.

Last edited 2 months ago by gabberhead (previous) (diff)

comment:6 by tag2015, 8 weeks ago

Owner: set to sev-
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.