HendrikRoth / boblight

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

make: Cannot find a rule to create target «src/lib/libboblight.h» #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout http://boblight.googlecode.com/svn/trunk/ boblight-read-only
2. cd boblight-read-only/
3. ./configure
4. make

What is the expected output? What do you see instead?
Compilation works almost fine, it stops because it can't find a rule to
create libboblight.h (after first run the src folder contains boblightd,
boblight-X11 and so on)

What version of the product are you using? On what operating system?
I'm trying to compile on Ubuntu 9.10, GNU Make 3.81 and gcc version 4.4.1

Please provide any additional information below.
Here is the command line output of the second run of "make" (Italian
localization)

make  all-recursive
make[1]: ingresso nella directory
«/home/tito/Documenti/Workspace/boblight-read-only»
Making all in src
make[2]: ingresso nella directory
«/home/tito/Documenti/Workspace/boblight-read-only/src»
make[2]: Non c'è da fare nulla per «all»
make[2]: uscita dalla directory
«/home/tito/Documenti/Workspace/boblight-read-only/src»
make[2]: ingresso nella directory
«/home/tito/Documenti/Workspace/boblight-read-only»
make[2]: *** Nessuna regola per creare l'obiettivo «src/lib/libboblight.h»,
necessario a «all-am».  Arresto.
make[2]: uscita dalla directory
«/home/tito/Documenti/Workspace/boblight-read-only»
make[1]: *** [all-recursive] Errore 1
make[1]: uscita dalla directory
«/home/tito/Documenti/Workspace/boblight-read-only»
make: *** [all] Errore 2

Original issue reported on code.google.com by tito.bra...@gmail.com on 21 Nov 2009 at 10:39

GoogleCodeExporter commented 9 years ago
Should be fixed in r213.

Original comment by bob.loo...@gmail.com on 21 Nov 2009 at 2:54