KasunWijesekara / cuberok

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

cuberok 0.0.10 doesn't compile in Mandriva 2009.1/ x86_64 #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is the error message:

../unix/obj/importcollection.o importcollection.cpp
importcollection.cpp: In static member function »static bool
ImportCollection::importCollection(QString, bool)«:
importcollection.cpp:64: Fehler: format not a string literal and no format 
arguments
make[1]: *** [../unix/obj/importcollection.o] Fehler 1

Can you help me?

Original issue reported on code.google.com by tigger...@gmail.com on 13 Jun 2009 at 8:04

GoogleCodeExporter commented 8 years ago
You can remove or comment string 64. It is "qDebug((const 
char*)err.toLocal8Bit());"

Does error exist on other qDebug calls? 
What Qt version you use?

Original comment by drmoriar...@gmail.com on 15 Jun 2009 at 6:49

GoogleCodeExporter commented 8 years ago
I commented the following:

- importcollection.cpp string 64
- player_manager.cpp string 46, 48, 82

But now there is an problem with the engines:

make[1]: Entering directory 
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_phonon'
install -m 755 -p "../../unix/plugins/libplayer_phonon.so"
"/usr/lib64/cuberok/libplayer_phonon.so"
make[1]: Leaving directory 
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_phonon'
cd plugins/player_audiere/ && make -f Makefile install
make[1]: Entering directory 
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_audiere'
install -m 755 -p "../../unix/plugins/libplayer_audiere.so"
"/usr/lib64/cuberok/libplayer_audiere.so"
make[1]: Leaving directory 
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_audiere'
cd plugins/player_gst/ && make -f Makefile install
make[1]: Entering directory 
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_gst'
install -m 755 -p "../../unix/plugins/libplayer_gst.so"
"/usr/lib64/cuberok/libplayer_gst.so"
make[1]: Leaving directory 
`/home/uta/rpm/SOURCES/cuberok-0.0.10/plugins/player_gst

So, when I starting Cuberok there is no possibility to select phonon, gstreamer 
or
audiere. I can't hear nothing. If I started from a terminal, I can't see no 
errors
for this problem:

/usr/bin/gwibber:79: PangoWarning: pango_layout_get_width: assertion `layout != 
NULL'
failed
  gtk.main()
/usr/bin/gwibber:79: GtkWarning: gdk_draw_layout: assertion `PANGO_IS_LAYOUT
(layout)' failed
  gtk.main()

Qt version is 4.5.0

Any ideas??

Original comment by tigger...@gmail.com on 15 Jun 2009 at 6:07

GoogleCodeExporter commented 8 years ago
Did you do "make install" or "make install INSTALL_ROOT=/usr/local" ?

What directory plugins are?

Check console for lines:
"Plugins dir is /usr/lib/cuberok
Try lo load libplayer_gst.so"

Original comment by drmoriar...@gmail.com on 16 Jun 2009 at 5:09

GoogleCodeExporter commented 8 years ago
- "make install INSTALL_ROOT=/usr/local" and "make install INSTALL_ROOT=/usr"
- plugins are in /usr/lib64/cuberok
- in console I can't see nothing:

cuberok
/usr/lib/qt4/translations/cuberok_de  not found

Thats all.

Original comment by kevinsw...@googlemail.com on 16 Jun 2009 at 11:23

GoogleCodeExporter commented 8 years ago
There is a error. Cuberok looks for plugins in /usr/lib, but they are in 
/usr/lib64

Try to compile version from svn

Original comment by drmoriar...@gmail.com on 16 Jun 2009 at 11:54

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Thank you for your advice. I applyed a symlink /usr/lib64/cuberok -> 
/usr/lib/cuberok
and now it works fine in 0.0.10.

Original comment by tigger...@gmail.com on 16 Jun 2009 at 6:10

GoogleCodeExporter commented 8 years ago
I tried r221 and it does not compile untill patch like this not applied:

-DEFINES += CUBEROK_PLUGINS="../lib/cuberok"
+DEFINES += CUBEROK_PLUGINS=\\\"../lib/cuberok\\\"

Original comment by nomen.in...@gmail.com on 19 Jun 2009 at 5:41

GoogleCodeExporter commented 8 years ago
This issue was closed by r222.

Original comment by drmoriar...@gmail.com on 19 Jun 2009 at 6:43