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
{{ message }}
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
# make
if [ "" = "" ]; then \
echo "Cannot find imported build variables. The Transfer VM can only be built with build.hg right now."; \
exit 1;\
fi
Cannot find imported build variables. The Transfer VM can only be built with build.hg right now.
make: *** [validate] Error 1
# python setup.py
Traceback (most recent call last):
File "setup.py", line 1, in <module>
from xcp.supplementalpack import *
ImportError: No module named xcp.supplementalpack
The text was updated successfully, but these errors were encountered:
Unfortunately this component depends on an internal build system. Making it externally buildable is an aspiration, but not something we've yet had time for.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
How do you build this?
The text was updated successfully, but these errors were encountered: