Re: Link problem in std.regex with DMD git master

2014-09-17 Thread Nordlöw
On Thursday, 18 September 2014 at 00:38:33 UTC, Nordlöw wrote: I guess make install in Phobos is a bit to blame in this regard. I'll add some logic in my bash wrapper scripts that removes the installation of Phobos before the new is written there. I guess the same goes for druntime.

Re: Link problem in std.regex with DMD git master

2014-09-17 Thread Nordlöw
On Thursday, 18 September 2014 at 00:18:41 UTC, Vladimir Panteleev wrote: std.regex was recently split up into a package. Make sure your makefiles are up to date. My installation script for Phobos just copied (appended) to target directory. I guess it picked the old version of std.regex. Work

Re: Link problem in std.regex with DMD git master

2014-09-17 Thread Nordlöw
On Thursday, 18 September 2014 at 00:35:37 UTC, Nordlöw wrote: My installation script for Phobos just copied (appended) to target directory. I guess it picked the old version of I guess make install in Phobos is a bit to blame in this regard. I'll add some logic in my bash wrapper scripts that

Re: Link problem in std.regex with DMD git master

2014-09-17 Thread Vladimir Panteleev via Digitalmars-d-learn
On Wednesday, 17 September 2014 at 23:46:13 UTC, Nordlöw wrote: Since a couple of days my DMD git master has start to error as below when I compiled programs that import std.regex. What's wrong? How are you building Phobos? std.regex was recently split up into a package. Make sure your makef

Link problem in std.regex with DMD git master

2014-09-17 Thread Nordlöw
Since a couple of days my DMD git master has start to error as below when I compiled programs that import std.regex. What's wrong? dmd -vcolumns -debug -g -gs -unittest -wi -main conceptnet5.d /home/per/Work/justd/languages.d /home/per/Work/justd/algorithm_ex.d /home/per/Work/justd/dbg.d /ho

Re: Link problem in std.regex with DMD git master

2014-09-17 Thread Nordlöw
On Wednesday, 17 September 2014 at 23:46:13 UTC, Nordlöw wrote: Since a couple of days my DMD git master has start to error as below when I compiled programs that import std.regex. What's wrong? The error doesn't occur on DMD version 2.066.