HendrikRoth / boblight

Automatically exported from code.google.com/p/boblight
0 stars 0 forks source link

Fail to compile under Ubuntu 11.10 #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Following the guide under Ubuntu 11.10. 

What is the expected output? What do you see instead?

when I execute 'make' it returns this error:

antonio@antonio-VGN-FZ31S:~$ cd boblight-read-only/ 
antonio@antonio-VGN-FZ31S:~/boblight-read-only$ make
make  all-recursive
make[1]: ingresso nella directory "/home/antonio/boblight-read-only"
Making all in src
make[2]: ingresso nella directory "/home/antonio/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: riga 984: g++: comando non trovato
make[2]: *** [libboblight_la-boblight-client.lo] Errore 1
make[2]: uscita dalla directory "/home/antonio/boblight-read-only/src"
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory "/home/antonio/boblight-read-only"
make: *** [all] Errore 2

What version of the product are you using? On what operating system?

Ubuntu 11.10

Original issue reported on code.google.com by batteria...@gmail.com on 9 Oct 2011 at 1:01

GoogleCodeExporter commented 9 years ago
Do you have g++ installed?

Original comment by bob.loo...@gmail.com on 9 Oct 2011 at 8:59

GoogleCodeExporter commented 9 years ago

Original comment by bob.loo...@gmail.com on 9 Oct 2011 at 8:59

GoogleCodeExporter commented 9 years ago
Hi, I installed dependendcies as told in the wiki under compiling topic.
Now I installed g++ but as a result i have this report. In the last lines I 
have some errors. I tryed to execute also make install but there are some 
errors.

Original comment by batteria...@gmail.com on 14 Oct 2011 at 11:07

Attachments:

GoogleCodeExporter commented 9 years ago
Pass --without-ffmpeg to configure.
ffmpeg api was changed again, very annoying.

Original comment by bob.loo...@gmail.com on 15 Oct 2011 at 1:20

GoogleCodeExporter commented 9 years ago
This work around works for me (but there is the problem related to 
libboblight.so). 

Original comment by batteria...@gmail.com on 24 Oct 2011 at 4:04

GoogleCodeExporter commented 9 years ago
Run sudo ldconfig.

Original comment by bob.loo...@gmail.com on 25 Oct 2011 at 12:44

GoogleCodeExporter commented 9 years ago

Original comment by bob.loo...@gmail.com on 31 Dec 2011 at 12:23