On Fri, Feb 27, 2009 at 7:37 PM, j s <[email protected]> wrote: > Hi, > > Are there packages for finding Flex and Bison available? I'm starting a > porting effort to windows, and I am hoping there is a way for these to work > in visual studio?
Depending on how often you change your grammar, you may want to consider just using a shell script in Linux to run Flex & Bison and then just check the generated code into CM. Granted, it's not as flexible but it's also two less dependencies a user needs to compile your code. Just food for thought. -- Philip Lowman
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
