On i686 svn sources amarok failed with
[ 81%] Building CXX object amarok/src/CMakeFiles/amarok-shared.dir/newdynamic.cpp.o [ 82%] Building CXX object amarok/src/CMakeFiles/amarok-shared.dir/organizecollectiondialog.cpp.o /build/BUILD/amarok/src/organizecollectiondialog.cpp:256:9: error: prototype for 'QString OrganizeCollectionDialog::buildDestination(const QString&, const MetaBundle&)' does not match any in class 'OrganizeCollectionDialog' /build/BUILD/amarok/src/organizecollectiondialog.h:59:21: error: candidate is: virtual QString OrganizeCollectionDialog::buildDestination(const QString&, const MetaBundle&) const /build/BUILD/amarok/src/organizecollectiondialog.cpp:262:9: error: prototype for 'QString OrganizeCollectionDialog::buildFormatTip()' does not match any in class 'OrganizeCollectionDialog' /build/BUILD/amarok/src/organizecollectiondialog.h:60:21: error: candidate is: virtual QString OrganizeCollectionDialog::buildFormatTip() const /build/BUILD/amarok/src/organizecollectiondialog.cpp:268:9: error: prototype for 'QString OrganizeCollectionDialog::buildFormatString()' does not match any in class 'OrganizeCollectionDialog' /build/BUILD/amarok/src/organizecollectiondialog.h:61:21: error: candidate is: virtual QString OrganizeCollectionDialog::buildFormatString() const /build/BUILD/amarok/src/organizecollectiondialog.cpp:279:9: error: prototype for 'QString OrganizeCollectionDialog::cleanPath(const QString&)' does not match any in class 'OrganizeCollectionDialog' /build/BUILD/amarok/src/organizecollectiondialog.h:63:21: error: candidate is: virtual QString OrganizeCollectionDialog::cleanPath(const QString&) const make[2]: *** [amarok/src/CMakeFiles/amarok-shared.dir/organizecollectiondialog.cpp.o] Error 1 make[1]: *** [amarok/src/CMakeFiles/amarok-shared.dir/all] Error 2 make: *** [all] Error 2 Aborting...
Is this a known error/ howto fix
On Saturday 12 March 2011 19:56:31 Baho Utot wrote:
On i686 svn sources amarok failed with
[...]
OrganizeCollectionDialog::buildFormatString() const /build/BUILD/amarok/src/organizecollectiondialog.cpp:279:9: error: prototype for 'QString OrganizeCollectionDialog::cleanPath(const QString&)' does not match any in class 'OrganizeCollectionDialog' /build/BUILD/amarok/src/organizecollectiondialog.h:63:21: error: candidate is: virtual QString OrganizeCollectionDialog::cleanPath(const QString&) const
[...]
Is this a known error/ howto fix
Known bug, no solution yet
On Saturday 12 March 2011 20:15:30 Serghei Amelian wrote:
On Saturday 12 March 2011 19:56:31 Baho Utot wrote:
On i686 svn sources amarok failed with
[...]
OrganizeCollectionDialog::buildFormatString() const /build/BUILD/amarok/src/organizecollectiondialog.cpp:279:9: error: prototype for 'QString OrganizeCollectionDialog::cleanPath(const QString&)' does not match any in class 'OrganizeCollectionDialog' /build/BUILD/amarok/src/organizecollectiondialog.h:63:21: error: candidate is: virtual QString OrganizeCollectionDialog::cleanPath(const QString&) const
[...]
Is this a known error/ howto fix
Known bug, no solution yet
Fixed in SVN.
what revision its the fixed, or please some one can provide the patch.. its for my local build of 3.5.11
On Sat, Mar 12, 2011 at 2:42 PM, Serghei Amelian serghei@thel.ro wrote:
On Saturday 12 March 2011 20:15:30 Serghei Amelian wrote:
On Saturday 12 March 2011 19:56:31 Baho Utot wrote:
On i686 svn sources amarok failed with
[...]
OrganizeCollectionDialog::buildFormatString() const /build/BUILD/amarok/src/organizecollectiondialog.cpp:279:9: error: prototype for 'QString OrganizeCollectionDialog::cleanPath(const QString&)' does not match any in class 'OrganizeCollectionDialog' /build/BUILD/amarok/src/organizecollectiondialog.h:63:21: error: candidate is: virtual QString OrganizeCollectionDialog::cleanPath(const QString&) const
[...]
Is this a known error/ howto fix
Known bug, no solution yet
Fixed in SVN.
-- Serghei
To unsubscribe, e-mail: trinity-devel-unsubscribe@lists.pearsoncomputing.net For additional commands, e-mail: trinity-devel-help@lists.pearsoncomputing.net Read list messsages on the Web archive: http://trinity-devel.pearsoncomputing.net/ Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
On Tuesday 15 March 2011 15:30:23 PICCORO McKAY Lenz wrote:
what revision its the fixed, or please some one can provide the patch.. its for my local build of 3.5.11
http://www.trinitydesktop.org/patches/r1224609.diff
On 03/12/2011 01:15 PM, Serghei Amelian wrote:
On Saturday 12 March 2011 19:56:31 Baho Utot wrote:
On i686 svn sources amarok failed with
[...]
OrganizeCollectionDialog::buildFormatString() const /build/BUILD/amarok/src/organizecollectiondialog.cpp:279:9: error: prototype for 'QString OrganizeCollectionDialog::cleanPath(const QString&)' does not match any in class 'OrganizeCollectionDialog' /build/BUILD/amarok/src/organizecollectiondialog.h:63:21: error: candidate is: virtual QString OrganizeCollectionDialog::cleanPath(const QString&) const
[...]
Is this a known error/ howto fix
Known bug, no solution yet
Thank you