Opened 14 years ago
Closed 14 years ago
#534 closed defect (fixed)
"./configure --without-boost" returns "old boost found"
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | trivial | Milestone: | yat 0.6 |
Component: | build | Version: | trunk |
Keywords: | Cc: |
Description
Running
./configure --without-boost
results in
configure: WARNING: Boost found but not the required version. Please install Boost version 1.33 or later configure: error: in `/home/peter/projects/yat': configure: error: Some pre-requisites were not fulfilled, aborting configure. Please consult the 'README' file for more information about what is needed to compile yat and refer to above warning messages. Needed files were NOT created. See `config.log' for more details.
I think we should check for that syntax earlier and disallow it (with a more accurate error message).
Note: See
TracTickets for help on using
tickets.
(In [1915]) fixes #534