Closed GoogleCodeExporter closed 9 years ago
Also i get the same error when trying to compile with:
cmake -DENABLE_SMOKE=on \
-DENABLE_SMOKEKDE=off
Assuming phonon is kde related, shouldn't that stop it from compiling phonon
objects?
Original comment by punkrock...@gmail.com
on 2 Apr 2011 at 2:45
Phonon is actually shipped with Qt:
http://doc.qt.nokia.com/latest/phonon-module.html
You can disable the build of the phonon bindings with
perl Makefile.PL -DWITH_Phonon=OFF
or
cmake -DWITH_Phonon=OFF
This is definitely a problem upstream, as others are experiencing the same
issue. A Google search for "Phonon::registerMetaTypes()" returns this:
https://bugs.launchpad.net/ubuntu/+source/kdebindings/+bug/746424
I was also able to reproduce the error while compiling the kdebindings-4.6.1
release. If you want to use Phonon with PerlQt, I can give instructions on how
to patch the auto-generated phonon/x_10.cpp file. We generally try to avoid
that though, because it doesn't really solve the root of the problem.
Original comment by chrisbu...@gmail.com
on 2 Apr 2011 at 5:23
Looks like this has been fixed:
https://bugs.kde.org/show_bug.cgi?id=269943
So that will be included in the next Alien-SmokeQt release.
Original comment by chrisbu...@gmail.com
on 2 Apr 2011 at 4:46
Thanks for the help and explanation!
However, now stuck at 99% (typical i know ;X) with this one:
< ... snip ... >
[ 98%] Built target smokeqwt
[ 99%] Building CXX object
smoke/qt/qimageblitz/CMakeFiles/smokeqimageblitz.dir/smokedata.cpp.o
/home/ricky/Devel/alien-smoke-qt/src/Alien-SmokeQt-4.6.0.4/smoke/qt/qimageblitz/
smokedata.cpp:1:34: fatal error: qimageblitz_includes.h: No such file or
directory
compilation terminated.
make[2]: ***
[smoke/qt/qimageblitz/CMakeFiles/smokeqimageblitz.dir/smokedata.cpp.o] Error 1
make[1]: *** [smoke/qt/qimageblitz/CMakeFiles/smokeqimageblitz.dir/all] Error 2
make: *** [all] Error 2
Having trouble working out what's going on there, the file definitely exists as
far as i can tell.
% ls -l smoke/qt/qimageblitz/qimageblitz_includes.h
-rw-r--r-- 1 ricky users 126 Mar 19 00:56
smoke/qt/qimageblitz/qimageblitz_includes.h
Any idea? Thanks
Original comment by punkrock...@gmail.com
on 3 Apr 2011 at 3:49
The qimageblitz module didn't have the correct include search path set. I've
attached a patch to fix it.
You could disable QImageBlitz in the same way you disabled the Phonon build:
perl Makefile.PL -DWITH_Phonon=OFF -DWITH_QImageBlitz=OFF
cmake . -DWITH_Phonon=OFF -DWITH_QImageBlitz=OFF
Original comment by chrisbu...@gmail.com
on 5 Apr 2011 at 5:04
Attachments:
Is this fixed now?
Original comment by chrisbu...@gmail.com
on 2 Jun 2011 at 6:22
Yes this is fixed, thanks for the help.
If interested, i have created some PKGBUILDs for archlinux, they build
correctly and have been working perfectly so far. I will probably update them
with your patch later today.
http://aur.archlinux.org/packages.php?ID=49108
http://aur.archlinux.org/packages.php?ID=49109
cheers.
Original comment by punkrock...@gmail.com
on 3 Jun 2011 at 6:38
Original comment by chrisbu...@gmail.com
on 15 Feb 2012 at 1:59
Original issue reported on code.google.com by
punkrock...@gmail.com
on 2 Apr 2011 at 2:04