Re: [Wireshark-dev] Now problems packaging ...

2015-02-01 Thread Richard Sharpe
On Sun, Feb 1, 2015 at 2:37 AM, Graham Bloice
graham.blo...@trihedral.com wrote:
 On 31 January 2015 at 22:55, Richard Sharpe realrichardsha...@gmail.com
 wrote:

 On Sat, Jan 31, 2015 at 2:39 PM, Richard Sharpe
 realrichardsha...@gmail.com wrote:
  Hi folks,
 
  So, my build completed OK. However, when I attempted the packaging step
  I got:
 
  --
  Processing config: c:\Program Files (x86)\NSIS\nsisconf.nsh
  Processing script file: wireshark.nsi (ACP)
  File:
  c:\Users\rjsharpe\Wireshark\Wireshark-win64-libs\vcredist_x64.exe - no
  files found.
  Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
 /oname=outfile one_file_only)
  Error in script wireshark.nsi on line 349 -- aborting creation process
  NMAKE : fatal error U1077: '\Program Files (x86)\NSIS\makensis.exe' :
  return c
  ode '0x1'
  Stop.
  NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual
  Studio 12.0
  \VC\BIN\amd64\nmake.exe' : return code '0x2'
  Stop.
  
 
  Any hints here?

 A quick application of the vcredist_x64 tonic seems to have fixed this
 problem.

 The doc needs another update.


 Which VS edition are you using?

VS2013 ...


-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Now problems packaging ...

2015-02-01 Thread Graham Bloice
On 31 January 2015 at 22:55, Richard Sharpe realrichardsha...@gmail.com
wrote:

 On Sat, Jan 31, 2015 at 2:39 PM, Richard Sharpe
 realrichardsha...@gmail.com wrote:
  Hi folks,
 
  So, my build completed OK. However, when I attempted the packaging step
 I got:
 
  --
  Processing config: c:\Program Files (x86)\NSIS\nsisconf.nsh
  Processing script file: wireshark.nsi (ACP)
  File:
 c:\Users\rjsharpe\Wireshark\Wireshark-win64-libs\vcredist_x64.exe - no
  files found.
  Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
 /oname=outfile one_file_only)
  Error in script wireshark.nsi on line 349 -- aborting creation process
  NMAKE : fatal error U1077: '\Program Files (x86)\NSIS\makensis.exe' :
 return c
  ode '0x1'
  Stop.
  NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual
 Studio 12.0
  \VC\BIN\amd64\nmake.exe' : return code '0x2'
  Stop.
  
 
  Any hints here?

 A quick application of the vcredist_x64 tonic seems to have fixed this
 problem.

 The doc needs another update.


Which VS edition are you using?

-- 
Graham Bloice
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Now problems packaging ...

2015-02-01 Thread Graham Bloice
On 1 February 2015 at 21:56, Richard Sharpe realrichardsha...@gmail.com
wrote:

 On Sun, Feb 1, 2015 at 12:12 PM, Graham Bloice
 graham.blo...@trihedral.com wrote:
  On 1 February 2015 at 14:38, Richard Sharpe realrichardsha...@gmail.com
 
  wrote:
 
  On Sun, Feb 1, 2015 at 2:37 AM, Graham Bloice
  graham.blo...@trihedral.com wrote:
   On 31 January 2015 at 22:55, Richard Sharpe
   realrichardsha...@gmail.com
   wrote:
  
   On Sat, Jan 31, 2015 at 2:39 PM, Richard Sharpe
   realrichardsha...@gmail.com wrote:
Hi folks,
   
So, my build completed OK. However, when I attempted the packaging
step
I got:
   
--
Processing config: c:\Program Files (x86)\NSIS\nsisconf.nsh
Processing script file: wireshark.nsi (ACP)
File:
c:\Users\rjsharpe\Wireshark\Wireshark-win64-libs\vcredist_x64.exe
- no
files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec
 [...]
|
   /oname=outfile one_file_only)
Error in script wireshark.nsi on line 349 -- aborting creation
process
NMAKE : fatal error U1077: '\Program Files
 (x86)\NSIS\makensis.exe'
:
return c
ode '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft
 Visual
Studio 12.0
\VC\BIN\amd64\nmake.exe' : return code '0x2'
Stop.

   
Any hints here?
  
   A quick application of the vcredist_x64 tonic seems to have fixed
 this
   problem.
  
   The doc needs another update.
  
  
   Which VS edition are you using?
 
  VS2013 ...
 
 
  Odd, is that VS2013 Express, VS2013 Community Edition or some other
 version?
  I believe all versions except the Express, which has now been withdrawn
 by
  MS in favour of the Community edition, include the vcredist files so no
  download is needed.

 When I start up Visual Studio 2013 it calls itself Professional 2013
 and the About Dialog box says Microsoft Visual Studio Professional
 2013.


That version should have the vcredist files in the above mentioned
location.  I've never needed to manually download the files when using that
version.  There's something in the build system  that should manage that
but I can't quite see it yet.



  What flavour of VS2013, and what do you have in C:\Program Files
  (x86)\Microsoft Visual Studio 12.0\VC\redist\1033?
 
  There is already a note in the docs (Sect 4.6.1) about other VS variants
  that discusses the vcredist files for VS2010 Express, but as there is no
  conceivable reason I can think of to not use VS2013 CE, then it's all
 rather
  historical.
 





