!include: could not open file: "WinMessages.nsh"
I'm trying to build a product (privoxy) that comes with an exe called makensis-bz2.exe. I'm assuming it is a modified version of makensis that compresses with bzip2. Anyways, I have NSIS installed (so I have WinMessages.nsh) but when the build process runs makensis-bz2, it errors saying that it cannot find WinMessages.nsh. Are there any ENV variables (or registry keys) that can be set so that makensis knows where to look to find include files?
Thanks,
Torin