digitalmars.D.bugs - [Issue 9007] New: DMD-head Warnings about missing curl.lib when using -unittest
- d-bugmail puremagic.com (32/32) Nov 12 2012 http://d.puremagic.com/issues/show_bug.cgi?id=9007
- d-bugmail puremagic.com (11/11) Jan 04 2013 http://d.puremagic.com/issues/show_bug.cgi?id=9007
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: -------
Nov 12 2012
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: -------
Jan 04 2013