Building phobos with wine fails

2017-07-01 Thread Andrei Alexandrescu via Digitalmars-d
I've followed the instructions at https://wiki.dlang.org/Building_under_Posix to build posix on Win32 using wine (awesome possum!). It works great for building dmd and then druntime. However when I try to build phobos I get the odd errors pasted below. Any ideas on why that is happening? Thanks

Re: Building phobos with wine fails

2017-07-01 Thread Joakim via Digitalmars-d
On Saturday, 1 July 2017 at 21:09:47 UTC, Andrei Alexandrescu wrote: I've followed the instructions at https://wiki.dlang.org/Building_under_Posix to build posix on Win32 using wine (awesome possum!). It works great for building dmd and then druntime. However when I try to build phobos I get t

Re: Building phobos with wine fails

2017-07-01 Thread Andrei Alexandrescu via Digitalmars-d
On 07/01/2017 05:37 PM, Joakim wrote: On Saturday, 1 July 2017 at 21:09:47 UTC, Andrei Alexandrescu wrote: I've followed the instructions at https://wiki.dlang.org/Building_under_Posix to build posix on Win32 using wine (awesome possum!). It works great for building dmd and then druntime. Howe

Re: Building phobos with wine fails

2017-07-01 Thread ketmar via Digitalmars-d
Andrei Alexandrescu wrote: I've followed the instructions at https://wiki.dlang.org/Building_under_Posix to build posix on Win32 using wine (awesome possum!). It works great for building dmd and then druntime. However when I try to build phobos I get the odd errors pasted below. Any ideas on

Re: Building phobos with wine fails

2017-07-01 Thread Andrei Alexandrescu via Digitalmars-d
On 7/1/17 6:06 PM, ketmar wrote: Andrei Alexandrescu wrote: I've followed the instructions at https://wiki.dlang.org/Building_under_Posix to build posix on Win32 using wine (awesome possum!). It works great for building dmd and then druntime. However when I try to build phobos I get the odd e

Re: Building phobos with wine fails

2017-07-01 Thread ketmar via Digitalmars-d
..so be it. if you said that it is not a problem, than it is not a problem. sorry for helping.

Re: Building phobos with wine fails

2017-07-01 Thread Adam D. Ruppe via Digitalmars-d
On Sunday, 2 July 2017 at 01:46:14 UTC, Andrei Alexandrescu wrote: Probably not the problem. Did you actually try it? Might as well rule it out. I find building on Windows (including with wine) is an absolute mess. Have to edit the makefile and it git clones something into ../.. WTF.

Re: Building phobos with wine fails

2017-07-01 Thread Stefan Koch via Digitalmars-d
On Saturday, 1 July 2017 at 21:09:47 UTC, Andrei Alexandrescu wrote: I've followed the instructions at https://wiki.dlang.org/Building_under_Posix to build posix on Win32 using wine (awesome possum!). It works great for building dmd and then druntime. However when I try to build phobos I get t

Re: Building phobos with wine fails

2017-07-02 Thread Andrei Alexandrescu via Digitalmars-d
On 07/01/2017 11:31 PM, Adam D. Ruppe wrote: On Sunday, 2 July 2017 at 01:46:14 UTC, Andrei Alexandrescu wrote: Probably not the problem. Did you actually try it? Might as well rule it out. I did, but had a typo. Yay, it worked. Thanks ketmar. I'll add the info to the wiki. I find buildin

Re: Building phobos with wine fails

2017-07-03 Thread Jonathan M Davis via Digitalmars-d
On Saturday, July 01, 2017 17:09:47 Andrei Alexandrescu via Digitalmars-d wrote: > I've followed the instructions at > https://wiki.dlang.org/Building_under_Posix to build posix on Win32 > using wine (awesome possum!). It works great for building dmd and then > druntime. However when I try to buil

Re: Building phobos with wine fails

2017-07-03 Thread Shachar Shemesh via Digitalmars-d
On 03/07/17 15:35, Jonathan M Davis via Digitalmars-d wrote: Well, that looks bad, and it really should be working better than that, but I would point out that (at least, the last time I checked), wine does not behave correctly with regards to some of the date/time stuff, so some of the std.datet

Re: Building phobos with wine fails

2017-07-03 Thread Jonathan M Davis via Digitalmars-d
On Monday, July 03, 2017 15:43:57 Shachar Shemesh via Digitalmars-d wrote: > On 03/07/17 15:35, Jonathan M Davis via Digitalmars-d wrote: > > Well, that looks bad, and it really should be working better than that, > > but I would point out that (at least, the last time I checked), wine > > does not

Re: Building phobos with wine fails

2017-07-03 Thread Shachar Shemesh via Digitalmars-d
On 03/07/17 16:59, Jonathan M Davis via Digitalmars-d wrote: 1. The functions for converting to and from a timezone take a struct containing information about what that timezone is - including the DST switches. The way that MS did that orginally involved specifying something like the nth instanc

Re: Building phobos with wine fails

2017-07-03 Thread Jonathan M Davis via Digitalmars-d
On Monday, July 03, 2017 19:57:35 Shachar Shemesh via Digitalmars-d wrote: > On 03/07/17 16:59, Jonathan M Davis via Digitalmars-d wrote: > > 1. The functions for converting to and from a timezone take a struct > > containing information about what that timezone is - including the DST > > switches.