Building Haiku from the pre-packaged Haiku virtual machine

The VM works great, so I decided to try to build Haiku under Haiku. After git’ting the source, I run the configure and get the error below. I was under the impression that all the buildtools are already pre-packaged. Also, what is the line editor to use in Terminal? No vi? I’d like to see what’s at line 702 :slight_smile:

~/haiku> ./configure
./configure: line 702: package: command not found
Unsupported target architecture: “”
~/haiku>

I did find “nano” as the editor and the configure script calls “package” which I assume to be a binary, but is not in the VMware distribution.