Archive: !include: could not open file: "WinMessages.nsh"


!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


you can use !addincludedir or just make sure WinMessages.nsh is in a subfolder called Include. NSIS supports bzip2 by default, no need for a special compiler for that, and lzma is more recent and more effective