<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi<br>
    </p>
    <br>
    <blockquote type="cite"
      cite="mid:1575837565.3954049.1527167337081.JavaMail.zimbra@redhat.com">
      <div style="font-family: times new roman, new york, times, serif;
        font-size: 12pt; color: #000000">
        <blockquote style="border-left:2px solid
#1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;">
          <div><br>
          </div>
          <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>
        </blockquote>
        <div>CxImage requirement was removed time ago using libpng
          directly (also considering that CxImage is not more maintained
          and contains security issues).<br>
        </div>
        <div>Why you are passing CXIMAGE flags?<br>
        </div>
        <div>To cross compile is better to use the --host option, like<br>
        </div>
        <div><br>
        </div>
        <div> ./configure --host=x86_64-w64-mingw32</div>
        <div><br>
        </div>
        <div>in Fedora there's a very useful script called
          "mingw32-configure" (or "mingw64-configure") which calls
          configure with the correct<br>
        </div>
        <div>settings to cross compile with MingW<br>
        </div>
        <div><br>
        </div>
      </div>
    </blockquote>
    <br>
    thx, it works well in master branch.<br>
    <br>
    <blockquote type="cite"
      cite="mid:1575837565.3954049.1527167337081.JavaMail.zimbra@redhat.com">
      <div style="font-family: times new roman, new york, times, serif;
        font-size: 12pt; color: #000000">
        <blockquote style="border-left:2px solid
#1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;">
          <div
            style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
            <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>
          </div>
        </blockquote>
        <div>Why using LTO?<br>
        </div>
        <div>Looks like you are using an older version, looking at your
          previous e-mail you<br>
        </div>
        <div>have the correct git repository but you are not using
          master.<br>
        </div>
      </div>
    </blockquote>
    <br>
        I download it from
    <a class="moz-txt-link-freetext" href="https://www.spice-space.org/download/windows/vdagent/vdagent-win-0.8.0/">https://www.spice-space.org/download/windows/vdagent/vdagent-win-0.8.0/</a>,<br>
    and we are using the vdagent provided by
    oVirt-toolsSetup-4.2-1.el7.centos.iso, is the vdagent build <br>
    from master code will works well with the other program provided by
    oVirt-toolsSetup-4.2-1.el7.centos.iso?<br>
    if so, we can use the newest version rather than
    vdagent-win-0.8.0(or others version).<br>
    <br>
    <blockquote type="cite"
      cite="mid:1575837565.3954049.1527167337081.JavaMail.zimbra@redhat.com">
      <div style="font-family: times new roman, new york, times, serif;
        font-size: 12pt; color: #000000">
        <blockquote style="border-left:2px solid
#1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;">
          <div
            style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial">
            <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>
          </div>
        </blockquote>
        <div>Frediano<br>
        </div>
        <div><br>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>