Closed dmzimmerman closed 5 years ago
As a side note, putting a stub config
script in the scripts
directory that defines the C_COMPILER
environment variable properly allows configuration (and building) to proceed.
Thanks! I believe this has now been fixed by running the check script at the end.
I can confirm that it now works on a freshly checked out repo. Thanks!
There appears to be a circular dependency, whereby the
configure
script fails to create aconfig
script in thescripts
directory because there is noconfig
script in thescripts
directory.More specifically, the
check
script called by theconfigure
script fails with: