neuks / winflexbison

A prefixed version of winflexbison, patched to put pkgdir to ../share/bison

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

winflexbison

A prefixed version of winflexbison, patched to put pkgdir to ../share/bison

Intro

This is a MinGW friendly version of flex + bison, which originated its code from the win_flexbison code base, with modified PKGDIR directory defaults to bin/../share/bison.

The original win_flexbison code wont compile under MinGW because its lack of gettime() function as available both in Linux and MSVC, to fix this compilation problem, I had to comment out the line invoking it (I don't have any better way to do this at the moment), if anyone comes up with a better idea how to solve this problem, you are free to pull request from this repo :)

About

A prefixed version of winflexbison, patched to put pkgdir to ../share/bison


Languages

Language:C 78.8%Language:M4 11.9%Language:C++ 6.1%Language:XSLT 2.1%Language:Yacc 0.4%Language:Makefile 0.4%Language:Objective-C 0.1%Language:CSS 0.1%Language:CMake 0.0%Language:Shell 0.0%Language:Lex 0.0%Language:Batchfile 0.0%