<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi<br>
      <br>
      Thanks a lot for your reply.<br>
      I tried "NOCONFIGURE=1 ./autogen.sh && mingw32-configure
      --enable-vala".<br>
      But I see "configure: error: Cannot find the "vapigen" binary in
      your PATH" error although vapigen is in my Fedora.<br>
      I could not find out solution for this error yet. I am sorry to
      bother you. Could you tell me what I should do next?<br>
    </p>
    <p><font color="#cc0000"><br>
        <font color="#3333ff"><Here is my error message><br>
          [****@localhost spice-gtk]$ mingw32-configure --enable-vala</font></font><font
        color="#3333ff"><br>
      </font></p>
    <div class="moz-forward-container"><font color="#3333ff">checking
        for a BSD-compatible install... /usr/bin/install -c<br>
        checking for i686-w64-mingw32-gcc... i686-w64-mingw32-gc<br>
        ~~~~~~~~~~~~~~~~~<br>
        checking for usb.ids... Package usbutils was not found in the
        pkg-config search path.<br>
        Perhaps you should add the directory containing `usbutils.pc'<br>
        to the PKG_CONFIG_PATH environment variable<br>
        No package 'usbutils' found<br>
        not found<br>
        checking for gobject-introspection... no<br>
        checking for valac... /usr/bin/valac<br>
        checking whether /usr/bin/valac is at least version 0.14... yes<br>
        checking for vapigen... no<br>
        <font size="+1"><b>configure: error: Cannot find the "vapigen"
            binary in your PATH</b><b><br>
          </b></font><br>
        <br>
      </font><font color="#cc0000"><font color="#3333ff"><Here is my
          error message><br>
          In following result,you see that vapigen is in my fedora.<br>
          [*****i@localhost spice-gtk]$ sudo repoquery vala-tools --list
          | grep vapigen<br>
          Yum-utils package has been deprecated, use dnf instead.<br>
          See 'man yum2dnf' for more information.<br>
          <br>
          /usr/bin/vapigen<br>
          /usr/bin/vapigen-0.30<br>
          /usr/share/aclocal/vapigen.m4<br>
          /usr/share/man/man1/vapigen-0.30.1.gz<br>
          /usr/share/man/man1/vapigen.1.gz<br>
          /usr/share/pkgconfig/vapigen-0.30.pc<br>
          /usr/share/pkgconfig/vapigen.pc<br>
          /usr/share/vala/Makefile.vapigen</font><br>
      </font><br>
      koizumi<br>
      <br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" border="0" cellpadding="0"
        cellspacing="0">
        <tbody>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject:
            </th>
            <td>Re: [Spice-devel] Help :Build error of "You must run
              autogen.sh or configure --enable vala"</td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date: </th>
            <td>Mon, 27 Jun 2016 10:01:45 +0200</td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">From: </th>
            <td>Pavel Grunt <a class="moz-txt-link-rfc2396E" href="mailto:pgrunt@redhat.com"><pgrunt@redhat.com></a></td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">To: </th>
            <td>小泉 <a class="moz-txt-link-rfc2396E" href="mailto:sjkoizumi@gmail.com"><sjkoizumi@gmail.com></a>,
              <a class="moz-txt-link-abbreviated" href="mailto:spice-devel@lists.freedesktop.org">spice-devel@lists.freedesktop.org</a>
              <a class="moz-txt-link-rfc2396E" href="mailto:spice-devel@lists.freedesktop.org"><spice-devel@lists.freedesktop.org></a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <pre>On Mon, 2016-06-27 at 12:31 +0900, 小泉 wrote:
> Hi all
> I am building spice-gtk for Windows on my fedora based on following
> instruction.
>   
>         Building Instructions/Client
>         <a class="moz-txt-link-freetext" href="http://www.spice-space.org/page/Building_Instructions/Client">http://www.spice-space.org/page/Building_Instructions/Client</a>  

> But I see following error message when I run "make install". 

> <Error message>
> [*******@localhost spice-gtk]$ make install
> make[4]: Entering directory 'home/******/'
>  *** Error:missing valac!
>  *** You must run autogen.sh or configure --enable-vala

> I did "NOCONFIGURE=1 ./autogen.sh --enable-vala". After that I did "mingw32-
> configure  --prefix=$INST_ROOT" and "make install" again.  I tried to do
> "NOCONFIGURE=1 ./autogen.sh --disable-vala" too. But I could not solve this
> error.
> I am sorry to bother you. Could you please tell me what I should do at next?
> koizumi

try:
NOCONFIGURE=1 ./autogen.sh && mingw32-configure --enable-vala && make

> _______________________________________________
> Spice-devel mailing list
> <a class="moz-txt-link-abbreviated" href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a>
> <a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/spice-devel">https://lists.freedesktop.org/mailman/listinfo/spice-devel</a>
</pre>
    </div>
  </body>
</html>