-- 
Graham Bloice
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Now problems packaging ...

2015-02-01 Thread Graham Bloice
On 1 February 2015 at 22:08, Richard Sharpe realrichardsha...@gmail.com
wrote:

 On Sun, Feb 1, 2015 at 2:02 PM, Graham Bloice
 graham.blo...@trihedral.com wrote:
   Odd, is that VS2013 Express, VS2013 Community Edition or some other
   version?
   I believe all versions except the Express, which has now been
 withdrawn
   by
   MS in favour of the Community edition, include the vcredist files so
 no
   download is needed.
 
  When I start up Visual Studio 2013 it calls itself Professional 2013
  and the About Dialog box says Microsoft Visual Studio Professional
  2013.
 
 
  That version should have the vcredist files in the above mentioned
 location.
  I've never needed to manually download the files when using that version.
  There's something in the build system  that should manage that but I
 can't
  quite see it yet.

 Actually, I just searched for it and it is indeed in C:\Program Files
 (x86)\Microsoft Visual Studio 12.0\VC\redist\1033.

 For some reason it was not being found.


I think that's a bug in the build for x64.

For x86 builds with VS versions other than Express the build packages the
mcvrxxx.dll directly to avoid having to run the redist installer for
portable packages.

For x64, as no portable packages are built, it looks for the redist
installer.  The build system should be able to locate the redist installers
in the same manner as it does for the msvcxxx.dll and not require a
separate download except for the Express editions.

Some changes need in config.nmake to define the VCREDIST_DIR.


 
 
   What flavour of VS2013, and what do you have in C:\Program Files
   (x86)\Microsoft Visual Studio 12.0\VC\redist\1033?
  
   There is already a note in the docs (Sect 4.6.1) about other VS
 variants
   that discusses the vcredist files for VS2010 Express, but as there is
 no
   conceivable reason I can think of to not use VS2013 CE, then it's all
   rather
   historical.
  



-- 
Graham Bloice
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Now problems packaging ...

2015-02-01 Thread Graham Bloice
On 1 February 2015 at 14:38, Richard Sharpe realrichardsha...@gmail.com
wrote:

 On Sun, Feb 1, 2015 at 2:37 AM, Graham Bloice
 graham.blo...@trihedral.com wrote:
  On 31 January 2015 at 22:55, Richard Sharpe realrichardsha...@gmail.com
 
  wrote:
 
  On Sat, Jan 31, 2015 at 2:39 PM, Richard Sharpe
  realrichardsha...@gmail.com wrote:
   Hi folks,
  
   So, my build completed OK. However, when I attempted the packaging
 step
   I got:
  
   --
   Processing config: c:\Program Files (x86)\NSIS\nsisconf.nsh
   Processing script file: wireshark.nsi (ACP)
   File:
   c:\Users\rjsharpe\Wireshark\Wireshark-win64-libs\vcredist_x64.exe
 - no
   files found.
   Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...]
 |
  /oname=outfile one_file_only)
   Error in script wireshark.nsi on line 349 -- aborting creation
 process
   NMAKE : fatal error U1077: '\Program Files (x86)\NSIS\makensis.exe'
 :
   return c
   ode '0x1'
   Stop.
   NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual
   Studio 12.0
   \VC\BIN\amd64\nmake.exe' : return code '0x2'
   Stop.
   
  
   Any hints here?
 
  A quick application of the vcredist_x64 tonic seems to have fixed this
  problem.
 
  The doc needs another update.
 
 
  Which VS edition are you using?

 VS2013 ...


Odd, is that VS2013 Express, VS2013 Community Edition or some other
version?  I believe all versions except the Express, which has now been
withdrawn by MS in favour of the Community edition, include the vcredist
files so no download is needed.

What flavour of VS2013, and what do you have in C:\Program Files
(x86)\Microsoft Visual Studio 12.0\VC\redist\1033?

There is already a note in the docs (Sect 4.6.1) about other VS variants
that discusses the vcredist files for VS2010 Express, but as there is no
conceivable reason I can think of to not use VS2013 CE, then it's all
rather historical.

-- 
Graham Bloice
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Now problems packaging ...

2015-02-01 Thread Richard Sharpe
On Sun, Feb 1, 2015 at 12:12 PM, Graham Bloice
graham.blo...@trihedral.com wrote:
 On 1 February 2015 at 14:38, Richard Sharpe realrichardsha...@gmail.com
 wrote:

 On Sun, Feb 1, 2015 at 2:37 AM, Graham Bloice
 graham.blo...@trihedral.com wrote:
  On 31 January 2015 at 22:55, Richard Sharpe
  realrichardsha...@gmail.com
  wrote:
 
  On Sat, Jan 31, 2015 at 2:39 PM, Richard Sharpe
  realrichardsha...@gmail.com wrote:
   Hi folks,
  
   So, my build completed OK. However, when I attempted the packaging
   step
   I got:
  
   --
   Processing config: c:\Program Files (x86)\NSIS\nsisconf.nsh
   Processing script file: wireshark.nsi (ACP)
   File:
   c:\Users\rjsharpe\Wireshark\Wireshark-win64-libs\vcredist_x64.exe
   - no
   files found.
   Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...]
   |
  /oname=outfile one_file_only)
   Error in script wireshark.nsi on line 349 -- aborting creation
   process
   NMAKE : fatal error U1077: '\Program Files (x86)\NSIS\makensis.exe'
   :
   return c
   ode '0x1'
   Stop.
   NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual
   Studio 12.0
   \VC\BIN\amd64\nmake.exe' : return code '0x2'
   Stop.
   
  
   Any hints here?
 
  A quick application of the vcredist_x64 tonic seems to have fixed this
  problem.
 
  The doc needs another update.
 
 
  Which VS edition are you using?

 VS2013 ...


 Odd, is that VS2013 Express, VS2013 Community Edition or some other version?
 I believe all versions except the Express, which has now been withdrawn by
 MS in favour of the Community edition, include the vcredist files so no
 download is needed.

When I start up Visual Studio 2013 it calls itself Professional 2013
and the About Dialog box says Microsoft Visual Studio Professional
2013.

 What flavour of VS2013, and what do you have in C:\Program Files
 (x86)\Microsoft Visual Studio 12.0\VC\redist\1033?

 There is already a note in the docs (Sect 4.6.1) about other VS variants
 that discusses the vcredist files for VS2010 Express, but as there is no
 conceivable reason I can think of to not use VS2013 CE, then it's all rather
 historical.

 --
 Graham Bloice

 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
  mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe



-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Now problems packaging ...

2015-02-01 Thread Richard Sharpe
On Sun, Feb 1, 2015 at 2:02 PM, Graham Bloice
graham.blo...@trihedral.com wrote:
  Odd, is that VS2013 Express, VS2013 Community Edition or some other
  version?
  I believe all versions except the Express, which has now been withdrawn
  by
  MS in favour of the Community edition, include the vcredist files so no
  download is needed.

 When I start up Visual Studio 2013 it calls itself Professional 2013
 and the About Dialog box says Microsoft Visual Studio Professional
 2013.


 That version should have the vcredist files in the above mentioned location.
 I've never needed to manually download the files when using that version.
 There's something in the build system  that should manage that but I can't
 quite see it yet.

Actually, I just searched for it and it is indeed in C:\Program Files
(x86)\Microsoft Visual Studio 12.0\VC\redist\1033.

For some reason it was not being found.



  What flavour of VS2013, and what do you have in C:\Program Files
  (x86)\Microsoft Visual Studio 12.0\VC\redist\1033?
 
  There is already a note in the docs (Sect 4.6.1) about other VS variants
  that discusses the vcredist files for VS2010 Express, but as there is no
  conceivable reason I can think of to not use VS2013 CE, then it's all
  rather
  historical.
 





 --
 Graham Bloice

 ___
 Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
 Archives:http://www.wireshark.org/lists/wireshark-dev
 Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
  mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe



-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

[Wireshark-dev] Now problems packaging ...

2015-01-31 Thread Richard Sharpe
Hi folks,

So, my build completed OK. However, when I attempted the packaging step I got:

--
Processing config: c:\Program Files (x86)\NSIS\nsisconf.nsh
Processing script file: wireshark.nsi (ACP)
File: c:\Users\rjsharpe\Wireshark\Wireshark-win64-libs\vcredist_x64.exe - no
files found.
Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
   /oname=outfile one_file_only)
Error in script wireshark.nsi on line 349 -- aborting creation process
NMAKE : fatal error U1077: '\Program Files (x86)\NSIS\makensis.exe' : return c
ode '0x1'
Stop.
NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual Studio 12.0
\VC\BIN\amd64\nmake.exe' : return code '0x2'
Stop.


Any hints here?

-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Now problems packaging ...

2015-01-31 Thread Richard Sharpe
On Sat, Jan 31, 2015 at 2:39 PM, Richard Sharpe
realrichardsha...@gmail.com wrote:
 Hi folks,

 So, my build completed OK. However, when I attempted the packaging step I got:

 --
 Processing config: c:\Program Files (x86)\NSIS\nsisconf.nsh
 Processing script file: wireshark.nsi (ACP)
 File: c:\Users\rjsharpe\Wireshark\Wireshark-win64-libs\vcredist_x64.exe - 
 no
 files found.
 Usage: File [/nonfatal] [/a] ([/r] [/x filespec [...]] filespec [...] |
/oname=outfile one_file_only)
 Error in script wireshark.nsi on line 349 -- aborting creation process
 NMAKE : fatal error U1077: '\Program Files (x86)\NSIS\makensis.exe' : 
 return c
 ode '0x1'
 Stop.
 NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual Studio 
 12.0
 \VC\BIN\amd64\nmake.exe' : return code '0x2'
 Stop.
 

 Any hints here?

A quick application of the vcredist_x64 tonic seems to have fixed this problem.

The doc needs another update.

-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)
___
Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org
Archives:http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe