Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: RShadow on July 10, 2005, 03:03:41 pm

Title: SCon's draft
Post by: RShadow on July 10, 2005, 03:03:41 pm
Well I've had to change plan's with the build due to the plugins of C::B.  Anyways after rewriting most of the scripts I'm back to being about 80% complete.  I've sent a copy to mandrav; if he wants to post it somewhere for everybody else.

Note: This will not build under windows yet!

Other than windows not being supported (should be completed soon), everything with the exception of console_runner will build correctly.  (Just have not added it yet)

Note 2: Again this is just a draft.  This is not completed any proably won't work with 100% correctness.  This is just a sample to demonstrate what will be able to be accomplished.

Instructions:
  unzip everything and run scons :P .. If you want to change wxVersion or add profiling etc.. run scons -h for a list of command line options.
Title: Re: SCon's draft
Post by: mandrav on July 10, 2005, 04:52:53 pm
Quote from: RShadow
I've sent a copy to mandrav; if he wants to post it somewhere for everybody else.

I haven't received anything...
Unless you 're talking about the submitted download link, which gives me "The connection was refused when attempting to contact <snipped address>"...

Yiannis.
Title: Re: SCon's draft
Post by: RShadow on July 11, 2005, 12:24:56 am
Quote from: mandrav
Quote from: RShadow
I've sent a copy to mandrav; if he wants to post it somewhere for everybody else.

I haven't received anything...
Unless you 're talking about the submitted download link, which gives me "The connection was refused when attempting to contact <snipped address>"...

Yiannis.


Hmm... my ISP must be blocking port 80... I'll have to figure out another way to send.
Title: Re: SCon's draft
Post by: mandrav on July 11, 2005, 12:30:59 am
Quote from: RShadow
Hmm... my ISP must be blocking port 80... I'll have to figure out another way to send.

How about mailing me (http://mailto://mandrav@codeblocks.org) ;)

Yiannis.
Title: Re: SCon's draft
Post by: Funto on July 27, 2005, 02:24:14 am
Does this SCons build system work with RC1? I would like to try to use it...