Hey,
After some update (and unfortunately, I don't know which one), Nightingale is back to the problem of http://forum.getnightingale.com/thread-491.html, just without the warning messages, just with the error:
The other difference being, that I'm now running precise pangolin (Kubuntu 12.04).
So I decided I'd compile nightingale myself, because apparently it's fixed in the git repository. I cloned it, I installed some missing dependencies (gtk2-dev was missing), did some stuff I'm not sure how clean it is (did install taglib from quantal, because the version from precise is 1.7 and apparently 1.8 is required).
So now I get the following error, and I'm stuck, and I don't find a solution anywhere else really.
The error message i get from build.sh:
I hope you can help me. I'm in big time trouble because of this, if I don't have this fixed until tonight.
After some update (and unfortunately, I don't know which one), Nightingale is back to the problem of http://forum.getnightingale.com/thread-491.html, just without the warning messages, just with the error:
Code:
(nightingale-bin:2988): GStreamer-CRITICAL **: gst_object_ref: assertion `object != NULL' failed
(nightingale-bin:2988): GStreamer-CRITICAL **: gst_object_sink: assertion `GST_IS_OBJECT (object)' failed
(nightingale-bin:2988): GStreamer-CRITICAL **: gst_object_ref: assertion `object != NULL' failed
(nightingale-bin:2988): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed
The other difference being, that I'm now running precise pangolin (Kubuntu 12.04).
So I decided I'd compile nightingale myself, because apparently it's fixed in the git repository. I cloned it, I installed some missing dependencies (gtk2-dev was missing), did some stuff I'm not sure how clean it is (did install taglib from quantal, because the version from precise is 1.7 and apparently 1.8 is required).
So now I get the following error, and I'm stuck, and I don't find a solution anywhere else really.
The error message i get from build.sh:
Code:
MetadataHandlerTaglib.o: In function `sbMetadataHandlerTaglib::ReadFile(TagLib::File*, char const*)':
/code/nightingale-hacking/components/mediacore/metadata/handler/taglib/src/MetadataHandlerTaglib.cpp:2384: undefined reference to `typeinfo for TagLib::TagUnion'
/code/nightingale-hacking/components/mediacore/metadata/handler/taglib/src/MetadataHandlerTaglib.cpp:2386: undefined reference to `TagLib::TagUnion::tag(int) const'
/code/nightingale-hacking/components/mediacore/metadata/handler/taglib/src/MetadataHandlerTaglib.cpp:2387: undefined reference to `TagLib::TagUnion::tag(int) const'
/code/nightingale-hacking/components/mediacore/metadata/handler/taglib/src/MetadataHandlerTaglib.cpp:2387: undefined reference to `TagLib::TagUnion::tag(int) const'
/code/nightingale-hacking/components/mediacore/metadata/handler/taglib/src/MetadataHandlerTaglib.cpp:2387: undefined reference to `TagLib::TagUnion::tag(int) const'
/code/nightingale-hacking/components/mediacore/metadata/handler/taglib/src/MetadataHandlerTaglib.cpp:2387: undefined reference to `TagLib::TagUnion::tag(int) const'
MetadataHandlerTaglib.o:/home/veit/code/nightingale-hacking/components/mediacore/metadata/handler/taglib/src/MetadataHandlerTaglib.cpp:2387: more undefined references to `TagLib::TagUnion::tag(int) const' follow
collect2: ld returned 1 exit status
make[8]: *** [sbMetadataHandlerTaglib.so] Error 1
make[8]: Leaving directory `/code/nightingale-hacking/compiled/components/mediacore/metadata/handler/taglib/src'
make[7]: *** [libs] Error 2
make[7]: Leaving directory `/code/nightingale-hacking/compiled/components/mediacore/metadata/handler/taglib'
make[6]: *** [libs] Error 2
make[6]: Leaving directory `/code/nightingale-hacking/compiled/components/mediacore/metadata/handler'
make[5]: *** [libs] Error 2
make[5]: Leaving directory `/code/nightingale-hacking/compiled/components/mediacore/metadata'
make[4]: *** [libs] Error 2
make[4]: Leaving directory `/code/nightingale-hacking/compiled/components/mediacore'
make[3]: *** [libs_tier_componentsbase] Error 2
make[3]: Leaving directory `/code/nightingale-hacking/compiled'
make[2]: *** [tier_componentsbase] Error 2
make[2]: Leaving directory `/code/nightingale-hacking/compiled'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/code/nightingale-hacking/compiled'
make: *** [build] Error 2