Re: Qt 5.4 build error on OS X 10.7

2015-02-11 Thread Brandon Allbery
On Wed, Feb 11, 2015 at 5:59 AM, René J.V. rjvber...@gmail.com wrote: The build halts with an error that neither he nor I can make sense of - how can a ctor be deleted? As I understand it, there are some implicit default constructors that are normally present --- but if you declare certain

Re: [KDE/Mac] Qt 5.4 build error on OS X 10.7

2015-02-11 Thread Brandon Allbery
On Wed, Feb 11, 2015 at 9:56 AM, René J.V. rjvber...@gmail.com wrote: I don't see the point in assigning the delete operator to a constructor nor how that could be valid C++? Aha. I take that to mean you can now suppress individual implicitly created constructors, instead of the older

Re: [KDE/Mac] Qt 5.4 build error on OS X 10.7

2015-02-11 Thread Brandon Allbery
On Wed, Feb 11, 2015 at 12:07 PM, Brandon Allbery allber...@gmail.com wrote: On Wed, Feb 11, 2015 at 9:56 AM, René J.V. rjvber...@gmail.com wrote: I don't see the point in assigning the delete operator to a constructor nor how that could be valid C++? Aha. I take that to mean you can now

Re: [KDE/Mac] Qt 5.4 build error on OS X 10.7

2015-02-11 Thread René J . V . Bertin
On Wednesday February 11 2015 12:12:08 Brandon Allbery wrote: Aha. I take that to mean you can now suppress individual implicitly created constructors ... The syntax is a bit peculiar, but then I've kinda come to expect that from C++ ... Also I find your faith in the sanity of

Re: [KDE/Mac] Qt 5.4 build error on OS X 10.7

2015-02-11 Thread René J . V . Bertin
On Wednesday February 11 2015 10:39:15 Jeremy Whiting wrote: My XCode version on OSX Lion here is 4.6.3 in case that makes any difference btw. For a glitch in a headerfile that refers to the compiler version? Yeah, could well be! Yeah, definitely. Must be something that broke after I last

Re: [KDE/Mac] Qt 5.4 build error on OS X 10.7

2015-02-11 Thread René J . V . Bertin
Yes, I have a macbook running 10.7 currently. I used the system clang to build Qt 5.4, though I didn't download and apply all the patches you have What Xcode version do you use? in your macports trac ticket. I only cloned Qt5 5.4 branch, added the QSP patch and built it fine here. I built it

updating a very old Macports install

2015-02-11 Thread Bruce J. Carter
I need some suggestions or ideas, I've been trying upgrade a Macports install that's at least 3 years old, there has been two OS upgrades in between (Mavericks Yosemite). I get to a certain point and I get errors. Some errors I've been able to over come, but I am stuck at this point, I have a

Re: updating a very old Macports install

2015-02-11 Thread Ryan Schmidt
On Feb 11, 2015, at 15:32, Bruce J. Carter wrote: I need some suggestions or ideas, I've been trying upgrade a Macports install that's at least 3 years old, there has been two OS upgrades in between (Mavericks Yosemite). I get to a certain point and I get errors. Some errors I've been

Re: updating a very old Macports install

2015-02-11 Thread Daniel J. Luke
On Feb 11, 2015, at 4:32 PM, Bruce J. Carter cerf...@gmail.com wrote: I am trying to avoid cleaning and reinstalling everything. why? you probably want/need to do that if only because you should after an OS upgrade. Any thoughts, ideas or suggestions?

Re: [KDE/Mac] Qt 5.4 build error on OS X 10.7

2015-02-11 Thread Ian Wadham
On 12/02/2015, at 4:39 AM, Jeremy Whiting wrote: My XCode version on OSX Lion here is 4.6.3 in case that makes any difference btw. Hmmm. I have Xcode 4.6.1 (4H512). But AppleMenu-Software Update… shows that only iTunes is available for update (to v 12.1). My O/S is 10.7.5 (Lion). What

Re: updating a very old Macports install

2015-02-11 Thread Michael
I am trying to avoid cleaning and reinstalling everything. Any thoughts, ideas or suggestions? Yea, clean and re-install everything. ___ macports-users mailing list macports-users@lists.macosforge.org

Re: updating a very old Macports install

2015-02-11 Thread Jeremy Lavergne
On Wed, February 11, 2015 21:32, Bruce J. Carter wrote: I need some suggestions or ideas, I've been trying upgrade a Macports install that's at least 3 years old, there has been two OS upgrades in between (Mavericks Yosemite). I get to a certain point and I get errors. Some errors I've been

Re: [KDE/Mac] Qt 5.4 build error on OS X 10.7

2015-02-11 Thread René J . V . Bertin
On Thursday February 12 2015 09:20:03 Ian Wadham wrote: On 12/02/2015, at 4:39 AM, Jeremy Whiting wrote: My XCode version on OSX Lion here is 4.6.3 in case that makes any difference btw. Hmmm. I have Xcode 4.6.1 (4H512). But AppleMenu-Software Update… shows that only iTunes is

Re: [KDE/Mac] Qt 5.4 build error on OS X 10.7

2015-02-11 Thread Ian Wadham
Hi René, On 12/02/2015, at 9:42 AM, René J.V. Bertin wrote: On Thursday February 12 2015 09:20:03 Ian Wadham wrote: On 12/02/2015, at 4:39 AM, Jeremy Whiting wrote: My XCode version on OSX Lion here is 4.6.3 in case that makes any difference btw. Hmmm. I have Xcode 4.6.1 (4H512). But

Re: updating a very old Macports install

2015-02-11 Thread Bruce J. Carter
OK, I guess that answers that question. Not the answer I was hoping to hear, but I can live with that. Thanks for the help! Can't wait to get everything back up and running. Cheers, Bruce... On Feb 11, 2015, at 15:55, Ryan Schmidt ryandes...@macports.org wrote: On Feb 11, 2015, at 15:32,

Re: handbrake?

2015-02-11 Thread Lawrence Velázquez
On Jan 26, 2015, at 11:15 AM, Lawrence Velázquez lar...@macports.org wrote: I have been working on this for the past couple of weeks I'm done. http://trac.macports.org/log/?rev=132828stop_rev=132815 Here's the meat. http://trac.macports.org/changeset/132827 vq

Qt 5.4 build error on OS X 10.7

2015-02-11 Thread René J . V . Bertin
Hello all, Ian has been trying to build my qt5-mac-devel port for Qt 5.4.0. If I understand correctly he runs 10.7 and seems to be using the system clang compiler. The build halts with an error that neither he nor I can make sense of - how can a ctor be deleted? {{{

Re: [KDE/Mac] Qt 5.4 build error on OS X 10.7

2015-02-11 Thread Ian Wadham
Hi René, On 11/02/2015, at 9:59 PM, René J.V. Bertin wrote: Ian has been trying to build my qt5-mac-devel port for Qt 5.4.0. If I understand correctly he runs 10.7 and seems to be using the system clang compiler. The build halts with an error that neither he nor I can make sense of - how