<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hello, everyone!</div><div>      I build spice vdagent as [1] in fedora28, but it failed as [2], I'm a truly newbie in windows,</div><div>that's helped if I can get some document or a build flow. </div><br><div>[1]</div><div># sudo apt-get install mingw-w64-x86-64 mingw64-filesystem mingw64-cximage-static mingw64-jasper-static mingw64-libjpeg-turbo-static mingw64-libpng-static mingw64-libtiff-static mingw64-zlib-static mingw64-winpthreads-static</div><div><br></div><div># ./autogen.sh</div><div><br></div><div># ./configure CXXFLAGS=-I/usr/x86_64-w64-mingw32/sys-root/mingw/include CXIMAGE_CFLAGS=-I/usr/x86_64-w64-mingw32/sys-root/mingw/include/CxImage CXIMAGE_LIBS=-ljasper -ljpeg -lpng -ltiff -lz -lcximage LDFLAGS=-L/usr/x86_64-w64-mingw32/sys-root/mingw/lib CXX=x86_64-w64-mingw32-g++ CC=gcc</div><div><br></div><div>add follows to Makefile:</div><div><div>WINDRES = x86_64-w64-mingw32-windres</div><div>EXEEXT = .exe</div></div><div><br></div><div># make</div><div><br></div><div>[2]</div><div><div>[pencc@localhost vdagent-win-0.8.0]$ make</div><div>make  all-recursive</div><div>  CXX      vdagent-vdcommon.o</div><div>  CXX      vdagent-vdlog.o</div><div>  CXX      vdagent-display_configuration.o</div><div>  CXX      vdagent-desktop_layout.o</div><div>  CXX      vdagent-display_setting.o</div><div>  CXX      vdagent-file_xfer.o</div><div>  CXX      vdagent-vdagent.o</div><div>  CXX      vdagent-as_user.o</div><div>  GEN      vdagent_rc.o</div><div>  CXXLD    vdagent.exe</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libtiff.a(tif_win32.o):(.text+0x7f0): multiple definition of `_TIFFmalloc'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(tif_xfile.o):(.text+0x2d0): first defined here</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libtiff.a(tif_win32.o):(.text+0x830): multiple definition of `_TIFFfree'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(tif_xfile.o):(.text+0x2e0): first defined here</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libtiff.a(tif_win32.o):(.text+0x840): multiple definition of `_TIFFrealloc'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(tif_xfile.o):(.text+0x2f0): first defined here</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libtiff.a(tif_win32.o):(.text+0x850): multiple definition of `_TIFFmemset'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(tif_xfile.o):(.text+0x300): first defined here</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libtiff.a(tif_win32.o):(.text+0x860): multiple definition of `_TIFFmemcpy'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(tif_xfile.o):(.text+0x310): first defined here</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libtiff.a(tif_win32.o):(.text+0x870): multiple definition of `_TIFFmemcmp'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(tif_xfile.o):(.text+0x320): first defined here</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libtiff.a(tif_win32.o):(.data+0x0): multiple definition of `_TIFFerrorHandler'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(tif_xfile.o):(.data+0x0): first defined here</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libtiff.a(tif_win32.o):(.data+0x8): multiple definition of `_TIFFwarningHandler'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(tif_xfile.o):(.data+0x8): first defined here</div><div>/tmp/cc9kug4b.ltrans1.ltrans.o:<artificial>:(.text+0x1113): undefined reference to `__imp_CreateDCW'</div><div>/tmp/cc9kug4b.ltrans1.ltrans.o:<artificial>:(.text+0x1340): undefined reference to `__imp_CreateDCW'</div><div>/tmp/cc9kug4b.ltrans1.ltrans.o:<artificial>:(.text+0x1525): undefined reference to `__imp_ExtEscape'</div><div>/tmp/cc9kug4b.ltrans1.ltrans.o:<artificial>:(.text+0x16dc): undefined reference to `__imp_DeleteDC'</div><div>/tmp/cc9kug4b.ltrans1.ltrans.o:<artificial>:(.text+0x1791): undefined reference to `__imp_CreateDCW'</div><div>/tmp/cc9kug4b.ltrans1.ltrans.o:<artificial>:(.text+0x17fe): undefined reference to `__imp_ExtEscape'</div><div>/tmp/cc9kug4b.ltrans1.ltrans.o:<artificial>:(.text+0x1981): undefined reference to `__imp_DeleteDC'</div><div>/tmp/cc9kug4b.ltrans1.ltrans.o:<artificial>:(.text+0x2b37): undefined reference to `__imp_CreateDCW'</div><div>/tmp/cc9kug4b.ltrans1.ltrans.o:<artificial>:(.text+0x2ecd): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximasel.o):(.text+0x1ed1): undefined reference to `__imp_CreateRectRgn'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximasel.o):(.text+0x1ed8): undefined reference to `__imp_CombineRgn'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximasel.o):(.text+0x1f2a): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximasel.o):(.text+0x1f8c): undefined reference to `__imp_CombineRgn'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximasel.o):(.text+0x1f95): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x1ff): undefined reference to `__imp_GetDeviceCaps'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x24d): undefined reference to `__imp_SetWinMetaFileBits'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x4d6): undefined reference to `__imp_SetEnhMetaFileBits'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x4f7): undefined reference to `__imp_GetEnhMetaFileHeader'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x5d7): undefined reference to `__imp_DeleteEnhMetaFile'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x65d): undefined reference to `__imp_GetDeviceCaps'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x6e6): undefined reference to `__imp_DeleteEnhMetaFile'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x7a9): undefined reference to `__imp_DeleteEnhMetaFile'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x857): undefined reference to `__imp_CreateCompatibleBitmap'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x863): undefined reference to `__imp_CreateCompatibleDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x8ab): undefined reference to `__imp_GetDeviceCaps'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x8bc): undefined reference to `__imp_SelectObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x8d6): undefined reference to `__imp_SetBkColor'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x927): undefined reference to `__imp_ExtTextOutA'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x93d): undefined reference to `__imp_GetEnhMetaFilePaletteEntries'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x9b0): undefined reference to `__imp_CreatePalette'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x9d4): undefined reference to `__imp_SelectPalette'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x9dd): undefined reference to `__imp_RealizePalette'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0x9ee): undefined reference to `__imp_PlayEnhMetaFile'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xa02): undefined reference to `__imp_DeleteEnhMetaFile'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xa65): undefined reference to `__imp_GetDIBits'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xa70): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xa79): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xaaa): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xab3): undefined reference to `__imp_DeleteEnhMetaFile'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xac5): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xace): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xaf5): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xb35): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xb3e): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xb47): undefined reference to `__imp_DeleteEnhMetaFile'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xb75): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawmf.o):(.text+0xb7e): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x54): undefined reference to `__imp_CreateDIBPatternBrushPt'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x6b): undefined reference to `__imp_SetBrushOrgEx'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x7b): undefined reference to `__imp_SelectObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xa2): undefined reference to `__imp_PatBlt'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xc6): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xb6b): undefined reference to `__imp_CreateDIBSection'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xba5): undefined reference to `__imp_CreateCompatibleDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xbce): undefined reference to `__imp_CreateDIBSection'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xbff): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xc60): undefined reference to `__imp_GetObjectA'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xca9): undefined reference to `__imp_SelectObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xcb2): undefined reference to `__imp_RealizePalette'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xcdf): undefined reference to `__imp_GetDIBits'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xd92): undefined reference to `__imp_GetObjectA'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xe49): undefined reference to `__imp_GetDIBits'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0xe70): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1088): undefined reference to `__imp_SaveDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x10ab): undefined reference to `__imp_GetClipBox'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x10c8): undefined reference to `__imp_CreateRectRgnIndirect'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x10dd): undefined reference to `__imp_ExtSelectClipRgn'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x10e6): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1243): undefined reference to `__imp_CreateCompatibleDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1273): undefined reference to `__imp_CreateDIBSection'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x127d): undefined reference to `__imp_SelectObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x160b): undefined reference to `__imp_CreateCompatibleDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x163b): undefined reference to `__imp_CreateDIBSection'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x164a): undefined reference to `__imp_SelectObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x16a7): undefined reference to `__imp_BitBlt'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1cf9): undefined reference to `__imp_SetDIBitsToDevice'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1d1f): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1d28): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1d41): undefined reference to `__imp_CreateRectRgnIndirect'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1d56): undefined reference to `__imp_ExtSelectClipRgn'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1d5f): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1d6f): undefined reference to `__imp_RestoreDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x1de5): undefined reference to `__imp_SetDIBitsToDevice'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x209e): undefined reference to `__imp_SetStretchBltMode'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x20f5): undefined reference to `__imp_SetDIBitsToDevice'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x21fb): undefined reference to `__imp_SaveDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2245): undefined reference to `__imp_RectVisible'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2258): undefined reference to `__imp_RestoreDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x228a): undefined reference to `__imp_SetStretchBltMode'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x22ed): undefined reference to `__imp_StretchDIBits'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x230e): undefined reference to `__imp_CreateCompatibleDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2333): undefined reference to `__imp_CreateCompatibleBitmap'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2340): undefined reference to `__imp_SelectObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2361): undefined reference to `__imp_SetStretchBltMode'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x23b6): undefined reference to `__imp_StretchDIBits'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x23d8): undefined reference to `__imp_CreateBitmap'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2421): undefined reference to `__imp_SetBkColor'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2480): undefined reference to `__imp_BitBlt'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x24b6): undefined reference to `__imp_StretchBlt'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x25b5): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x25c1): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2678): undefined reference to `__imp_SetStretchBltMode'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x26d6): undefined reference to `__imp_StretchDIBits'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2732): undefined reference to `__imp_SetStretchBltMode'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2796): undefined reference to `__imp_StretchDIBits'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x29c1): undefined reference to `__imp_CreateCompatibleDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2a28): undefined reference to `__imp_CreateFontIndirectA'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2a40): undefined reference to `__imp_SelectObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2a6a): undefined reference to `__imp_SetTextColor'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2a75): undefined reference to `__imp_SetBkColor'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2a83): undefined reference to `__imp_SetBkMode'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2b61): undefined reference to `__imp_CreateDIBSection'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2c7f): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2cad): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2d1c): undefined reference to `__imp_CreateCompatibleDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2d3c): undefined reference to `__imp_GetStockObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2d46): undefined reference to `__imp_SelectObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2e0e): undefined reference to `__imp_CreateCompatibleDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2e2c): undefined reference to `__imp_CreateFontIndirectA'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2eb5): undefined reference to `__imp_SelectObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2ed9): undefined reference to `__imp_SetTextColor'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2ee4): undefined reference to `__imp_SetBkColor'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x2ef2): undefined reference to `__imp_SetBkMode'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x307a): undefined reference to `__imp_CreateDIBSection'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x33fe): undefined reference to `__imp_DeleteObject'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x3425): undefined reference to `__imp_DeleteDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x36d9): undefined reference to `__imp_CreateCompatibleDC'</div><div>/usr/x86_64-w64-mingw32/sys-root/mingw/lib/libcximage.a(ximawnd.o):(.text+0x36f9): undefined reference to `__imp_GetStockObject'</div><div>collect2: error: ld returned 1 exit status</div><div>make[2]: *** [Makefile:532£ºvdagent.exe] </div></div><div><br></div><br><div style="position:relative;zoom:1">--<br><div><span style="color: rgb(26, 26, 26); font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 15px; white-space: pre-wrap;">Cheers£¬</span></div><div><span style="color: rgb(26, 26, 26); font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif; font-size: 15px; white-space: pre-wrap;">                   Pencc</span></div><div style="clear:both"></div></div></div><br><br><span title="neteasefooter"><p> </p></span>