Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
why are std::streams/string disabled for OS X?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Vadim Zeitlin  
View profile  
 More options Jun 9 2009, 4:07 am
From: Vadim Zeitlin <va...@wxwidgets.org>
Date: Tue, 9 Jun 2009 10:07:37 +0200
Local: Tues, Jun 9 2009 4:07 am
Subject: why are std::streams/string disabled for OS X?

 Hello,

 Does anybody know why do we have DEFAULT_STD_FLAG=no in "*-*-darwin*" case
in the beginning of configure.in? There doesn't seem to be any reason to
disable standard classes under OS X, at least compiling with them enabled
works fine and libstdc++.dylib seems to be part of the system so there are
no extra dependencies neither. So can I remove this line (once svn works
again)?

 On a related note, I think we can remove "powerpc-apple-macos*" case from
the same switch now as we don't support Mac OS < X any more, any
objections?

 Thanks,
VZ

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Stefan Csomor  
View profile  
 More options Jun 9 2009, 12:44 pm
From: Stefan Csomor <cso...@advancedconcepts.ch>
Date: Tue, 9 Jun 2009 18:44:15 +0200
Local: Tues, Jun 9 2009 12:44 pm
Subject: Re: [wx-dev] why are std::streams/string disabled for OS X?
Hi

>  Does anybody know why do we have DEFAULT_STD_FLAG=no in "*-*-darwin*" case
> in the beginning of configure.in? There doesn't seem to be any reason to
> disable standard classes under OS X, at least compiling with them enabled
> works fine and libstdc++.dylib seems to be part of the system so there are
> no extra dependencies neither. So can I remove this line (once svn works
> again)?

the only thing that I could think of is the possibility of compatibility
problems when building on a newer and letting it run under older systems, I
don't think this is done the same way as for frameworks when we are just
setting the minimal OSX version

>  On a related note, I think we can remove "powerpc-apple-macos*" case from
> the same switch now as we don't support Mac OS < X any more, any
> objections?

not from me :-)

Thanks a lot,

Stefan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vadim Zeitlin  
View profile  
 More options Jun 9 2009, 1:59 pm
From: Vadim Zeitlin <va...@wxwidgets.org>
Date: Tue, 9 Jun 2009 19:59:20 +0200
Local: Tues, Jun 9 2009 1:59 pm
Subject: Re: [wx-dev] Re: why are std::streams/string disabled for OS X?

On Tue, 9 Jun 2009 18:44:15 +0200 Stefan Csomor <cso...@advancedconcepts.ch> wrote:

SC> >  Does anybody know why do we have DEFAULT_STD_FLAG=no in "*-*-darwin*" case
SC> > in the beginning of configure.in? There doesn't seem to be any reason to
SC> > disable standard classes under OS X, at least compiling with them enabled
SC> > works fine and libstdc++.dylib seems to be part of the system so there are
SC> > no extra dependencies neither. So can I remove this line (once svn works
SC> > again)?
SC>
SC> the only thing that I could think of is the possibility of compatibility
SC> problems when building on a newer and letting it run under older systems

 otool -L reports the following for a binary compiled with wx version using
standard streams (using 10.4 SDK which is all I have):

        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.3)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)

Do you know if either of these libraries versions requirements is a
problem? Or can I change the default to "yes"?

SC> >  On a related note, I think we can remove "powerpc-apple-macos*" case from
SC> > the same switch now as we don't support Mac OS < X any more, any
SC> > objections?
SC>
SC> not from me :-)

 Ok, I'll do this once svn is up.

 Thanks,
VZ

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vadim Zeitlin  
View profile  
 More options Jun 11 2009, 5:15 am
From: Vadim Zeitlin <va...@wxwidgets.org>
Date: Thu, 11 Jun 2009 11:15:56 +0200
Local: Thurs, Jun 11 2009 5:15 am
Subject: Re: [wx-dev] Re: why are std::streams/string disabled for OS X?

On Tue, 9 Jun 2009 18:44:15 +0200 Stefan Csomor <cso...@advancedconcepts.ch> wrote:

SC> the only thing that I could think of is the possibility of compatibility
SC> problems when building on a newer and letting it run under older systems, I
SC> don't think this is done the same way as for frameworks when we are just
SC> setting the minimal OSX version

 I checked otool -L output for the minimal sample compiled with
wxUSE_STD_DEFAULT set to 0 and 1 and there is no difference so I enabled it
by default now. Please let me know if this creates any problems.

SC> >  On a related note, I think we can remove "powerpc-apple-macos*" case from
SC> > the same switch now as we don't support Mac OS < X any more, any
SC> > objections?
SC>
SC> not from me :-)

 Done too now, thanks,
VZ

  application_pgp-signature_part
< 1K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »