On Wed, Feb 5, 2014 at 8:51 PM, Jason Kridner <jkrid...@beagleboard.org> wrote:
> Please report the issue to http://github.com/jadonk/bonescript/issues or on
> beagleboard@googlegroups.com.
>
> You don't have a C++ compiler installed. I'm not exactly sure what all
> packages are required, but I can take a guess at some of them by taking a
> look at:
>
> https://github.com/beagleboard/image-builder/blob/master/beagleboard.org_image.sh
>
> $ sudo apt-get install autoconf automake1.9 build-essential bison flex g++
> gdb pkg-config
>
> There might also be some Python dependencies such that you might want to
> also do
>
> $ sudo apt-get install python-pip python-setuptools python2.7-dev
>
> It also looks like you might have run out of disk space or had an issue at
> one point and attempted to install without cleaning out the target
> directories in a way that left things in a bad state. You might check your
> free disk space and potentially remove the temporary and target files
> created to get a clean start.
>
> If that doesn't do it for you, please let me know.
>
>
> On Wed, Feb 5, 2014 at 3:29 PM, XXXX wrote:
>>
>> Hi Jason,
>>
>> I succeeded in flashing the bbb with debian jan/24 version and now tried
>> to install node and then bonescript. I used nod 0.10.24 in the arm build - I
>> have no idea if that is the right one to chooose, but a basic hello world
>> server worked flawlessly. I basically followed this here for node:
>> http://joshondesign.com/2013/10/23/noderpi
>>
>> Then I went on to install bonescript, which initially looked good, but
>> then this (pls scroll down).
>>
>> I think you told me you have it up and running on Debian, could you let me
>> know what is the exact procedure once debian has been flashed onto the bbb?
>> I know I chose node built for pi - do I have to build it myself? if yes,
>> how?
>>
>> Cheers & Thx!
>> XXXX
>>
>> debian@arm:~$ npm install bonescript
>> npm http GET https://registry.npmjs.org/bonescript
>> npm http 304 https://registry.npmjs.org/bonescript
>> npm http GET https://registry.npmjs.org/express/3.1.0
>> npm http GET https://registry.npmjs.org/epoll/0.0.7
>> npm http GET https://registry.npmjs.org/socket.io/0.8.7
>> npm http GET https://registry.npmjs.org/serialport/1.2.5
>> npm http GET https://registry.npmjs.org/i2c/0.1.4
>> npm http GET https://registry.npmjs.org/systemd/0.2.6
>> npm http GET https://registry.npmjs.org/winston/0.6.2
>> npm http 304 https://registry.npmjs.org/express/3.1.0
>> npm http 304 https://registry.npmjs.org/socket.io/0.8.7
>> npm http 304 https://registry.npmjs.org/serialport/1.2.5
>> npm http 304 https://registry.npmjs.org/i2c/0.1.4
>> npm http 304 https://registry.npmjs.org/epoll/0.0.7
>> npm http 304 https://registry.npmjs.org/systemd/0.2.6
>> npm http 304 https://registry.npmjs.org/winston/0.6.2
>> npm http GET https://registry.npmjs.org/bindings
>> npm http GET https://registry.npmjs.org/underscore/1.2.4
>> npm http GET https://registry.npmjs.org/coffee-script/1.3.3
>> npm http GET https://registry.npmjs.org/repl/0.1.3
>> npm http 304 https://registry.npmjs.org/coffee-script/1.3.3
>> npm http 304 https://registry.npmjs.org/bindings
>> npm http 304 https://registry.npmjs.org/underscore/1.2.4
>> npm http 304 https://registry.npmjs.org/repl/0.1.3
>> npm http GET https://registry.npmjs.org/nan
>> npm http 304 https://registry.npmjs.org/nan
>> npm http GET https://registry.npmjs.org/mkdirp/0.3.3
>> npm http GET https://registry.npmjs.org/send/0.1.0
>> npm http GET https://registry.npmjs.org/cookie/0.0.5
>> npm http GET https://registry.npmjs.org/cookie-signature/0.0.1
>> npm http GET https://registry.npmjs.org/buffer-crc32/0.1.1
>> npm http GET https://registry.npmjs.org/debug
>> npm http GET https://registry.npmjs.org/fresh/0.1.0
>> npm http GET https://registry.npmjs.org/methods/0.0.1
>> npm http GET https://registry.npmjs.org/connect/2.7.2
>> npm http GET https://registry.npmjs.org/commander/0.6.1
>> npm http GET https://registry.npmjs.org/range-parser/0.0.4
>> npm http 304 https://registry.npmjs.org/mkdirp/0.3.3
>> npm http 304 https://registry.npmjs.org/send/0.1.0
>> npm http 304 https://registry.npmjs.org/debug
>> npm http 304 https://registry.npmjs.org/cookie/0.0.5
>> npm http 304 https://registry.npmjs.org/cookie-signature/0.0.1
>> npm http 304 https://registry.npmjs.org/buffer-crc32/0.1.1
>> npm http 304 https://registry.npmjs.org/fresh/0.1.0
>> npm http 304 https://registry.npmjs.org/range-parser/0.0.4
>> npm http 304 https://registry.npmjs.org/methods/0.0.1
>> npm http 304 https://registry.npmjs.org/commander/0.6.1
>> npm http 304 https://registry.npmjs.org/connect/2.7.2
>>
>> > epoll@0.0.7 install
>> > /home/debian/node_modules/bonescript/node_modules/epoll
>> > node-gyp rebuild
>>
>> make: Entering directory
>> `/home/debian/node_modules/bonescript/node_modules/epoll/build'
>>   CXX(target) Release/obj.target/epoll/src/epoll.o
>> make: g++: Command not found

You should at-least install build-essential g++

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to