Menu

#172 Can't build cscope without (f)lex

closed-duplicate
None
5
2005-09-15
2005-09-09
Anonymous
No

# make
No suffix list.
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
No suffix list.
Making all in doc
No suffix list.
cd .. && /bin/sh ./config.status doc/Makefile
config.status: creating doc/Makefile
Making all in src
cd .. && /bin/sh ./config.status src/Makefile
depfiles
config.status: creating src/Makefile
config.status: executing depfiles commands
/bin/sh ../ylwrap `test -f 'fscanner.l' ||
echo './'`fscanner.l .c fscanner.c -- :
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.

Discussion

  • Hans-Bernhard Broeker

    • labels: 388881 -->
    • assigned_to: nobody --> broeker
     
  • Hans-Bernhard Broeker

    Logged In: YES
    user_id=27517

    The problem is that you don't have any 'lex' on your
    machine. Or if you do have it, it's hidden too well for
    configure to be able to find it. You'll have to install
    either lex or flex first, then restart the cscope build at
    the "configure" step.

     
  • Hans-Bernhard Broeker

    • summary: Compiling cscope fails on HPUX Itanium --> Can't build cscope without (f)lex
    • status: open --> closed-duplicate
     

Log in to post a comment.