LockerProject / Locker

Locker - the "me" platform
http://lockerproject.org/
BSD 3-Clause "New" or "Revised" License
1.07k stars 123 forks source link

lockerbox fails with current Locker #881

Closed mdz closed 12 years ago

mdz commented 12 years ago

It doesn't run make. Once it does, the Makefile will need logic to update PATH the same way ./locker does, to find the dependencies installed by lockerbox

amcjen commented 12 years ago

Not clear on what this bug is. In locker, the only path handling is: NODE_PATH=Common/node. There is also a NODE_PATH setting in the lockerbox Makefile, but to the same directory, and it's for an oldtest target.

Additionally, I was able to successfully build the lockerbox locker on my machine, following the documentation. If you're getting failures when building, would you post what commands you're running, on what platform, and I'll use that to try to reproduce?

mdz commented 12 years ago

I'm talking about PATH itself, not the node PATH. Without the right PATH, it won't even be able to launch node!

mdz commented 12 years ago

It would have worked on your machine because you already have the dependencies installed, but lockerbox is supposed to work even if you don't have them yet

amcjen commented 12 years ago

Well, for OS X, we're assuming you have the XCode toolbase installed already, which will def. have those tools installed. If you are on another Ubuntu, this isn't the case.

I will spin up a fresh Ubuntu VM and add path stuff.

mdz commented 12 years ago

XCode comes with node.js and mongodb?