Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2013 20:20:01 GMT
From:      =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= <uqs@FreeBSD.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/177207: multimedia/xbmc maint update to 12.1
Message-ID:  <201307022020.r62KK1jm006114@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/177207; it has been noted by GNATS.

From: =?UTF-8?Q?Ulrich_Sp=C3=B6rlein?= <uqs@FreeBSD.org>
To: bug-followup@FreeBSD.org, mickael.maillot@gmail.com
Cc:  
Subject: Re: ports/177207: multimedia/xbmc maint update to 12.1
Date: Tue, 2 Jul 2013 22:15:26 +0200

 Hey, I'm trying to build xmbc on a recent -CURRENT and both the
 version in ports as well as the one in this PR fail with:
 
 /home/uqs/ports/xbmc/work/xbmc-12.2/xbmc/visualizations/XBMCProjectM/libprojectM/PresetLoader.cpp:38:40:
 error: addition of default argument on redeclaration makes
       this constructor a default constructor
 PresetLoader::PresetLoader(std::string dirname = std::string())
 :m_dirname(dirname), m_dir(0), m_ratingsSum(0)
                                        ^       ~~~~~~~~~~~~~~~
 /home/uqs/ports/xbmc/work/xbmc-12.2/xbmc/visualizations/XBMCProjectM/libprojectM/PresetLoader.hpp:32:3:
 note: previous declaration is here
                 PresetLoader(std::string dirname);
                 ^
 1 error generated.
 
 
 Is this something that's maybe already fixed upstream and can be
 patched in as well?
 
 Cheers,
 Uli



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307022020.r62KK1jm006114>