paulzimm
11th May 2006, 17:34
Hello all, I just joined this group and was recently employed to design an online application that will automatically package a Windows EXE with a text file that is generated dynamically (i.e. on-the-fly).
I think that NSIS fits the bill quite nicely! We are using a "headless" FreeBSD server with Python v2.4 and SCons v0.96.92 installed. I downloaded the latest NSIS-2.16-src.tar.bz2 version from sourceforge.net/projects/nsis/ and extracted to my home directory in nsis-2.16-src
I am getting errors when trying to build using these parameters:
root@paulzimm# cd nsis-2.16-src/
root@paulzimm# scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no
scons: Reading SConscript files ...
Delete("nsis-11-May-2006.cvs")
Delete(".instdist")
Delete(".test")
Using GNU tools configuration
Checking for linker flag $MAP_FLAG... (cached) yes
Checking for linker flag $MAP_FLAG... (cached) yes
Checking for memcpy requirement... (cached) yes
Checking for memset requirement... (cached) yes
Checking for linker flag -pthread... (cached) yes
Checking for __BIG_ENDIAN__... (cached) no
Checking for main() in C library gdi32... (cached) no
Checking for main() in C library user32... (cached) no
Checking for main() in C library pthread... (cached) no
Checking for main() in C library stdc++... (cached) yes
Checking for main() in C library iconv... (cached) no
Checking for main() in C library dl... (cached) no
Checking for main() in C library gdi32... (cached) no
Checking for main() in C library iconv... (cached) no
Checking for main() in C library user32... (cached) no
Checking for main() in C++ library cppunit... (cached) no
scons: done reading SConscript files.
scons: Building targets ...
gcc -o build/release/halibut/biblio.o -c Docs/src/bin/halibut/biblio.c
In file included from Docs/src/bin/halibut/biblio.c:6:
Docs/src/bin/halibut/halibut.h:167: syntax error before `>'
scons: *** [build/release/halibut/biblio.o] Error 1
scons: building terminated because of errors.
I tried different SCons options (always using "scons -c" to clear out previous attempts) but I am getting errors for either one of these libraries:
1. iconv
2. biblio
3. advsplash
Am I missing something? After repeated attempts I did install the "MinGW" cross-compiler (from the FreeBSD ports collection) but I am still getting various errors. Any help will be MUCH appreciated!
- Paul
I think that NSIS fits the bill quite nicely! We are using a "headless" FreeBSD server with Python v2.4 and SCons v0.96.92 installed. I downloaded the latest NSIS-2.16-src.tar.bz2 version from sourceforge.net/projects/nsis/ and extracted to my home directory in nsis-2.16-src
I am getting errors when trying to build using these parameters:
root@paulzimm# cd nsis-2.16-src/
root@paulzimm# scons SKIPSTUBS=all SKIPPLUGINS=all SKIPUTILS=all SKIPMISC=all NSIS_CONFIG_CONST_DATA_PATH=no
scons: Reading SConscript files ...
Delete("nsis-11-May-2006.cvs")
Delete(".instdist")
Delete(".test")
Using GNU tools configuration
Checking for linker flag $MAP_FLAG... (cached) yes
Checking for linker flag $MAP_FLAG... (cached) yes
Checking for memcpy requirement... (cached) yes
Checking for memset requirement... (cached) yes
Checking for linker flag -pthread... (cached) yes
Checking for __BIG_ENDIAN__... (cached) no
Checking for main() in C library gdi32... (cached) no
Checking for main() in C library user32... (cached) no
Checking for main() in C library pthread... (cached) no
Checking for main() in C library stdc++... (cached) yes
Checking for main() in C library iconv... (cached) no
Checking for main() in C library dl... (cached) no
Checking for main() in C library gdi32... (cached) no
Checking for main() in C library iconv... (cached) no
Checking for main() in C library user32... (cached) no
Checking for main() in C++ library cppunit... (cached) no
scons: done reading SConscript files.
scons: Building targets ...
gcc -o build/release/halibut/biblio.o -c Docs/src/bin/halibut/biblio.c
In file included from Docs/src/bin/halibut/biblio.c:6:
Docs/src/bin/halibut/halibut.h:167: syntax error before `>'
scons: *** [build/release/halibut/biblio.o] Error 1
scons: building terminated because of errors.
I tried different SCons options (always using "scons -c" to clear out previous attempts) but I am getting errors for either one of these libraries:
1. iconv
2. biblio
3. advsplash
Am I missing something? After repeated attempts I did install the "MinGW" cross-compiler (from the FreeBSD ports collection) but I am still getting various errors. Any help will be MUCH appreciated!
- Paul