Re: Still cannot build Phobos from git

2011-08-02 Thread Andrej Mitrovic
I think DM make is only used on Windows, and GNU make is used on Linux. Just compare the win32 makefile to the Posix makefile, it's a world of a difference.

Re: Still cannot build Phobos from git

2011-08-02 Thread Dmitry Olshansky
On 02.08.2011 12:46, Jacob Carlborg wrote: On 2011-08-02 00:55, Walter Bright wrote: On 7/27/2011 1:34 PM, bearophile wrote: Dmitry Olshansky: My recipe on Windows: I presume it has tens of quite different kinds of ways to fail :-) This is what I see: You need to use Digital Mars make, t

Re: Still cannot build Phobos from git

2011-08-02 Thread Jacob Carlborg
On 2011-08-02 00:55, Walter Bright wrote: On 7/27/2011 1:34 PM, bearophile wrote: Dmitry Olshansky: My recipe on Windows: I presume it has tens of quite different kinds of ways to fail :-) This is what I see: You need to use Digital Mars make, the one that comes with dmd: http://www.digi

Re: Still cannot build Phobos from git

2011-08-02 Thread Jacob Carlborg
On 2011-08-02 00:29, Nick Sabalausky wrote: My instinctual reaction to "pop-ins" (I **HATE**, **HATE**, **HATE** pop-ins - they're even *worse* than pop-ups) is to curse, disable JS, and reload. The resulting page, allegedly, shows "all" downloads, but the non-tag ones are missing from it. Just

Re: Still cannot build Phobos from git

2011-08-01 Thread Andre Tampubolon
On 27-Jul-11 10:23 PM, Dmitry Olshansky wrote: > My recipe on Windows: > 1. Get the latest release zip you can find, unzip to some drive root(! > otherwise get's trickier) > 2. Delete all within src subfolder > 3. Get a Git console in \dmd2\src, then the usual: > git clone https://github.com/D-Prog

Re: Still cannot build Phobos from git

2011-08-01 Thread Walter Bright
On 7/27/2011 1:34 PM, bearophile wrote: Dmitry Olshansky: My recipe on Windows: I presume it has tens of quite different kinds of ways to fail :-) This is what I see: You need to use Digital Mars make, the one that comes with dmd: http://www.digitalmars.com/ctg/make.html

Re: Still cannot build Phobos from git

2011-08-01 Thread Nick Sabalausky
"Jacob Carlborg" wrote in message news:j15la3$1vl9$1...@digitalmars.com... > On 2011-07-31 22:26, Nick Sabalausky wrote: >> "Jacob Carlborg" wrote in message >> news:j139bn$13bj$2...@digitalmars.com... >>> On 2011-07-31 11:31, Nick Sabalausky wrote: I was going to go through tango.sys.

Re: Still cannot build Phobos from git

2011-08-01 Thread Jacob Carlborg
On 2011-07-31 22:26, Nick Sabalausky wrote: "Jacob Carlborg" wrote in message news:j139bn$13bj$2...@digitalmars.com... On 2011-07-31 11:31, Nick Sabalausky wrote: I was going to go through tango.sys.Process to use the cmdline git to grab it. Is there a way to just download a zip from github w

Re: Still cannot build Phobos from git

2011-07-31 Thread Andrew Wiley
On Sun, Jul 31, 2011 at 1:26 PM, Nick Sabalausky wrote: > "Jacob Carlborg" wrote in message > news:j139bn$13bj$2...@digitalmars.com... > > On 2011-07-31 11:31, Nick Sabalausky wrote: > >> > >> I was going to go through tango.sys.Process to use the cmdline git to > >> grab > >> it. Is there a way

Re: Still cannot build Phobos from git

2011-07-31 Thread Nick Sabalausky
"Jacob Carlborg" wrote in message news:j139bn$13bj$2...@digitalmars.com... > On 2011-07-31 11:31, Nick Sabalausky wrote: >> >> I was going to go through tango.sys.Process to use the cmdline git to >> grab >> it. Is there a way to just download a zip from github without going >> through >> git?

Re: Still cannot build Phobos from git

2011-07-31 Thread Jacob Carlborg
On 2011-07-31 11:31, Nick Sabalausky wrote: "Jacob Carlborg" wrote in message news:j0oktj$167g$2...@digitalmars.com... On 2011-07-27 10:02, Nick Sabalausky wrote: Plan is that it'll just grab the latest of each. AFAIK, I think that's how work in the...umm..."trunk"...of DMD/druntime/phobos is

Re: Still cannot build Phobos from git

2011-07-31 Thread Andrew Wiley
On Sun, Jul 31, 2011 at 2:31 AM, Nick Sabalausky wrote: > "Jacob Carlborg" wrote in message > news:j0oktj$167g$2...@digitalmars.com... > > On 2011-07-27 10:02, Nick Sabalausky wrote: > >> > >> Plan is that it'll just grab the latest of each. AFAIK, I think that's > >> how > >> work in the...umm.

Re: Still cannot build Phobos from git

2011-07-31 Thread Nick Sabalausky
"Jacob Carlborg" wrote in message news:j0oktj$167g$2...@digitalmars.com... > On 2011-07-27 10:02, Nick Sabalausky wrote: >> >> Plan is that it'll just grab the latest of each. AFAIK, I think that's >> how >> work in the...umm..."trunk"...of DMD/druntime/phobos is normally done. >> >> Every time

Re: Still cannot build Phobos from git

2011-07-28 Thread Dmitry Olshansky
On 28.07.2011 5:54, bearophile wrote: Dmitry Olshansky: My bad, this is a result of have GNU make on your path, if you're in console try this before make: PATH=C:\dmd2\windows\bin;C:\dm\bin; It's not your fault, it works. There are even consequences: http://d.puremagic.com/issues/show_bug.cgi?

Re: Still cannot build Phobos from git

2011-07-27 Thread Jacob Carlborg
On 2011-07-27 18:45, Brad Roberts wrote: On 7/27/2011 6:51 AM, Jacob Carlborg wrote: On 2011-07-27 14:00, Don wrote: Just check http://d.puremagic.com/test-results/index.ghtml to make sure everything is green, before you grab them. Could we get this in XML (or similar) as well, or should we d

Re: Still cannot build Phobos from git

2011-07-27 Thread bearophile
Dmitry Olshansky: > My bad, this is a result of have GNU make on your path, if you're in > console try this before make: > PATH=C:\dmd2\windows\bin;C:\dm\bin; It's not your fault, it works. There are even consequences: http://d.puremagic.com/issues/show_bug.cgi?id=6373 Bye, bearophile

Re: Still cannot build Phobos from git

2011-07-27 Thread Nick Sabalausky
"Nick Sabalausky" wrote in message news:j0n450$1926$1...@digitalmars.com... > > - > Updated with some lessions learned: - Need to also copy over the bin directory, not just lib - Should make changes to a *copy* of dmd\src\win32.mak to avoid confusing git

Re: Still cannot build Phobos from git

2011-07-27 Thread Nick Sabalausky
"Steven Schveighoffer" wrote in message news:op.vzao2rnmeav7ka@localhost.localdomain... > On Wed, 27 Jul 2011 15:47:24 -0400, Nick Sabalausky wrote: > >> >> What do the little squares along the left side of each table mean? > > if you mean the right side, they are the results of the last 5 tests

Re: Still cannot build Phobos from git

2011-07-27 Thread Dmitry Olshansky
On 28.07.2011 0:34, bearophile wrote: Dmitry Olshansky: My recipe on Windows: I presume it has tens of quite different kinds of ways to fail :-) That's the spirit ! :) This is what I see: C:\dmd2\src\dmd\src>make -f win32.mak release make -fwin32.mak C=backend TK=tk ROOT=root clean make[1

Re: Still cannot build Phobos from git

2011-07-27 Thread Steven Schveighoffer
On Wed, 27 Jul 2011 15:47:24 -0400, Nick Sabalausky wrote: "Don" wrote in message news:j0oul0$1qii$1...@digitalmars.com... Nick Sabalausky wrote: "Jacob Carlborg" wrote in message news:j0ocfk$dfm$1...@digitalmars.com... How is that going to work? As far as I know there is no reliable way t

Re: Still cannot build Phobos from git

2011-07-27 Thread bearophile
Dmitry Olshansky: > My recipe on Windows: I presume it has tens of quite different kinds of ways to fail :-) This is what I see: C:\dmd2\src\dmd\src>make -f win32.mak release make -fwin32.mak C=backend TK=tk ROOT=root clean make[1]: Entering directory `C:/dmd2/src/dmd/src' posix.mak:140: warnin

Re: Still cannot build Phobos from git

2011-07-27 Thread Nick Sabalausky
"Dmitry Olshansky" wrote in message news:j0pags$2iaf$1...@digitalmars.com... > My recipe on Windows: > 1. Get the latest release zip you can find, unzip to some drive root(! > otherwise get's trickier) > 2. Delete all within src subfolder > 3. Get a Git console in \dmd2\src, then the usual: > gi

Re: Still cannot build Phobos from git

2011-07-27 Thread Nick Sabalausky
"Don" wrote in message news:j0oul0$1qii$1...@digitalmars.com... > Nick Sabalausky wrote: >> "Jacob Carlborg" wrote in message >> news:j0ocfk$dfm$1...@digitalmars.com... >>> How is that going to work? As far as I know there is no reliable way >>> telling if a given commit of Phobos works with a

Re: Still cannot build Phobos from git

2011-07-27 Thread Brad Roberts
On 7/27/2011 6:51 AM, Jacob Carlborg wrote: > On 2011-07-27 14:00, Don wrote: >> Just check http://d.puremagic.com/test-results/index.ghtml to make sure >> everything is green, before you grab them. > > Could we get this in XML (or similar) as well, or should we do screen > scraping? > I don't

Re: Still cannot build Phobos from git

2011-07-27 Thread Dmitry Olshansky
My recipe on Windows: 1. Get the latest release zip you can find, unzip to some drive root(! otherwise get's trickier) 2. Delete all within src subfolder 3. Get a Git console in \dmd2\src, then the usual: git clone https://github.com/D-Programming-Language/dmd.git git clone https://github.com/D-

Re: Still cannot build Phobos from git

2011-07-27 Thread Jacob Carlborg
On 2011-07-27 14:00, Don wrote: Just check http://d.puremagic.com/test-results/index.ghtml to make sure everything is green, before you grab them. Could we get this in XML (or similar) as well, or should we do screen scraping? -- /Jacob Carlborg

Re: Still cannot build Phobos from git

2011-07-27 Thread Don
Nick Sabalausky wrote: "Jacob Carlborg" wrote in message news:j0ocfk$dfm$1...@digitalmars.com... How is that going to work? As far as I know there is no reliable way telling if a given commit of Phobos works with a given commit of druntime or DMD. If you get it to work I'll include it. Pl

Re: Still cannot build Phobos from git

2011-07-27 Thread Jacob Carlborg
On 2011-07-27 10:02, Nick Sabalausky wrote: "Jacob Carlborg" wrote in message news:j0ocfk$dfm$1...@digitalmars.com... How is that going to work? As far as I know there is no reliable way telling if a given commit of Phobos works with a given commit of druntime or DMD. If you get it to work I'

Re: Still cannot build Phobos from git

2011-07-27 Thread Nick Sabalausky
"Jacob Carlborg" wrote in message news:j0ocfk$dfm$1...@digitalmars.com... > > How is that going to work? As far as I know there is no reliable way > telling if a given commit of Phobos works with a given commit of druntime > or DMD. > > If you get it to work I'll include it. > Plan is that it'

Re: Still cannot build Phobos from git

2011-07-27 Thread Jacob Carlborg
On 2011-07-26 22:10, Jonathan M Davis wrote: git clone https://github.com/D-Programming-Language/dmd.git git clone https://github.com/D-Programming-Language/druntime.git git clone https://github.com/D-Programming-Language/phobos.git cd druntime make -f win32.mak cd.. cd phobos make -f win32.mak

Re: Still cannot build Phobos from git

2011-07-26 Thread Jacob Carlborg
On 2011-07-26 21:22, Nick Sabalausky wrote: "Andre Tampubolon" wrote in message news:j0mvqc$115g$1...@digitalmars.com... I still cannot build Phobos from git properly :( I tried to edit the win32.mak, changed the DFLAGS part into this: DFLAGS=-O -release -nofloat -w -d -I%@P%\..\dr

Re: Still cannot build Phobos from git

2011-07-26 Thread Nick Sabalausky
"Jonathan M Davis" wrote in message news:mailman.1924.1311711069.14074.digitalmar...@puremagic.com... > The > situation with git should probably be improved though such that you can > build > the whole chain with just what git gives you. > http://d.puremagic.com/issues/show_bug.cgi?id=6371

Re: Still cannot build Phobos from git

2011-07-26 Thread Jonathan M Davis
> git clone https://github.com/D-Programming-Language/dmd.git > git clone https://github.com/D-Programming-Language/druntime.git > git clone https://github.com/D-Programming-Language/phobos.git > > cd druntime > make -f win32.mak > cd.. > > cd phobos > make -f win32.mak > cd.. > > cd dmd\src > m

Re: Still cannot build Phobos from git

2011-07-26 Thread Vladimir Panteleev
On Tue, 26 Jul 2011 22:44:44 +0300, Nick Sabalausky wrote: "Vladimir Panteleev" wrote in message news:op.vy8rm6wwtuz...@cybershadow.mshome.net... On Tue, 26 Jul 2011 22:22:26 +0300, Nick Sabalausky wrote: I'm going to write an automated way to do it. Probably put it into DVM if Jacob fee

Re: Still cannot build Phobos from git

2011-07-26 Thread Andrej Mitrovic
git clone https://github.com/D-Programming-Language/dmd.git git clone https://github.com/D-Programming-Language/druntime.git git clone https://github.com/D-Programming-Language/phobos.git cd druntime make -f win32.mak cd.. cd phobos make -f win32.mak cd.. cd dmd\src make -f win32.mak Of course

Re: Still cannot build Phobos from git

2011-07-26 Thread Nick Sabalausky
"Vladimir Panteleev" wrote in message news:op.vy8rm6wwtuz...@cybershadow.mshome.net... > On Tue, 26 Jul 2011 22:22:26 +0300, Nick Sabalausky wrote: > >> I'm going to write an automated way to do it. Probably put it into DVM if >> Jacob feels that'd be appropriate. > > I was halfway into writing

Re: Still cannot build Phobos from git

2011-07-26 Thread Vladimir Panteleev
On Tue, 26 Jul 2011 22:22:26 +0300, Nick Sabalausky wrote: I'm going to write an automated way to do it. Probably put it into DVM if Jacob feels that'd be appropriate. I was halfway into writing a batch file which takes care of everything, but a cross-platform solution would probably be bet

Re: Still cannot build Phobos from git

2011-07-26 Thread Nick Sabalausky
"Andre Tampubolon" wrote in message news:j0mvqc$115g$1...@digitalmars.com... >I still cannot build Phobos from git properly :( > > I tried to edit the win32.mak, changed the DFLAGS part into this: > DFLAGS=-O -release -nofloat -w -d -I%@P%\..\druntime\src\ -I%@P

Still cannot build Phobos from git

2011-07-26 Thread Andre Tampubolon
I still cannot build Phobos from git properly :( I tried to edit the win32.mak, changed the DFLAGS part into this: DFLAGS=-O -release -nofloat -w -d -I%@P%\..\druntime\src\ -I%@P%\.. druntime\import\ Issuing "make -f win32.mak DRUNTIME=\druntime\lib", the output was: dmd -c -O -releas