Re: qt4-mac using wrong g++

2013-02-11 Thread Frank J. R. Hanstick
Hello, Worked for me as well. Thank you. On Feb 11, 2013, at 1:25 PM, Ryan Schmidt wrote: On Feb 11, 2013, at 15:21, Frank J. R. Hanstick wrote: I thought that MacPorts defaulted to the system gcc default setting(s) (limited to Apple certified versions of course) rather than a har

Re: qt4-mac using wrong g++

2013-02-11 Thread Jeremy Lavergne
> Joshua, whereis behaved exactly as I expected it to. I'd assume Josh was pointing out that `which` is appropriate for executables in $PATH, as `whereis` does a lot of other scanning. Verifying the symlinks with `ls` would be more helpful than a screenshot of gcc-4.2 or comparing the ou

Re: qt4-mac using wrong g++

2013-02-11 Thread Frank J. R. Hanstick
Hello, Xcode installed them. I have not symlinked anything. On Feb 11, 2013, at 6:46 PM, Lawrence Velázquez wrote: On Feb 11, 2013, at 9:41 PM, "Frank J. R. Hanstick" > wrote: I have both 4.0 and 4.2 in /usr/bin. The gcc, g++, and c++ are aliases pointing to either gcc-4.0 or gcc-4.2

Re: qt4-mac using wrong g++

2013-02-11 Thread Lawrence Velázquez
On Feb 11, 2013, at 9:41 PM, "Frank J. R. Hanstick" wrote: > I have both 4.0 and 4.2 in /usr/bin. The gcc, g++, and c++ are aliases > pointing to either gcc-4.0 or gcc-4.2. Mine happen to be set up to use > gcc-4.2. Is that how Xcode installed them, or did you symlink them yourself? vq __

Re: ImageMagick fails to build.

