[Issue 2857] False Warning about not found lib

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 11 20:54:18 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=2857


Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |andrej.mitrovich at gmail.com
         Resolution|                            |INVALID


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-03-11 20:54:13 PDT ---
Without a valid test-case we don't know what to fix here.

My best guess is there was this pragma somewhere in the code:

pragma(lib, "org.eclipse.swt.win32.win32.x86")

This should have been:

pragma(lib, "org.eclipse.swt.win32.win32.x86.lib")

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list