Hi,
  I'm looking at porting CMake to z/OS and it seems as though I have a need to 
regenerate all flex/yacc/bison generated files because the system's character 
set is EBCDIC.  I've been googling a lot and haven't been able to find any 
information on how to do this, the bootstrap command doesn't do it and I 
haven't found anything in any of the files in the 2.8.2 source tarball that 
really give me any hints, except lines like this in the generated files:
        Run flex like this:
          flex --prefix=cmListFileLexer_yy -ocmListFileLexer.c 
cmListFileLexer.in.l

But, I haven't found any files matching *yy* in the source tarball, or in a 
cloned copy of the git archive.

Any tips?

Thanks,


Kelly Hickel
Product Development Architect
BMC Software

_______________________________________________
cmake-developers mailing list
[email protected]
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to