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
Hi - I was attempting to cross compile (via buildroot) colm as a dependency for ragel, itself a dependency of another project, and ran into the following error during configure:
checking for ./DIST... configure: error: cannot check for file existence when cross compiling
in the meantime, i'm just patching this locally to avoid this specific check in order to determine whether to build the manual, but would be nice to support this.
Thanks @liamstask. That was always a bit of a poor attempt at determining if we are configuring from a distribution tarball or directly from source code control. There is probably a better way.
Hi - I was attempting to cross compile (via buildroot)
colm
as a dependency forragel
, itself a dependency of another project, and ran into the following error during configure:checking for ./DIST... configure: error: cannot check for file existence when cross compiling
in the meantime, i'm just patching this locally to avoid this specific check in order to determine whether to build the manual, but would be nice to support this.
configure env details:
The text was updated successfully, but these errors were encountered: