Re: [Wireshark-dev] Segmentation fault: 11 when running wireshark

2013-02-23 Thread Gonzalo Gasca
Just to close the thread, I just installed Ubuntu server using VMware
fusion and was able to build wireshark there. Thanks


On Sat, Feb 23, 2013 at 1:10 AM, Gonzalo Gasca wrote:

> Thanks Guy, I will probably change platform.
>
> Thanks again
>
>
> On Fri, Feb 22, 2013 at 10:19 PM, Guy Harris  wrote:
>
>>
>> On Feb 22, 2013, at 8:06 PM, Gonzalo Gasca 
>> wrote:
>>
>> > Stuck as nothings happens after the following line, while compiling.
>> >
>> > /usr/include/secure/_stdio.h:68: syntax error, unexpected ',',
>> expecting identifier or '(' in '   const char * restrict, va_list)' at
>> ','
>> >
>> > Cursor just waits, I checked Disk I/O, CPU usage and nothing unusual,
>> Disk usage remained the same.
>>
>> So perhaps the compilation just *stopped*.  It's not as if, in the
>> process of building GTK+ 2, if one file fails to compile, there's anything
>> else for it to do, so "nothing happens after that" is exactly what you
>> should expect, for that or for any *other* compile error.
>>
>
>
___
Sent via:Wireshark-dev mailing list 
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] Win7 - 64 bit build

2013-02-23 Thread Ed Beroset

Alex Lindberg wrote:

One additional item.  When building an NSIS install package on a Win7
64 bit system, the NSIS installs to "C:\Program Files (x86)\NSIS".
In config.nmake, the makensis.exe files uses "C:\Program Files", thus
failing.

I did the following: Added: PROGRAM_FILES_NSIS=%%ProgramFiles(x86)%%
Changed: MAKENSIS="$(PROGRAM_FILES)\NSIS\makensis.exe" To:
MAKENSIS="$(PROGRAM_FILES_NSIS)\NSIS\makensis.exe"

Worked like a charm.  I would guess that there are more elegant
solutions to the problem that would detect the path and make the
correct choice.  I will leave that to folks smarter than me.


I have made a patch for the Developer Guide to better describe how to 
build either 32-bit or 64-bit versions of the code and also made a note 
about this issue.  I think you must have installed the 64-bit version of 
NSIS rather than the 32-bit version 2.46 which is linked to in the 
instructions.  Can you please check that?


The patch is attached to bug 8386 (see 
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8386 ) which also 
describes the changes made.


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