2013-02-11 Thread Kurt Pfeifle
Oh, *blush* Thanks, Ryan. (I had searched in bugzilla before posting, but I didn't find it. Now will search double-as-hard before I file my building problems for argyll...) On Tue, Feb 12, 2013 at 12:59 AM, Ryan Schmidt wrote: > > On Feb 11, 2013, at 16:53, Kurt Pfeifle wrote: > > > My rece

Re: ImageMagick fails to build.

2013-02-11 Thread Ryan Schmidt
On Feb 11, 2013, at 16:53, Kurt Pfeifle wrote: > My recent attempts to upgrade ImageMagick (to the currently offered > MacPorts-version @6.8.0-7) keep failing. > > # port installed imagemagick > The following ports are currently installed: > ImageMagick > @6.8.0-2_0+graphviz+hdri+jbig+jpeg2+

Re: Having trouble with python readline

2013-02-11 Thread Scott Webster
So, if I add the readline directory to my sys.path then it works: i.e. sys.path.append("/opt/local/lib/python2.5/site-packages/readline") I also notice that there is this file: /opt/local/lib/python2.5/site-packages/readline_path.py which seems to contain code to add that directory to the sys.pat

ImageMagick fails to build.

2013-02-11 Thread Kurt Pfeifle
My recent attempts to upgrade ImageMagick (to the currently offered MacPorts-version @6.8.0-7) keep failing. *# port installed imagemagick* The following ports are currently installed: ImageMagick @6.8.0-2_0+graphviz+hdri+jbig+jpeg2+lqr+mpeg+pango+perl+q16+rsvg+wmf (active) *# sudo port -p upgr

qt4-mac using wrong g++

2013-02-11 Thread Joshua Root
> On Feb 11, 2013, at 15:21, Frank J. R. Hanstick wrote: > >> I thought that MacPorts defaulted to the system gcc default setting(s) >> (limited to Apple certified versions of course) rather than a hard coded >> default setting. > > The hardcoded default compiler in MacPorts, which varies by Xc

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Ryan Schmidt
On Feb 11, 2013, at 15:31, Jeremy Lavergne wrote: >> My computer actually died this morning (send to be hardware) so this was >> likely a first symptom rather then related to the port. >> Related to that, is there a way to pull the list of installed ports, if I >> can't boot the machine? I beli

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Jeremy Lavergne
> My computer actually died this morning (send to be hardware) so this was > likely a first symptom rather then related to the port. > Related to that, is there a way to pull the list of installed ports, if I > can't boot the machine? I believe that there is a sqlite db? What is the path > to th

Re: Help with gnuradio companion

2013-02-11 Thread Ryan Schmidt
On Feb 10, 2013, at 20:18, GW wrote: > I am new with both macports and gnuradio. > > I was able to install gnu radio on MacOS 10.7.5 iMac. However I am having > trouble with adding the RTL-SDR features to gnuradio companion. > > Is there anyone who can help me configure GRC for the RTL-SDR?

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Adam Dershowitz
My computer actually died this morning (send to be hardware) so this was likely a first symptom rather then related to the port. Related to that, is there a way to pull the list of installed ports, if I can't boot the machine? I believe that there is a sqlite db? What is the path to the file? Ca

Re: qt4-mac using wrong g++

2013-02-11 Thread Ryan Schmidt
On Feb 11, 2013, at 15:21, Frank J. R. Hanstick wrote: > I thought that MacPorts defaulted to the system gcc default setting(s) > (limited to Apple certified versions of course) rather than a hard coded > default setting. The hardcoded default compiler in MacPorts, which varies by Xcode versio

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Ryan Schmidt
On Feb 11, 2013, at 11:22, Adam Dershowitz wrote: > > tail `port logfile webkit-gtk` > :info:build ./Source/WebCore/dom/EventListenerMap.h:98: instantiated from > here > :info:build ./Source/WTF/wtf/HashMap.h:51: error: '' is not a > class, struct, or union type There does appear to be an

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Frank Schima
On Feb 11, 2013, at 10:38 AM, Adam Dershowitz wrote: > > > On Feb 11, 2013, at 9:32 AM, Frank Schima wrote: > >> >> On Feb 11, 2013, at 10:12 AM, Adam Dershowitz wrote: >> >>> >>> >>> On Feb 7, 2013, at 11:11 PM, Ryan Schmidt wrote: >>> On Feb 8, 2013, at 00:33, Eneko Gotzon

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Adam Dershowitz
On Feb 11, 2013, at 9:32 AM, Frank Schima wrote: > > On Feb 11, 2013, at 10:12 AM, Adam Dershowitz wrote: > >> >> >> On Feb 7, 2013, at 11:11 PM, Ryan Schmidt wrote: >> >>> >>> On Feb 8, 2013, at 00:33, Eneko Gotzon Ares wrote: >>> 2.1 GHz PowerPC G5 Mac OS X.5.8 (Leopard)

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Frank Schima
On Feb 11, 2013, at 10:12 AM, Adam Dershowitz wrote: > > > On Feb 7, 2013, at 11:11 PM, Ryan Schmidt wrote: > >> >> On Feb 8, 2013, at 00:33, Eneko Gotzon Ares wrote: >> >>> 2.1 GHz PowerPC G5 >>> Mac OS X.5.8 (Leopard) >>> MacPorts v2.1.3 >>> >>> Trying to install The GIMP port its "Build

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Jeremy Lavergne
> But, in the upgrade windows I still just see: > ---> Building webkit-gtk > > And Activity Monitor shows cc1plus using 99% of a processor. > > So, I wonder if I should try to clean and rebuild? I would hate to loose 17 > hrs of build time if I am still making progress, but this makes it sou

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Adam Dershowitz
On Feb 11, 2013, at 9:15 AM, Jeremy Lavergne wrote: >>> If it hasn't finished after 24 hours let us know. >> >> The upgrade has been running for 17 hours. At what point should I suspect >> that something might be wrong? > > You can check out the build log to see what it's doing. Chances are i

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Jeremy Lavergne
>> If it hasn't finished after 24 hours let us know. > > The upgrade has been running for 17 hours. At what point should I suspect > that something might be wrong? You can check out the build log to see what it's doing. Chances are it's still crunching though since it's a huge package to build.

Re: Lasting "Building webkit-gtk"

2013-02-11 Thread Adam Dershowitz
On Feb 7, 2013, at 11:11 PM, Ryan Schmidt wrote: > > On Feb 8, 2013, at 00:33, Eneko Gotzon Ares wrote: > >> 2.1 GHz PowerPC G5 >> Mac OS X.5.8 (Leopard) >> MacPorts v2.1.3 >> >> Trying to install The GIMP port its "Building webkit-gtk" process lasts >> already > 5:00' hours. What must I do?