bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10154: ylwrap error:


From: Joe Chen
Subject: bug#10154: ylwrap error:
Date: Mon, 28 Nov 2011 02:21:25 -0700

Hi,

I am using automake for compile flex input file.  The flex command
line option --prefix=<STRING> or -P<STRING> works with the direct
invoking of flex, buy ylwrap gets error all the time for me:

/bin/bash ../build-aux/ylwrap configf_lexer.l lex.yy.c configf_lexer.c
-- flex  --case-insensitive --prefix=configf_yy
make[4]: *** [configf_lexer.c] Error 1


Is this a known issue?


-- You can see the version info of the automake I am using :

address@hidden:~/joe-work/joe-ccp-hgw-git-joe-clone$ ./build-aux/ylwrap --help
Usage: ylwrap [--help|--version] INPUT [OUTPUT DESIRED]... -- PROGRAM [ARGS]...

Wrapper for lex/yacc invocations, renaming files as desired.

  INPUT is the input file
  OUTPUT is one file PROG generates
  DESIRED is the file we actually want instead of OUTPUT
  PROGRAM is program to run
  ARGS are passed to PROG

Any number of OUTPUT,DESIRED pairs may be used.

Report bugs to <address@hidden>.
address@hidden:~/joe-work/joe-ccp-hgw-git-joe-clone$ automake --version
automake (GNU automake) 1.11.1
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <address@hidden>
       and Alexandre Duret-Lutz <address@hidden>.
address@hidden:~/joe-work/joe-ccp-hgw-git-joe-clone$


-- Joe Chen





reply via email to

[Prev in Thread] Current Thread [Next in Thread]