Re: [OMPI devel] Broken flex-required error message

2015-04-22 Thread Jeff Squyres (jsquyres)
Good catch. But I'm ok forcing devs to install flex. Or be creative -- without any help -- to generate .c files from .l files themselves. :-) > On Apr 22, 2015, at 5:08 PM, Paul Hargrove wrote: > > > On Wed, Apr 22, 2015 at 2:02 PM, Jeff Squyres (jsquyres) > wrote: > FWIW, it *did* print

Re: [OMPI devel] Broken flex-required error message

2015-04-22 Thread Paul Hargrove
On Wed, Apr 22, 2015 at 2:02 PM, Jeff Squyres (jsquyres) wrote: > FWIW, it *did* print a list of files for me on my Mac when I faked it out > and forced it to *not* find flex. > A quick look and the commit shows for lfile in `find . -name \*.l -print`; do Notice the find is rooted at ".".

Re: [OMPI devel] Broken flex-required error message

2015-04-22 Thread Jeff Squyres (jsquyres)
Fixed -- thanks: https://github.com/open-mpi/ompi/commit/4b8fa246824418f8bd46419286bb1bcb8ce6e941 FWIW, it *did* print a list of files for me on my Mac when I faked it out and forced it to *not* find flex. Shrug. So I just took that part of the error message out -- let devs always install fle

[OMPI devel] Broken flex-required error message

2015-04-22 Thread Paul Hargrove
When building from a git clone of master I encountered the following: checking for flex... no checking for lex... no configure: WARNING: *** Could not find GNU Flex on your system. configure: WARNING: *** GNU Flex required for developer builds of Open MPI. configure: WARNING: *** Other versions of