step7967967 / boblight

Automatically exported from code.google.com/p/boblight
GNU General Public License v3.0
0 stars 0 forks source link

Boblightd won't compile on Ubuntu #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to compile boblightd on Ubuntu 11.10 32-bits I get this error when 
trying to make:

xbmc@mediacenter:~/boblight-read-only$ make
make  all-recursive
make[1]: Entering directory `/home/xbmc/boblight-read-only'
Making all in src
make[2]: Entering directory `/home/xbmc/boblight-read-only/src'
source='lib/boblight_client.cpp' object='libboblight_la-boblight_client.lo' 
libtool=yes \
    DEPDIR=.deps depmode=none /bin/bash ../depcomp \
    /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I..      -c -o libboblight_la-boblight_client.lo `test -f 'lib/boblight_client.cpp' || echo './'`lib/boblight_client.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -c lib/boblight_client.cpp  -o 
.libs/libboblight_la-boblight_client.o
../libtool: line 984: g++: command not found
make[2]: *** [libboblight_la-boblight_client.lo] Error 1
make[2]: Leaving directory `/home/xbmc/boblight-read-only/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xbmc/boblight-read-only'
make: *** [all] Error 2

What am I doing wrong here? I used the latest SVN version.

Original issue reported on code.google.com by georgehe...@gmail.com on 13 Feb 2012 at 10:43

GoogleCodeExporter commented 9 years ago
Oh, please forgive me. I reinstalled my pc and forgot  to install G++. Sorry.

Original comment by georgehe...@gmail.com on 13 Feb 2012 at 10:53

GoogleCodeExporter commented 9 years ago

Original comment by bob.loo...@gmail.com on 13 Feb 2012 at 8:19