
David Abrahams wrote:
Steven Weiß <steven11@gmx.de> writes:
David Abrahams wrote:
Steven Weiß <steven11@gmx.de> writes:
That's right, shlwapi.lib is in the directory. I tried <find-library> to be in the previous section before but it didn't work either...do you have some ideas?
Please try running your build with
bjam -n -a ...whatever...
and inspect the command-lines generated. What arguments do you see there regarding shlwapi and PlatformSDK? Do they look wrong?
with the -a parameter alone it works! thank you
That's great! But it leaves us with a mystery. The -a option alone just forces everything to be rebuilt without looking at modification times.
Yes, I'm wondering, too. Perhaps it worked because I set the -n parameter before. When I did that it seemed that it didn't build the library...but as I remember know I invoked bjam directly on the command line and not John Torjo's build-script which renames and copies the lib-files to the folder where I looked. Maybe that's the reason (I was very busy because I did three things simultaneously...) mfg Steven