Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

How do you build this? #11

Open
sammcj opened this issue Mar 15, 2015 · 1 comment
Open

How do you build this? #11

sammcj opened this issue Mar 15, 2015 · 1 comment

Comments

@sammcj
Copy link

sammcj commented Mar 15, 2015

Hello,
How do you build this?

# 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
@rdobson
Copy link
Contributor

rdobson commented Mar 17, 2015

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants