Wireshark mailing list archives

Re: UseLemon.cmake call with lemon fullpath


From: Joerg Mayer <jmayer () loplof de>
Date: Mon, 11 Apr 2011 04:32:08 +0200

On Wed, Apr 06, 2011 at 09:40:54PM -0300, Jo?o Henrique Freitas wrote:
wireshark (1.4.4) uses the script cmake/modules/UseLemon.cmake to call lemon.

I think it's need to call lemon tool with full path. Like this:

--- cmake/modules/UseLemon.cmake        2011-03-01 14:02:20.000000000 -0300
+++ /home_local/usuario/w/UseLemon.cmake        2011-04-06
21:29:02.000000000 -0300
@@ -12,7 +12,7 @@
       ADD_CUSTOM_COMMAND(
          OUTPUT
          ${_out}
-         COMMAND lemon
+         COMMAND ${_lemonpardir}/lemon
            t=${_lemonpardir}/lempar.c

No, that looks incorrect to me: In case of out of tree builds, the lemon
executable will not be located inside the source directory.

Are you encountering any problems without that patch? Are you doing in tree
builds?

ciao
   Jörg
-- 
Joerg Mayer                                           <jmayer () loplof de>
We are stuck with technology when what we really want is just stuff that
works. Some say that should read Microsoft instead of technology.
___________________________________________________________________________
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-request () wireshark org?subject=unsubscribe

Current thread: