-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install guide lines? #72
Comments
Hi Andre, Thank you for such a warm words.
You could put whole winflexbison folder in any place you want. If you add path to winflexbison folder to PATH environment variable you will be able to run win_flex or win_bison executables from any place in the system
You could place bison's
I guess different executable names flex vs win_flex and bison vs win_bison should be enough to separate these tools. Best regards, |
Hi ALex, Thanks for the quick reply. Moving all files to another location is what I did (and it works), after I had written my message. The file Good to know that there is an environment variable for locating the Maybe, if you can find some spare time, you can mention some of the details in Kind regards, |
As a footnote, I'll note that win_bison sometimes cannot find its data directory if win_bison is invoked via a symlink. I say sometimes, because it doesn't work when invoked via VS but does work when invoked from a cygwin command line (and works via either windows soft links or via cygwin soft links). |
Hi, first thanks for the time you put into this project. It is much appreciated, at least by me ;-)
I have one question about the use of winflexbison.
The documentation says to use the command line or use de Visual studio build rules. Both are clear to me.
I want to replace the executables to another location on my disk.
What can I do with the skeleton (and other) files?
Is there a presumed structure or can I put it all in one directory?
I also have a GnuWin32 version of Flex/Bison available (And it performs fine for C projects).
Can I mix the two? (Most likely not) Any advise on how to keep them both available but separated? The difference in executable names should be enough to select the correct version.
Kind regards,
Andre.
The text was updated successfully, but these errors were encountered: