Re: [kde-linux] kdebase-runtime 4.1 compilation minor issue



i think that your problem i gcc 4.3.1. i've had some issues with trunk kde4
and gcc 4.3.x series so that i switched back to old gcc 4.2.3 and the errors
i've got with 4.3.1 seem to have gone away. i think that there are some
issues in the kde and lot of other stuff that doesn't comply to the abi to
which gcc complies, now it is more abi compliant than the 4.2.x serie for
what i've read by removing some controls but in that way some stuff that was
rellying on that controls has broken. maybe this is some similar issue, but
this would require the kde team to confirm this. this is my idea and is
based only on an ethereal proof that one stuff didn't compile with 4.3.1 but
compiled with 4.2.3 (i don't remember which part of kde was, but i remember
to be something belonging to strigi). so, if i were you and i'd still have
the 4.2.3 installed i'd switch to it with gcc-config and then try again to
compile the failing package and its dependencies.

2008/7/30 Dâniel Fraga <fragabr@xxxxxxxxx>

Linux 2.6.26
gcc 4.3.1
KDE 4.1

Now the problem is with kdebase-runtime

[ 64%] Building CXX object
phonon/platform_kde/CMakeFiles/kde.dir/kdepluginfactory.o
/home/fraga/src/kdebase-runtime-4.1.0/phonon/platform_kde/kdepluginfactory.cpp:
In member function 'virtual QList<int>
Phonon::KdePlatformPlugin::objectDescriptionIndexes(Phonon::ObjectDescriptionType)
const':
/home/fraga/src/kdebase-runtime-4.1.0/phonon/platform_kde/kdepluginfactory.cpp:274:
error: 'AudioCaptureDeviceType' was not declared in this scope
/home/fraga/src/kdebase-runtime-4.1.0/phonon/platform_kde/kdepluginfactory.cpp:
In member function 'virtual QHash<QByteArray, QVariant>
Phonon::KdePlatformPlugin::objectDescriptionProperties(Phonon::ObjectDescriptionType,
int) const':
/home/fraga/src/kdebase-runtime-4.1.0/phonon/platform_kde/kdepluginfactory.cpp:286:
error: 'AudioCaptureDeviceType' was not declared in this scope
make[2]: *** [phonon/platform_kde/CMakeFiles/kde.dir/kdepluginfactory.o]
Error 1
make[1]: *** [phonon/platform_kde/CMakeFiles/kde.dir/all] Error 2
make: *** [all] Error 2

Any hint? Thank you.

--
Linux 2.6.26: Rotary Wombat
http://u-br.net


___________________________________________________
This message is from the kde-linux mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.




--
dott. ing. beso
___________________________________________________
This message is from the kde-linux mailing list.
Account management: https://mail.kde.org/mailman/listinfo/kde-linux.
Archives: http://lists.kde.org/.
More info: http://www.kde.org/faq.html.

Relevant Pages

  • all KDE app builds fail
    ... I upgraded to KDE 3.1.3, ... I also upgraded my gcc to version 3.2.2. ... : undefined reference to `QStyleFactory::create' ... may be so for some apps, but can it be true for every KDE app that I build? ...
    (Debian-User)
  • Re: Equivalence in C
    ... I still hope to switch to gcc one day... ... Yes, that as well, but I changed that ages ago to make things compile ... compilation to the Iyonix on which only cfront 3 is available. ...
    (comp.sys.acorn.programmer)
  • Switch() parsing insanity
    ... switch { ... When I try to compile the above code with gcc 3.3.4 on linux, ... I'm not too keen to try updating gcc since compiling kernels is apparently very touchy with compiler versions. ...
    (comp.lang.c)
  • Re: Switch() parsing insanity
    ... switch { ... When I try to compile the above code with gcc 3.3.4 on linux, ... there some rule forbidding declaring variables directly after case statements, or could it possibly be a bug with gcc? ...
    (comp.lang.c)
  • probably a pthread problem with kde
    ... given the problem and the compile options below could you please tell what ... I've been struggling for a couple of days to make kde 3.2 work again. ... Somehow I also decided to upgrade the compiler and I bootstrapped a gcc ... char const*, KSycocaEntry*) from ...
    (comp.os.linux.development.apps)