Export to GitHub

boblight - issue #19

Fail to compile under Ubuntu 11.10


Posted on Oct 9, 2011 by Happy Horse

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

Comment #1

Posted on Oct 9, 2011 by Quick Cat

Do you have g++ installed?

Comment #2

Posted on Oct 9, 2011 by Quick Cat

(No comment was entered for this change.)

Comment #3

Posted on Oct 14, 2011 by Happy Horse

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.

Attachments

Comment #4

Posted on Oct 15, 2011 by Quick Cat

Pass --without-ffmpeg to configure. ffmpeg api was changed again, very annoying.

Comment #5

Posted on Oct 24, 2011 by Happy Horse

This work around works for me (but there is the problem related to libboblight.so).

Comment #6

Posted on Oct 25, 2011 by Quick Cat

Run sudo ldconfig.

Comment #7

Posted on Dec 31, 2011 by Quick Cat

(No comment was entered for this change.)

Status: WontFix

Labels:
Type-Defect Priority-Medium