You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addresses #161. On Mac however there are versions of Bison and Flex
shipped with the OS but don't work (but configure won't catch it).
Installing homebrew and calling `brew install bison flex` will resolve this.
Original Issue Author: Philip Carns
Original Issue ID: 161
Original Issue URL: https://xgitlab.cels.anl.gov/codes/codes/issues/161
If flex is not found at configure time, configure issues a warning, but then make will attempt to generate .c files using an empty command.
If flex is mandatory, the configure should issue an error rather than a warning.
If flex is optional, then make should not execute rules that require it if it is not present.
See #160
The text was updated successfully, but these errors were encountered: