digitalmars.D - [ANN] Build v1.6
- Derek Parnell (9/9) Feb 27 2005 Just letting any interested people know that the Build utility is
- clayasaurus (5/13) Feb 27 2005 You forgot a little
- Derek Parnell (7/24) Feb 27 2005 Damn! I have really got to get a linux box running here! The code works
- Derek Parnell (7/29) Feb 27 2005 Okay, I've uploaded the fix for that mistake of mine. Sorry for the
- clayasaurus (4/37) Feb 27 2005 No problem, thanks for the sweet little app. If you are interested in
- Charles Hixson (12/27) Feb 27 2005 Also, If you only use Linux rarely, Mepis can be run directly
- Nick Sabalausky (2/44) Feb 28 2005 Might wanna try Cygwin too. It just runs on top of windows.
- Paul Bonser (6/8) Mar 02 2005 Or Co-Linux, which actually runs Linux as a Windows service.
- Ben Hinkle (4/14) Mar 01 2005 A future feature request: an option to run the future lint-like program
Just letting any interested people know that the Build utility is approaching a decent level of stability now. http://www.dsource.org/projects/build/ I'd still like a bit more feedback on it being used on real projects before I can call it "in production". -- Derek Melbourne, Australia 28/02/2005 10:33:09 AM
Feb 27 2005
Derek Parnell wrote:Just letting any interested people know that the Build utility is approaching a decent level of stability now. http://www.dsource.org/projects/build/ I'd still like a bit more feedback on it being used on real projects before I can call it "in production".You forgot a little version(Windows) statement around line 1333 on build.d I made a little post in the forum bout' it.
Feb 27 2005
On Sun, 27 Feb 2005 19:15:07 -0500, clayasaurus wrote:Derek Parnell wrote:Damn! I have really got to get a linux box running here! The code works fine for us simpletons (a.k.a. Windows Users). -- Derek Melbourne, Australia 28/02/2005 11:21:26 AMJust letting any interested people know that the Build utility is approaching a decent level of stability now. http://www.dsource.org/projects/build/ I'd still like a bit more feedback on it being used on real projects before I can call it "in production".You forgot a little version(Windows) statement around line 1333 on build.d I made a little post in the forum bout' it.
Feb 27 2005
On Mon, 28 Feb 2005 11:23:13 +1100, Derek Parnell wrote:On Sun, 27 Feb 2005 19:15:07 -0500, clayasaurus wrote:Okay, I've uploaded the fix for that mistake of mine. Sorry for the inconvenience. -- Derek Melbourne, Australia 28/02/2005 11:47:17 AMDerek Parnell wrote:Damn! I have really got to get a linux box running here! The code works fine for us simpletons (a.k.a. Windows Users).Just letting any interested people know that the Build utility is approaching a decent level of stability now. http://www.dsource.org/projects/build/ I'd still like a bit more feedback on it being used on real projects before I can call it "in production".You forgot a little version(Windows) statement around line 1333 on build.d I made a little post in the forum bout' it.
Feb 27 2005
Derek Parnell wrote:On Mon, 28 Feb 2005 11:23:13 +1100, Derek Parnell wrote:No problem, thanks for the sweet little app. If you are interested in getting a linux box I would suggest MEPIS (www.mepis.org), for its slick install and ease of use :)On Sun, 27 Feb 2005 19:15:07 -0500, clayasaurus wrote:Okay, I've uploaded the fix for that mistake of mine. Sorry for the inconvenience.Derek Parnell wrote:Damn! I have really got to get a linux box running here! The code works fine for us simpletons (a.k.a. Windows Users).Just letting any interested people know that the Build utility is approaching a decent level of stability now. http://www.dsource.org/projects/build/ I'd still like a bit more feedback on it being used on real projects before I can call it "in production".You forgot a little version(Windows) statement around line 1333 on build.d I made a little post in the forum bout' it.
Feb 27 2005
clayasaurus wrote:Derek Parnell wrote:...On Mon, 28 Feb 2005 11:23:13 +1100, Derek Parnell wrote:On Sun, 27 Feb 2005 19:15:07 -0500, clayasaurus wrote:Derek Parnell wrote:Just letting any interested people know that the Build utility isNo problem, thanks for the sweet little app. If you are interested in getting a linux box I would suggest MEPIS (www.mepis.org), for its slick install and ease of use :)Also, If you only use Linux rarely, Mepis can be run directly from the CD. (Naturally, in this mode it's a bit like molasses, but it *does* work.) You might, however, need to do a bit of jiggery with the paths if you run directly from the CD, as of course nothing could be installed in /usr/local. It's been awhile since the last time I needed to use it (to recover from somthing stupid that I'd done to grub), but it worked perfectly. I even tried installing it as if it would be my main system for awhile, but there still seem to be some issues between 2.6 and SDL (or there still were at the time) so I went back to Libranet.
Feb 27 2005
clayasaurus wrote:Derek Parnell wrote:Might wanna try Cygwin too. It just runs on top of windows.On Mon, 28 Feb 2005 11:23:13 +1100, Derek Parnell wrote:No problem, thanks for the sweet little app. If you are interested in getting a linux box I would suggest MEPIS (www.mepis.org), for its slick install and ease of use :)On Sun, 27 Feb 2005 19:15:07 -0500, clayasaurus wrote:Okay, I've uploaded the fix for that mistake of mine. Sorry for the inconvenience.Derek Parnell wrote:Damn! I have really got to get a linux box running here! The code works fine for us simpletons (a.k.a. Windows Users).Just letting any interested people know that the Build utility is approaching a decent level of stability now. http://www.dsource.org/projects/build/ I'd still like a bit more feedback on it being used on real projects before I can call it "in production".You forgot a little version(Windows) statement around line 1333 on build.d I made a little post in the forum bout' it.
Feb 28 2005
Might wanna try Cygwin too. It just runs on top of windows.Or Co-Linux, which actually runs Linux as a Windows service. -- -PIB -- "C++ also supports the notion of *friends*: cooperative classes that are permitted to see each other's private parts." - Grady Booch
Mar 02 2005
"Derek Parnell" <derek psych.ward> wrote in message news:67ta24yc9fd.qye475amhqot.dlg 40tude.net...Just letting any interested people know that the Build utility is approaching a decent level of stability now. http://www.dsource.org/projects/build/ I'd still like a bit more feedback on it being used on real projects before I can call it "in production". -- Derek Melbourne, Australia 28/02/2005 10:33:09 AMA future feature request: an option to run the future lint-like program before calling the compiler - or an option to just lint without compiling.
Mar 01 2005