Skip to content
⌘ NSIS Forum Archive

NSIS 2.46 Compilation error

3 posts

Pawel#

NSIS 2.46 Compilation error

Hi,
As we have new NSIS, I tried to compile the sources.
When I start compilation I got errors...
(Note: Ont the same machine, NSIS 2.45 compiles without errors).

Here is a log:


Anybody can help, and tell me what should I fix in my VS config?
Here is last part of compilation log:
...
Nazwa 'C:\\Program' nie jest rozpoznawana jako polecenie wewnętrzne lub zewnętrzne, program wykonywalny lub plik wsadowy. (what means: 'C:\\Program' is not recognized as an internal or external command, operable program or batch file)
os.chdir('C:\\\Program Files\\\NSIS246\\src')
scons: *** [build\\release\\Docs\\chm\\NSIS.chm] Error 1
scons: building terminated because of errors. 
Thanks for any help,
-Pawel
Pawel#
Originally posted by kichik
Build it from a directory without spaces and submit a bug report.
Kichik,
Thanks. Installing and compiling from for example C:\ works ok.
So there is a bug.
I will try to report it to NSIS bugtracker.
Regards,
-Pawel