Re: make fails - no flex

2002-05-20 Thread Joe Orton
On Mon, May 20, 2002 at 05:28:06PM -0400, Cliff Woolley wrote: > >> touch ssl_expr_parse.c > >> touch ssl_expr_parse.h > >> touch ssl_expr_scan.h > > Crap, my fault... that last one should have been > > touch ssl_expr_scan.c > > There is no ssl_expr_scan.h. HP-UX make can be tricky here though

RE: make fails - no flex

2002-05-20 Thread Cliff Woolley
On Mon, 20 May 2002, Petryczka, George wrote: > Actually i just tried touching the three files and i still get that same > error. I'll try downloading a flex if i can find it. Would lex work > though? >> touch ssl_expr_parse.c >> touch ssl_expr_parse.h >> touch ssl_expr_scan.h Crap, my fault.

RE: make fails - no flex

2002-05-20 Thread Cliff Woolley
On Mon, 20 May 2002, Petryczka, George wrote: > Won't touching those files cause some component not to be built? > And thanks. Nope. They're generated files distributed along with mod_ssl. If somehow their timestamps get to be older than the .y and .l files they came from, the Makefile will wa

RE: make fails - no flex

2002-05-20 Thread Petryczka, George
]' Subject: RE: make fails - no flex Cliff, This was attempted with mod_ssl 2.8.8-1.3.24 and apache 1.3.24. Won't touching those files cause some component not to be built? And thanks. -george -Original Message- From: Cliff Woolley [mailto:[EMAIL PROTECTED]] Sent: Monday, May

RE: make fails - no flex

2002-05-20 Thread Petryczka, George
PROTECTED]' Subject: Re: make fails - no flex On Mon, 20 May 2002, Petryczka, George wrote: > My apache make fails with: > Error: Cannot load flex. > > I never heard of flex. Is this just a fancy lex? Can i substitute lex for > flex in the makefile? I'm on HPUX11.0. > E

Re: make fails - no flex

2002-05-20 Thread Cliff Woolley
On Mon, 20 May 2002, Petryczka, George wrote: > My apache make fails with: > Error: Cannot load flex. > > I never heard of flex. Is this just a fancy lex? Can i substitute lex for > flex in the makefile? I'm on HPUX11.0. > Else can i download flex from somewhere? fast lex. It's GNU's lex.

make fails - no flex

2002-05-20 Thread Petryczka, George
My apache make fails with: Error: Cannot load flex. I never heard of flex. Is this just a fancy lex? Can i substitute lex for flex in the makefile? I'm on HPUX11.0. Else can i download flex from somewhere? Also the spot in the makefile where flex is called is referred to in comment as "Devel