[Wireshark-dev] Re : configure fails with cmake on macosx

2010-09-28 Thread H.sivank
Joerg it seems that this patch does not fix this issue Ld build/lib/Debug/libwsutil.dylib normal x86_64 cd /Users/hsivank/Desktop/wireshark setenv MACOSX_DEPLOYMENT_TARGET 10.6 /Developer/usr/bin/gcc-4.2 -arch x86_64 -dynamiclib -isysroot /Developer/SDKs/MacOSX10.6.sdk -L/Users/hsivank/Desktop

Re: [Wireshark-dev] configure fails with cmake on macosx

2010-09-28 Thread H.sivank
Hello, Sorry to interfere in your conversation Le 28 sept. 2010 à 15:25, Joerg Mayer a écrit : >> The default behavior for, for example, libcap should be "use it if it's >> available, don't use it if it's not", so that on non-Linux systems (which >> probably don't have libcap), it Just Works,

Re: [Wireshark-dev] configure fails with cmake on macosx

2010-09-24 Thread H.sivank
> What happens if we remove all the set_target_properties calls in the > CMakeLists.txt files for the plugins - but revert to using MODULE as the link > mode for the plugins? It builds fine ! H.sivank ___

Re: [Wireshark-dev] Virtual WireShark appliance

2010-09-24 Thread H.sivank
ents as fully supported, >but that requires that things work first ;-) :-) H.sivank ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wi

Re: [Wireshark-dev] configure fails with cmake on macosx

2010-09-23 Thread H.sivank
HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define YYTEXT_POINTER 1 | #define HTML_VIEWER "mozilla" | #define HAVE_LIBGNUTLS 1 | #define HAVE_LIBGCRYPT 1 | /* end confdefs.h. */ | | |

Re: [Wireshark-dev] configure fails with cmake on macosx

2010-09-23 Thread H.sivank
I think it should be better if AUTHORS-SHORT and AUTHORS-SHORT-FORMAT (and wireshark.pod) created in build  dir. Attached a patch to fix this issue cmake_authors.diff Description: Binary data H.sivankLe 23 sept. 2010 à 21:47, Stig Bjørlykke a écrit :On Thu, Sep 23, 2010 at 9:01 PM, H.sivank <h

Re: [Wireshark-dev] configure fails with cmake on macosx

2010-09-23 Thread H.sivank
-apple_gcc.diff : fix for apple gcc apple_gcc.diff Description: Binary data cmake_authors.diff Description: Binary data cmake_quartz.diff Description: Binary data cmake_zlib.diff Description: Binary data H.sivank Le 23 sept. 2010 à 09:03, Joerg Mayer a écrit : > On Mon, Sep 20, 2010 at

[Wireshark-dev] configure fails with cmake on macosx

2010-09-19 Thread H.sivank
Hello list, I try to configure Wireshark with cmake on macosx 10.6. It fails with : set_target_properties called with incorrect number of arguments. Attached a patch to fix this issue. wireshark_cmake_macosx.diff Description: Binary data H.sivank_

Re: [Wireshark-dev] ChmodBPF on Mac

2010-09-15 Thread H.sivank
Hello Ryan, Thanks for your patch. I created a new patch with it : MacPorts. Now, we do not rely anymore on old startup item script api :-) It will be great to bundle Wireshark into an installer. This way ChmodBPF would be installed without user action. There is a simple tool for this, called p

Re: [Wireshark-dev] MacOSX snow leo integration

2010-05-25 Thread H.sivank
à 20:42, Stephen Fisher a écrit : > On Tue, May 25, 2010 at 11:19:27AM +0200, H.sivank wrote: > >> Remains the problem with xpm and gtk-quartz ... already discussed here >> >> I will check this ... maybe open a ticket to put the MacPort community >> on this issue

Re: [Wireshark-dev] MacOSX snow leo integration

2010-05-25 Thread H.sivank
Harris a écrit : > > On May 23, 2010, at 4:32 AM, H.sivank wrote: > >> Le 23 mai 2010 à 04:30, Guy Harris a écrit : >> >>> Is there any reason to continue to support the old API? >> >> Maybe some mac 10.4.x users ... >> >>> If not, we shou

Re: [Wireshark-dev] MacOSX snow leo integration

2010-05-23 Thread H.sivank
Le 23 mai 2010 à 04:30, Guy Harris a écrit : > Is there any reason to continue to support the old API? Maybe some mac 10.4.x users ... > If not, we should probably just continue to use HAVE_IGE_MAC_INTEGRATION for > this, and just change the code to use the new API. This is a patch which remo

Re: [Wireshark-dev] MacOSX snow leo integration

2010-05-22 Thread H.sivank
Le 22 mai 2010 à 22:41, Guy Harris a écrit : > > On May 22, 2010, at 7:08 AM, H.sivank wrote: > >> This is a patch to improve Wireshark integration with MacOSX 10.6.X > > What happens on Mac OS X 10.5.x? Is there anything Snow Leopard-specific > about this? I'v

Re: [Wireshark-dev] MacOSX snow leo integration

2010-05-22 Thread H.sivank
I forgot, You must build Gtk2 port with no_x11 and quartz variants Hsivank Le 22 mai 2010 à 18:06, Stig Bjørlykke a écrit : > On Sat, May 22, 2010 at 4:08 PM, H.sivank wrote: >> This is a patch to improve Wireshark integration with MacOSX 10.6.X >> It uses the new API from ige-

Re: [Wireshark-dev] MacOSX snow leo integration

2010-05-22 Thread H.sivank
:06, Stig Bjørlykke a écrit : > On Sat, May 22, 2010 at 4:08 PM, H.sivank wrote: >> This is a patch to improve Wireshark integration with MacOSX 10.6.X >> It uses the new API from ige-mac-integration called GtkOSXApplication using >> cocoa. > > What do I need to install

Re: [Wireshark-dev] MacOSX snow leo integration

2010-05-22 Thread H.sivank
gtkosxapplication.diff Description: Binary data Le 22 mai 2010 à 16:08, H.sivank a écrit :Hello,This is a patch to improve Wireshark integration with MacOSX 10.6.XIt uses the new API from ige-mac-integration called GtkOSXApplication using cocoa.The patch brings   -GtkOSXApplication detection

[Wireshark-dev] MacOSX snow leo integration

2010-05-22 Thread H.sivank
Hello, This is a patch to improve Wireshark integration with MacOSX 10.6.X It uses the new API from ige-mac-integration called GtkOSXApplication using cocoa. The patch brings -GtkOSXApplication detection -main menu integration -functional menu shortcut -dock me