Wireshark mailing list archives
UseLemon.cmake call with lemon fullpath
From: João Henrique Freitas <joaohf () gmail com>
Date: Wed, 6 Apr 2011 21:40:54 -0300
Hi
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
${srcdir}/${_in}
DEPENDS ${_in}
Thanks
--
-----------------------------------------------------------
João Henrique Freitas - joaohf_at_gmail.com
Campinas-SP-Brasil
BSD051283
LPI 1
http://www.joaohfreitas.eti.br
___________________________________________________________________________
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:
- UseLemon.cmake call with lemon fullpath João Henrique Freitas (Apr 06)
- Re: UseLemon.cmake call with lemon fullpath Joerg Mayer (Apr 10)
