[jitsi-dev] Error Running - ant build-installation-wix

Good day everybody,
I am trying to build jitsi, when i execute ant build-installation-wix i get
an error:

C:\jitsi\resources\install\build.xml:302: The following error occurred
while executing this line:
C:\jitsi\resources\install\build.xml:403: Execute failed:
java.io.IOException: Cannot run program "make.exe" (in directory
"C:\jitsi\src\native\windows\run"): CreateProcess error=2, The system
cannot find the file specified
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
        at java.lang.Runtime.exec(Runtime.java:593)
        at
org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:862)
        at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:481)
        at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:495)
        at
org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:631)
        at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:672)
        at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:498)
        at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
        at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25).

I found out that the make.exe does not exist in the src\native\windows\run
. Where can i find it...
Thanks

We use cygwin's make. Other Win32 make distributions may work as well but we haven't tested such.

···

On Jul 26, 2012, at 2:04 PM, Muhammad Hussaini <mhmairago@gmail.com> wrote:

I found out that the make.exe does not exist in the src\native\windows\run . Where can i find it…

Do i have to copy cygwin's make into the src\natice\windows\run.?

···

On Thu, Jul 26, 2012 at 12:24 PM, Lyubomir Marinov <lubo@jitsi.org> wrote:

On Jul 26, 2012, at 2:04 PM, Muhammad Hussaini <mhmairago@gmail.com> > wrote:
> I found out that the make.exe does not exist in the
src\native\windows\run . Where can i find it…

We use cygwin's make. Other Win32 make distributions may work as well but
we haven't tested such.

No… You need to execute "ant build-installation-wix" under Cygwin. The base Cygwin install does not include make so you have to explicitly check it during the Cygwin installation or a subsequent Cygwin update.

···

On Jul 26, 2012, at 5:35 PM, Muhammad Hussaini <mhmairago@gmail.com> wrote:

Do i have to copy cygwin's make into the src\natice\windows\run.?