On Wed, Jun 28, 2006 at 11:05:20AM +0200, Roberto Pariset wrote:
> Package: gp2c
> Version: 0.0.5-1
> Severity: serious
> 
> Hi,
> gp2c_0.0.5-1 FTBFS with error:
> 
> checking for flex... no
> checking for lex... no
> ./configure: line 1156: flex: command not found
> checking for flex... lex
> checking for yywrap in -ll... no
> checking lex output file root... ./configure: line 1244: lex: command not 
> found
> configure: error: cannot find output from lex; giving up
> make: *** [config.status] Error 1
> 
> Please let it depend on flex.

I will do that but this is actually a bug in configure: it says
test -n "$LEX" || LEX=""$missing_dir/missing flex""
instead of
test -n "$LEX" || LEX="$missing_dir/missing flex"

gp2c does not need flex to build since it ships a copy of the lang.c file.

Cheers,
-- 
Bill. <[EMAIL PROTECTED]>

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to