Re: [Wireshark-dev] Attempted to build NSIS installer for 2.6.3

2018-10-02 Thread John Dill
Ack, should have typed @echo off C:\cygwin64\bin\ruby.exe /bin/asciidoctor %* for asciidoctor.bat ___ Sent via:Wireshark-dev mailing list Archives:https://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://w

Re: [Wireshark-dev] Attempted to build NSIS installer for 2.6.3

2018-10-02 Thread John Dill
>From: Gerald Combs >Sent: Tuesday, October 2, 2018 3:39 PM >To: John Dill; Developer support list for Wireshark >Subject: Re: [Wireshark-dev] Attempted to build NSIS installer for 2.6.3 > >What do `file /bin/asciidoctor` and `head -n1 /bin/asciidoctor` (assuming that >c:\cygwin64 is Cygwin's roo

Re: [Wireshark-dev] Attempted to build NSIS installer for 2.6.3

2018-10-02 Thread John Dill
I've been able to whittle my issue down to a specific spot in the build process. For those trying to follow, I'm trying to build 2.6.3 on Windows in Cygwin (since I don't have control of the build environment). I've been able to install an asciidoctor program on Cygwin64 when ruby and rubygems

Re: [Wireshark-dev] Attempted to build NSIS installer for 2.6.3

2018-10-02 Thread John Dill
>From: Gerald Combs >Sent: Monday, October 1, 2018 3:30 PM >To: Developer support list for Wireshark; John Dill >Subject: Re: [Wireshark-dev] Attempted to build NSIS installer for 2.6.3 > >On 10/1/18 10:57 AM, John Dill wrote: >> I'm trying to build an installer for Wireshark 2.6.3 on Windows usin

Re: [Wireshark-dev] Attempted to build NSIS installer for 2.6.3

2018-10-02 Thread Graham Bloice
On Mon, 1 Oct 2018 at 18:57, John Dill wrote: > I'm trying to build an installer for Wireshark 2.6.3 on Windows using NSIS > and I'm getting the following when I run > > msbuild /m /p:Configuration=RelWithDebInfo nsis_package.vcxproj > > Here is the commands I used before hand: > > set CYGWIN=nod