felipeprov / include-what-you-use

Automatically exported from code.google.com/p/include-what-you-use
Other
0 stars 0 forks source link

[PATCH] missing shlwapi library in Makefile for MS Windows #97

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?

When building, linking fails under MSYS using MinGW GCC with:

undefined symbol "__imp__PathMatchSpecA@8"

What version of the product are you using? On what operating system?

Latest trunk from SVN.

Original issue reported on code.google.com by claudio....@gmail.com on 29 May 2013 at 8:36

Attachments:

GoogleCodeExporter commented 8 years ago
I made a small change and inverted the check to:

  ifneq (,$(filter $(HOST_OS), Cygwin MingW))

because I found an example that did it that way in the LLVM tree.

Fix committed in r465. I haven't been able to test this, my MinGW environment 
isn't able to build LLVM, so I'd be very grateful if you could post back after 
updating.

Thank you!

Original comment by kim.gras...@gmail.com on 29 May 2013 at 7:00

GoogleCodeExporter commented 8 years ago
We haven't heard back in a year, so I'm going to assume this is good.

Original comment by kim.gras...@gmail.com on 31 May 2014 at 10:09