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?
 ·To let the process finish.
 
 Yes; wait. WebKit is an enormous piece of software and it will take some time 
 to build. If it hasn't finished after 24 hours let us know. I think it 
 finished in less time than that on my 1.67 GHz PowerPC G4.
 


I am trying to upgrade on a 2.8 GHz Intel Core 2 Duo (so nothing blindingly 
fast, but not too old either).   The upgrade has been running for 17 hours.  So 
far no errors, and it seems to be building.  
At what point should I suspect that something might be wrong?  If you could 
build on a G4 in less then 24 hours then this seems pretty long.  
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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.
tail `port logfile webkit-gtk`

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 it's 
 still crunching though since it's a huge package to build.
 tail `port logfile webkit-gtk`
 
 

Thanks.  So, something odd is going on.  Tail shows some errors:


 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: 'type error' is not a 
class, struct, or union type
:info:build ./Source/WTF/wtf/HashMap.h:58: error: no type named 
'#'unordered_expr' not supported by dump_type#type error' in 'struct 
WTF::HashTraitsWTF::OwnPtrWTF::VectorWebCore::RegisteredEventListener, 1ul 
 '
:info:build ./Source/WTF/wtf/HashMap.h:65: error: 'type error' is not a 
class, struct, or union type
:info:build ./Source/WTF/wtf/HashMap.h:71: error: 'type error' is not a 
class, struct, or union type
:info:build ./Source/WTF/wtf/HashMap.h:71: error: declaration of 
'typedeftypeprefixerror WTF::HashMapWTF::AtomicString, 
WTF::OwnPtrWTF::VectorWebCore::RegisteredEventListener, 1ul , 
WTF::AtomicStringHash, WTF::AtomicString, 
WTF::HashTraitsWTF::OwnPtrWTF::VectorWebCore::RegisteredEventListener, 1ul 
  ::iterator'
:info:build ./Source/WTF/wtf/HashMap.h:71: error: conflicts with previous 
declaration 'typedeftypeprefixerror WTF::HashMapWTF::AtomicString, 
WTF::OwnPtrWTF::VectorWebCore::RegisteredEventListener, 1ul , 
WTF::AtomicStringHash, WebCore::EventListenerMap::EventListenerHashMapTraits, 
WTF::HashTraitsWTF::OwnPtrWTF::VectorWebCore::RegisteredEventListener, 1ul 
  ::iterator'
:info:build ./Source/WTF/wtf/HashMap.h:72: error: 'type error' is not a 
class, struct, or union type
:info:build ./Source/WTF/wtf/HashMap.h:72: error: declaration of 
'typedeftypeprefixerror WTF::HashMapWTF::AtomicString, 
WTF::OwnPtrWTF::VectorWebCore::RegisteredEventListener, 1ul , 
WTF::AtomicStringHash, WTF::AtomicString, 
WTF::HashTraitsWTF::OwnPtrWTF::VectorWebCore::RegisteredEventListener, 1ul 
  ::const_iterator'
:info:build ./Source/WTF/wtf/HashMap.h:72: error: conflicts with previous 
declaration 'typedeftypeprefixerror WTF::HashMapWTF::AtomicString, 
WTF::OwnPtrWTF::VectorWebCore::RegisteredEventListener, 1ul , 
WTF::AtomicStringHash, WebCore::EventListenerMap::EventListenerHashMapTraits, 
WTF::HashTraitsWTF::OwnPtrWTF::VectorWebCore::RegisteredEvent

I have checked this a few times over a few minutes, and don't see any change.

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 sound like 
nothing is actually progressing.  

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 sound like 
 nothing is actually progressing.  

You could kill it and then start it again, without cleaning. I wonder what's 
caused cc1 to keep hanging.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 de...@alum.mit.edu 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 Building webkit-gtk process lasts 
 already  5:00' hours. What must I do?
 ·To let the process finish.
 
 Yes; wait. WebKit is an enormous piece of software and it will take some 
 time to build. If it hasn't finished after 24 hours let us know. I think it 
 finished in less time than that on my 1.67 GHz PowerPC G4.
 
 
 
 I am trying to upgrade on a 2.8 GHz Intel Core 2 Duo (so nothing blindingly 
 fast, but not too old either).   The upgrade has been running for 17 hours.  
 So far no errors, and it seems to be building.  
 At what point should I suspect that something might be wrong?  If you could 
 build on a G4 in less then 24 hours then this seems pretty long.  
 
 Yes, that seems wrong. What version of Mac OS X and Xcode are you running? 
 Can you check that you have Xcode 4.6 and the latest command line tools?
 
 
 -Frank
 

10.6.8 with Xcode 3.2.6.  I believe that is the latest XCode that works with 
10.6, so I can't upgrade Xcode?
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Lasting Building webkit-gtk

2013-02-11 Thread Frank Schima

On Feb 11, 2013, at 10:38 AM, Adam Dershowitz de...@alum.mit.edu wrote:

 
 
 On Feb 11, 2013, at 9:32 AM, Frank Schima wrote:
 
 
 On Feb 11, 2013, at 10:12 AM, Adam Dershowitz de...@alum.mit.edu 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 Building webkit-gtk process lasts 
 already  5:00' hours. What must I do?
 ·To let the process finish.
 
 Yes; wait. WebKit is an enormous piece of software and it will take some 
 time to build. If it hasn't finished after 24 hours let us know. I think 
 it finished in less time than that on my 1.67 GHz PowerPC G4.
 
 
 
 I am trying to upgrade on a 2.8 GHz Intel Core 2 Duo (so nothing blindingly 
 fast, but not too old either).   The upgrade has been running for 17 hours. 
  So far no errors, and it seems to be building.  
 At what point should I suspect that something might be wrong?  If you could 
 build on a G4 in less then 24 hours then this seems pretty long.  
 
 Yes, that seems wrong. What version of Mac OS X and Xcode are you running? 
 Can you check that you have Xcode 4.6 and the latest command line tools?
 
 
 -Frank
 
 
 10.6.8 with Xcode 3.2.6.  I believe that is the latest XCode that works with 
 10.6, so I can't upgrade Xcode?

Yes, I believe that is the recommend version for 10.6. 
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Lasting Building webkit-gtk

2013-02-11 Thread Ryan Schmidt

On Feb 11, 2013, at 11:22, Adam Dershowitz de...@alum.mit.edu 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: 'type error' is not a 
 class, struct, or union type

There does appear to be an error here, but we don't know that that's the first 
error. You could file a bug report attaching your main.log and we could take a 
look at it.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 version, was 
meant to mirror the default compiler used by that version of Xcode, but in the 
case of Leopard there seems to have been some discrepancy. Perhaps Leopard's 
Xcode used to default to gcc 4.0 and then changed to 4.2 later and we didn't 
notice. I thought it was that gcc on the command line was gcc-4.0 while in 
Xcode projects gcc-4.2 was used by default, but I could be mistaken.

 I will let you know if this works.

BTW, it worked for me.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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? Can I just query it? 
It might be helpful if I have to completely rebuild (I can't boot, but can see 
the drive in FireWire mode from another machine.

Ryan Schmidt ryandes...@macports.org wrote:


On Feb 11, 2013, at 11:22, Adam Dershowitz de...@alum.mit.edu 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: 'type error' is
not a class, struct, or union type

There does appear to be an error here, but we don't know that that's
the first error. You could file a bug report attaching your main.log
and we could take a look at it.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


--Adam
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


Re: Help with gnuradio companion

2013-02-11 Thread Ryan Schmidt

On Feb 10, 2013, at 20:18, GW whaleywe...@centurylink.net 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?

Are we talking about the rtl-sdr port or some other port or something you're 
compiling manually?


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 the file? Can I just query it? 
 It might be helpful if I have to completely rebuild (I can't boot, but can 
 see the drive in FireWire mode from another machine.

/opt/local/var/macports/registry/registry.db

I'd have to look at the .schema again, but pretty sure it tracks only what you 
have installed.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 believe that there is a sqlite db? What is the 
 path to the file? Can I just query it? 
 It might be helpful if I have to completely rebuild (I can't boot, but can 
 see the drive in FireWire mode from another machine.
 
 /opt/local/var/macports/registry/registry.db
 
 I'd have to look at the .schema again, but pretty sure it tracks only what 
 you have installed.

Yes but you'll have to load our sqlite extension to be able to SELECT from it 
because we use a custom collation sequence.

https://lists.macosforge.org/pipermail/macports-users/2010-July/020923.html

Another option would be to list this directory:

ls /opt/local/var/macports/software

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 Xcode version, 
 was meant to mirror the default compiler used by that version of Xcode, but 
 in the case of Leopard there seems to have been some discrepancy. Perhaps 
 Leopard's Xcode used to default to gcc 4.0 and then changed to 4.2 later and 
 we didn't notice. I thought it was that gcc on the command line was gcc-4.0 
 while in Xcode projects gcc-4.2 was used by default, but I could be mistaken.

Frank expected whereis(1) to behave differently than it in fact does.
His 'port select' output shows that his 'gcc' is /opt/local/bin/gcc. On
Leopard, /usr/bin/{gcc,g++} are links to {gcc-4.0,g++-4.0}.

- Josh
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 upgrade ImageMagick*

---  Computing dependencies for ImageMagick
---  Building ImageMagick
Error: org.macports.build for port ImageMagick returned: command execution
failed
Please see the log file for port ImageMagick for details:

/opt/local/var/macports/logs/_opt_local_var_macports_sources_lil.fr.rsync.macports.org_release_ports_graphics_ImageMagick/ImageMagick/main.log
Error: Unable to upgrade port: 1
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets


Inside the log file I find the following lines:

coders/dot.c:139: error: too few arguments to function 'agread'
make[1]: *** [coders/coders_dot_la-dot.lo] Error 1


However, I'm at a loss how to fix this.

Event though it looks like a real problem with the IM source code (but I'm
not a developer, so I cannot really pin this down), I tried with the
following variants of commands, just in case it was the compiler being
over-cautious:

*# sudo port clean imagemagick*
*# sudo port upgrade -p imagemagick configure.compiler=apple-gcc-4.2*
*# sudo port clean imagemagick*
*# sudo port upgrade -p imagemagick configure.compiler=llvm-gcc-4.2*
*
*
I'd appreciate any hints about possible fixes or even temporary
workarounds
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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.path if you have a
lib-dynload path already defined in the sys.path list.

However, it is looking for a path at /opt/local/lib/... etc.  My sys.path
goes through a /opt/local/Library/Frameworks/... symlink.

So, if this readline_path.py file were actually being executed at some
useful time, it wouldn't work because the string it has does not match my
sys.path.

I would have just thought that installing py25-readline would add the
correct readline directory to the sys.path for python.

Scott


On Sat, Feb 9, 2013 at 12:15 AM, Scott Webster sewebs...@gmail.com wrote:

 swim:~ swebster$ port -v installed python25 py25-readline
 The following ports are currently installed:
   py25-readline @6.2.2_0 (active) platform='darwin 12' archs='x86_64'
   python25 @2.5.6_4 (active) platform='darwin 12' archs='x86_64'
 swim:~ swebster$  lipo -info /opt/local/bin/python2.5
 /opt/local/lib/python2.5/site-packages/readline/readline.so
 Non-fat file: /opt/local/bin/python2.5 is architecture: x86_64
 Non-fat file: /opt/local/lib/python2.5/site-packages/readline/readline.so
 is architecture: x86_64


 On Sat, Feb 9, 2013 at 12:10 AM, Ryan Schmidt ryandes...@macports.orgwrote:


 On Feb 9, 2013, at 01:17, Scott Webster wrote:

  I have python25 and py25-readline installed.  python25 is set to be
 default with port select.  But I can't import readline.  Am I missing
 something simple here?
 
  Thanks for any advice!
 
 
  swim:~ swebster$ port installed python25 py25-readline
  The following ports are currently installed:
py25-readline @6.2.2_0 (active)
python25 @2.5.6_4 (active)
  swim:~ swebster$ port select --show python
  The currently selected version for 'python' is 'python25'.
  swim:~ swebster$ python
  Python 2.5.6 (r256:88840, Nov 18 2012, 05:37:10)
  [GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))]
 on darwin
  Type help, copyright, credits or license for more information.
   import readline
  Traceback (most recent call last):
File stdin, line 1, in module
  ImportError: No module named readline
  

 Works fine for me. Are python25 and py25-readline installed for the same
 architecture(s)? What do you get for:

 $ port -v installed python25 py25-readline
 $ lipo -info /opt/local/bin/python2.5
 /opt/local/lib/python2.5/site-packages/readline/readline.so






___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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+lqr+mpeg+pango+perl+q16+rsvg+wmf (active)


 coders/dot.c:139: error: too few arguments to function 'agread'
 make[1]: *** [coders/coders_dot_la-dot.lo] Error 1

https://trac.macports.org/ticket/37784


___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 ryandes...@macports.orgwrote:


 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+lqr+mpeg+pango+perl+q16+rsvg+wmf
 (active)


  coders/dot.c:139: error: too few arguments to function 'agread'
  make[1]: *** [coders/coders_dot_la-dot.lo] Error 1

 https://trac.macports.org/ticket/37784



___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 tro...@comcast.net 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
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 tro...@comcast.net 
 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


Frank J. R. Hanstick
tro...@comcast.net




___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 output of what are assumed to be the same binaries (if 
one is built incorrectly, sure they might be the same version but...). `ls -l 
/usr/bin/{gcc,g++,c++}`

Probably just semantics in this instance, but no harm checking this way in the 
future.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 hard coded default setting.


The hardcoded default compiler in MacPorts, which varies by Xcode  
version, was meant to mirror the default compiler used by that  
version of Xcode, but in the case of Leopard there seems to have  
been some discrepancy. Perhaps Leopard's Xcode used to default to  
gcc 4.0 and then changed to 4.2 later and we didn't notice. I  
thought it was that gcc on the command line was gcc-4.0 while in  
Xcode projects gcc-4.2 was used by default, but I could be mistaken.



I will let you know if this works.


BTW, it worked for me.



Frank J. R. Hanstick
tro...@comcast.net




___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users