[Cs-dev] SConstruct changes on OS X
Date | 2008-12-17 11:04 |
From | Anthony Kozar |
Subject | [Cs-dev] SConstruct changes on OS X |
I just checked a number of changes to SConstruct that should only affect OS X. They include adding libintl to the link options when appropriate, removing the -fno-rtti option from CXXFLAGS, and changes to the logic for detecting the Python version. VIctor, could you please check that these changes work for you as well, particularly the Python stuff? Thanks. Also, I have made lots of changes to the packaging scripts and PackageMaker projects and most of the time I tried to make it work for several versions of OS X. Do you want to try to resolve our differences or should we use our own scripts for this release? (I want to get it all in CVS eventually). Anthony ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2008-12-17 11:20 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] SConstruct changes on OS X |
-lintl is causing me trouble. I'll see what I can do. At 11:04 17/12/2008, you wrote: >I just checked a number of changes to SConstruct that should only affect OS >X. They include adding libintl to the link options when appropriate, >removing the -fno-rtti option from CXXFLAGS, and changes to the logic for >detecting the Python version. > >VIctor, could you please check that these changes work for you as well, >particularly the Python stuff? Thanks. Also, I have made lots of changes >to the packaging scripts and PackageMaker projects and most of the time I >tried to make it work for several versions of OS X. Do you want to try to >resolve our differences or should we use our own scripts for this release? >(I want to get it all in CVS eventually). > >Anthony > > >------------------------------------------------------------------------------ >SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. >The future of the web can't happen without you. Join us at MIX09 to help >pave the way to the Next Web now. Learn more and register at >http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2008-12-17 23:40 |
From | "Anthony Kozar" |
Subject | Re: [Cs-dev] SConstruct changes on OS X |
If I build with useGettext=0, I don't see -lintl in the output. I'm guessing that you figured this out already, but I am surprised if you weren't building with useGettext=0, I think you should have seen a missing symbol error before ... *shrug* Anthony On Wed, December 17, 2008 6:20 am, Victor Lazzarini wrote: > -lintl is causing me trouble. I'll see what I can do. > > At 11:04 17/12/2008, you wrote: >>I just checked a number of changes to SConstruct that should only affect >> OS >>X. They include adding libintl to the link options when appropriate, >>removing the -fno-rtti option from CXXFLAGS, and changes to the logic for >>detecting the Python version. >> >>VIctor, could you please check that these changes work for you as well, >>particularly the Python stuff? Thanks. Also, I have made lots of >> changes >>to the packaging scripts and PackageMaker projects and most of the time I >>tried to make it work for several versions of OS X. Do you want to try >> to >>resolve our differences or should we use our own scripts for this >> release? >>(I want to get it all in CVS eventually). >> >>Anthony >> >> >>------------------------------------------------------------------------------ >>SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, >> Nevada. >>The future of the web can't happen without you. Join us at MIX09 to help >>pave the way to the Next Web now. Learn more and register at >>http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ >>_______________________________________________ >>Csound-devel mailing list >>Csound-devel@lists.sourceforge.net >>https://lists.sourceforge.net/lists/listinfo/csound-devel > > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > > ------------------------------------------------------------------------------ > SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, > Nevada. > The future of the web can't happen without you. Join us at MIX09 to help > pave the way to the Next Web now. Learn more and register at > http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |