Re: [Wireshark-dev] Wireshark 1.6.3 won't run without threads support

2011-11-04 Thread Stig Bjørlykke
On Thu, Nov 3, 2011 at 10:46 PM, Gerald Combs wrote: > Weird. Are you using autotools or CMake? According to config.log and > "otool -L" on my machine Wireshark is linked with libgthread even though > I haven't explicitly enabled threads. On the machine it fails I'm using autotools and GLib 2.22.

Re: [Wireshark-dev] Wireshark 1.6.3 won't run without threads support

2011-11-03 Thread Gerald Combs
On 11/3/11 8:33 AM, Stig Bjørlykke wrote: > Hi. > > I get an error when trying to start wireshark 1.6.3 (default built > without threads): > GLib-ERROR **: The thread system is not yet initialized. > > This is because we call g_mutex_new() without a USE_THREADS guard in > main_welcome.c. > This w

[Wireshark-dev] Wireshark 1.6.3 won't run without threads support

2011-11-03 Thread Stig Bjørlykke
Hi. I get an error when trying to start wireshark 1.6.3 (default built without threads): GLib-ERROR **: The thread system is not yet initialized. This is because we call g_mutex_new() without a USE_THREADS guard in main_welcome.c. This was fixed in revision 38045 on trunk, but not back ported to