[Scons-dev] How to traverse the graph after files are read

2015-05-18 Thread anatoly techtonik
Hi, I am trying to get SCons build graph after files are read, but before the processing is started. I want it to be an alternative to build process and interactive mode:

Re: [Scons-dev] Review scons.org/guidelines.php

2015-05-18 Thread anatoly techtonik
On Fri, May 15, 2015 at 4:29 PM, Bill Deegan b...@baddogconsulting.com wrote: Anatoly, Last I checked SCons was an open source project. Any part thereof that anyone wants to work on that help is welcome. As long as that doesn't mean that the project should accept *any* work. I know that

Re: [Scons-dev] Review scons.org/guidelines.php

2015-05-18 Thread Dirk Bächle
Anatoly, On 18.05.2015 21:05, anatoly techtonik wrote: [...] I am not barring anybody from doing anything. I just don't want poor choices be made just because somebody did the work. As a result of last choices I don't like that the SCons repository is bloated and that it uses DocBook (so

Re: [Scons-dev] How to traverse the graph after files are read

2015-05-18 Thread William Blevins
--tree=all plus --dry-run should work? On May 18, 2015 2:11 PM, anatoly techtonik techto...@gmail.com wrote: Hi, I am trying to get SCons build graph after files are read, but before the processing is started. I want it to be an alternative to build process and interactive mode:

Re: [Scons-dev] Tutorial for Linux versioned libraries

2015-05-18 Thread Alexandre Feblot
Hi,Anatoly, I may not understand what you’re after (and especially your 5 questions), but I build and install versioned shared libraries successfully with SCons 2.3.4 on Linux (and since 2.3.2, I think).This PR (merged for 2.3.5 or 2.4) lets me use it properly too on

Re: [Scons-dev] Review scons.org/guidelines.php

2015-05-18 Thread Kenny, Jason L
I should point out the Dirk has been very helpful as I been making moves toward getting Parts easier to move in to SCons.. or better yet make Parts a value add to SCons. I hope we can make need fixes to SCons to make it easier to integrate add-ons. As a side note.. Dirk offered to help make

Re: [Scons-dev] Tutorial for Linux versioned libraries

2015-05-18 Thread William Blevins
Anatoly, I've sent a pull request with the changes: https://github.com/techtonik/RHVoice/pull/1 Thanks. I need to understand the issue better before merging it. 1. If RHVoice needs those version numbers at all? 2. Why it tries to load so.0 when there is .0.0.0? Here is my

Re: [Scons-dev] Review scons.org/guidelines.php

2015-05-18 Thread William Blevins
Bill, I like the feed in the new SCons prototype. I think allowing user's to get easier access to basic information is important, and that showing activity will help draw attention to the project. Both of which are good things! It could use some colours though ;) V/R, William On Mon, May 18,

Re: [Scons-dev] Review scons.org/guidelines.php

2015-05-18 Thread Bill Deegan
Dirk, Sure. If you can go through the pages and fix any links which point to the old site (not wiki pages of course). Also, if you can make a file per item on the news.php page that would be awesome, you can copy the news date in to the :date: field in the file and then it should order them

Re: [Scons-dev] Tutorial for Linux versioned libraries

2015-05-18 Thread anatoly techtonik
On Fri, May 15, 2015 at 5:58 PM, Bill Deegan b...@baddogconsulting.com wrote: Anatoly, This message would have been better sent to the users mailing list. Not really. Here the recent thread in this list that says that mentions http://scons.tigris.org/issues/show_bug.cgi?id=2869 and says that