QEMU on Powerbook G4 running 10.5.8

2016-03-13 Thread John T. Chung
Hey guys, Quick question for you all. I was able to build qemu-system on this system, and I see qemu-system-* executables under /opt/local/bin now. However does anyone know if this also includes qemu-usermode? I am interested in usermode because it seems this will allow me to run OSX-intel

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-03-13 Thread Brandon Allbery
On Sun, Mar 13, 2016 at 10:10 PM, Chris Jones wrote: > Unordered_set is only available in C++11, which the ancient gcc 4.2 > compiler being used will not support... Then something has gone wrong because, per subject line, it's supposed to be using a newer clang built

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-03-13 Thread Chris Jones
> On 14 Mar 2016, at 12:49 am, [ftp83plus] wrote: > > I thought I done that with : > >> sudo port clean ld64-136 >> and >> sudo port clean libcxx >> >> as ld54-136 failed to compile as a dependency of libcxx. Received: >> >> Error: Failed to install ld64-136 >> Please

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-03-13 Thread [ftp83plus]
I thought I done that with : > sudo port clean ld64-136 > and > sudo port clean libcxx > > as ld54-136 failed to compile as a dependency of libcxx. Received: > > Error: Failed to install ld64-136 > Please see the log file for port ld64-136 for details: > >

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-03-13 Thread Chris Jones
> On 13 Mar 2016, at 7:02 pm, [ftp83plus] wrote: > > Ok, thanks for specifying. > > Why does it fail, now? Because you have not changed anything... You are simply explicitly specifying some options identical to the defaults... You need to follow the advice Ryan has

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-03-13 Thread [ftp83plus]
Ok, thanks for specifying. Why does it fail, now? El 2016-03-13, a las 12:30, Brandon Allbery escribió: > On Sun, Mar 13, 2016 at 5:18 AM, [ftp83plus] wrote: > Now it's getting even more confusing for me: why would a commented out line > still be run? > > The comment

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-03-13 Thread Brandon Allbery
On Sun, Mar 13, 2016 at 5:18 AM, [ftp83plus] wrote: > Now it's getting even more confusing for me: why would a commented out > line still be run? The comment is showing you what the default action is if you don't say anything. -- brandon s allbery kf8nh

Re: Trying to execute LibcxxOnOlderSytems (2nd ed.)

2016-03-13 Thread [ftp83plus]
Now it's getting even more confusing for me: why would a commented out line still be run? Anyway I un-commented it and replaced "rebuild" by "report" Log is here: http://pastebin.com/g4A7B4Cp But still no installation… El 2016-03-12, a las 08:39, Ryan Schmidt escribió: > >> On Mar 11,