Re: don't know how to make 'src\unittest.d' error while rebuilding Phobos

2012-03-30 Thread Brad Anderson
On Thursday, 29 March 2012 at 19:10:25 UTC, Gleb wrote: Thank you for the answers. Unfortunately, the program compiles correctly with the original phobos.lib in dmd2\windows\lib, but does not compile with the new one in the same directory.

Re: don't know how to make 'src\unittest.d' error while rebuilding Phobos

2012-03-30 Thread Gleb
On Friday, 30 March 2012 at 17:20:28 UTC, Brad Anderson wrote: http://forum.dlang.org/post/mailman.1238.1333127999.4860.digitalmar...@puremagic.com Thank you very much! Problem is solved, curl works great!

don't know how to make 'src\unittest.d' error while rebuilding Phobos

2012-03-29 Thread Gleb
Hi folks! I'm trying to recompile Phobos to work with curl under Win7 as described here: digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.Darticle_id=161483 As far as I understand, I need to build druntime before building phobos, because phobos depends on druntime's libraries.

Re: don't know how to make 'src\unittest.d' error while rebuilding Phobos

2012-03-29 Thread Dmitry Olshansky
On 29.03.2012 17:51, Gleb wrote: Hi folks! I'm trying to recompile Phobos to work with curl under Win7 as described here: digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.Darticle_id=161483 As far as I understand, I need to build druntime before building phobos, because phobos

Re: don't know how to make 'src\unittest.d' error while rebuilding Phobos

2012-03-29 Thread Gleb
Dmitry, thank you for your answer! On Thursday, 29 March 2012 at 13:57:05 UTC, Dmitry Olshansky wrote: This should work: make -f win32.mak I've already gave this a try. I managed to get phobos built without unittests but I can't built my program with new phobos.lib. An error message is as

Re: don't know how to make 'src\unittest.d' error while rebuilding Phobos

2012-03-29 Thread Jesse Phillips
On Thursday, 29 March 2012 at 16:51:24 UTC, Gleb wrote: OPTLINK (R) for Win32 Release 8.00.12 Copyright (C) Digital Mars 1989-2010 All rights reserved. http://www.digitalmars.com/ctg/optlink.html D:\UserFiles\D\dmd2\windows\bin\..\lib\phobos.lib(file) Error 42: Symbol Undefined

Re: don't know how to make 'src\unittest.d' error while rebuilding Phobos

2012-03-29 Thread Dmitry Olshansky
On 29.03.2012 20:51, Gleb wrote: Dmitry, thank you for your answer! On Thursday, 29 March 2012 at 13:57:05 UTC, Dmitry Olshansky wrote: This should work: make -f win32.mak I've already gave this a try. I managed to get phobos built without unittests but I can't built my program with new

Re: don't know how to make 'src\unittest.d' error while rebuilding Phobos

2012-03-29 Thread Gleb
Thank you for the answers. Unfortunately, the program compiles correctly with the original phobos.lib in dmd2\windows\lib, but does not compile with the new one in the same directory.