Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-16 Thread Gerhard Gappmeier
: RE: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c Hi, Weird, it works on an old etch here with flex 2.5.33...gcc 4.1.2 20061115(prerelease) /Anders - FROM: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Anders Broman
...@wireshark.org] On Behalf Of Jaap Keuter Sent: den 15 november 2010 13:21 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c Hi, I hear you. I'm already taking that step back, first of all splitting text_import.h

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Pascal Quantin
Hi 2010/11/15 Jaap Keuter jaap.keu...@xs4all.nl Hi, I hear you. I'm already taking that step back, first of all splitting text_import.h and working without this access function so gracefully provided by newer flex versions. On that matter, AFAIK your version should provide this function.

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Anders Broman
support list for Wireshark Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c Hi 2010/11/15 Jaap Keuter jaap.keu...@xs4all.nlmailto:jaap.keu...@xs4all.nl Hi, I hear you. I'm already taking that step back, first of all splitting text_import.h

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Anders Broman
To: 'Developer support list for Wireshark' Subject: RE: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c Hi, Weird, it works on an old etch here with flex 2.5.33...gcc 4.1.2 20061115(prerelease) /Anders From: wireshark-dev-boun

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Stephen Fisher
On Sat, Nov 13, 2010 at 04:06:35PM +, Martin Mathieson wrote: This still doesn't fix the build for me. There is an undefined reference to text_importset_in() in gtk/file_import_dlg.c:504 I'm seeing this problem too on FreeBSD 8.1-RELEASE. It's using the default system flex in /usr/bin

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Stephen Fisher
On Mon, Nov 15, 2010 at 03:39:56PM -0700, Stephen Fisher wrote: the configure script doesn't seem to provide a way to specify an alternate path to the flex binary to use. Correction: define the LEX environment variable to the full path, i.e: setenv LEX /usr/local/bin/flex

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Stephen Fisher
On Mon, Nov 15, 2010 at 02:17:59PM +0100, Pascal Quantin wrote: It looks like I forgot to clean my objects after upgrading flex... After pointing the configure script to my newer version of flex on FreeBSD, I still have that problem with an undefined symbol. Did your flex upgrade update

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-15 Thread Stephen Fisher
On Mon, Nov 15, 2010 at 04:51:59PM -0700, Stephen Fisher wrote: On Mon, Nov 15, 2010 at 02:17:59PM +0100, Pascal Quantin wrote: It looks like I forgot to clean my objects after upgrading flex... After pointing the configure script to my newer version of flex on FreeBSD, I still have

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-14 Thread Pascal Quantin
Hi 2010/11/13 Jaap Keuter jaap.keu...@xs4all.nl Hi, That seems to be the result of the flex version being used. What platform are you using? We'll probably need to take a step back and rework using older mechanisms. I'm facing the same issue with my Debian Lenny. Updating my flex version

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-13 Thread Martin Mathieson
This still doesn't fix the build for me. There is an undefined reference to text_importset_in() in gtk/file_import_dlg.c:504 Martin On Sat, Nov 13, 2010 at 4:04 PM, mart...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=34860 User: martinm Date:

Re: [Wireshark-dev] [Wireshark-commits] rev 34860: /trunk/gtk/ /trunk/gtk/: text_import.c

2010-11-13 Thread Jaap Keuter
Hi, That seems to be the result of the flex version being used. What platform are you using? We'll probably need to take a step back and rework using older mechanisms. Thanks, Jaap On 11/13/2010 05:06 PM, Martin Mathieson wrote: This still doesn't fix the build for me. There is an undefined