DrMoriarty / cuberok

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

doesn't compile on opensuse 11 x86_64 #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
make[1]: Entering directory `/home/kv/src/cuberok-read-only/src'
make[1]: *** Нет правила для сборки цели `Project.ede', 
требуемой для 
`Makefile'.  Останов.
make[1]: Leaving directory `/home/kv/src/cuberok-read-only/src'
make: *** [sub-src-make_default] Ошибка 2

Original issue reported on code.google.com by konstant...@gmail.com on 10 Nov 2008 at 11:14

GoogleCodeExporter commented 9 years ago
Try delete Makefiles and run "qmake Cuberok.pro"

Original comment by drmoriar...@gmail.com on 10 Nov 2008 at 11:18

GoogleCodeExporter commented 9 years ago
Спасибо! Теперь работает.

Thanx, works now.

Original comment by konstant...@gmail.com on 10 Nov 2008 at 11:22

GoogleCodeExporter commented 9 years ago

Original comment by drmoriar...@gmail.com on 10 Nov 2008 at 1:00

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This solution doesn't help me. The same error, Gentoo amd64, Qt 4.4, gcc 4.3

cuberok-0.0.4 % rm Make* && qmake Cuberok.pro && make 
rm: remove all arguments recursively? y
sh: audiere-config: command not found
0.10.20
Project MESSAGE: using gstreamer backend
cd plugins/player_void/ && make -f Makefile 
make[1]: Entering directory 
`/home/sterkrig/tmp/cuberok-0.0.4/plugins/player_void'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory 
`/home/sterkrig/tmp/cuberok-0.0.4/plugins/player_void'
cd plugins/player_gst/ && make -f Makefile 
make[1]: Entering directory 
`/home/sterkrig/tmp/cuberok-0.0.4/plugins/player_gst'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/sterkrig/tmp/cuberok-0.0.4/plugins/player_gst'
cd src/ && make -f Makefile 
make[1]: Entering directory `/home/sterkrig/tmp/cuberok-0.0.4/src'
make[1]: *** No rule to make target `Project.ede', needed by `Makefile'.  Stop.
make[1]: Leaving directory `/home/sterkrig/tmp/cuberok-0.0.4/src'
make: *** [sub-src-make_default] Error 2

Original comment by sterk...@gmail.com on 19 Nov 2008 at 8:28

GoogleCodeExporter commented 9 years ago
delete Makefile, src/Makefile, plugins/player_audiere/Makefile,
plugins/player_gst/Makefile

Original comment by drmoriar...@gmail.com on 20 Nov 2008 at 8:07

GoogleCodeExporter commented 9 years ago
What a bunch of Makefiles (-:E
Thanks, compiled fine. Is there any need for Gentoo ebuild?

Original comment by sterk...@gmail.com on 20 Nov 2008 at 8:22

GoogleCodeExporter commented 9 years ago
fixed in 0.0.4a

Original comment by drmoriar...@gmail.com on 20 Nov 2008 at 1:34