November 12, 2012 [Issue 9007] New: DMD-head Warnings about missing curl.lib when using -unittest | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9007 Summary: DMD-head Warnings about missing curl.lib when using -unittest Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: andrej.mitrovich@gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-11-12 07:26:07 PST --- module test; import std.stdio; void main() { } 2.060: $ rdmd --force -unittest test.d 2.061 HEAD: $ rdmd --force -unittest test.d OPTLINK (R) for Win32 Release 8.00.12 Copyright (C) Digital Mars 1989-2010 All rights reserved. http://www.digitalmars.com/ctg/optlink.html curl.lib Warning 2: File Not Found curl.lib I really don't know what's causing it. The new RDMD behaves the same as the old one, and the imports to std.net.curl all seem to be the same in phobos head just like in 2.060. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
January 04, 2013 [Issue 9007] DMD-head Warnings about missing curl.lib when using -unittest | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9007 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-01-04 08:08:41 PST --- *** This issue has been marked as a duplicate of issue 9269 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation