User Activity

  • Posted a comment on ticket #1284 on NSIS: Nullsoft Scriptable Install System

    Thanks for the feedback. I read the latest changelog of nsisbi. It states "Solid compression is not supported with big installers". So it looks to me that nsisbi would not help in case of solid compression.

  • Created ticket #1284 on NSIS: Nullsoft Scriptable Install System

    Unable to generate a solid compressed installer when size of installed files exceeds 2 GiB

  • Created ticket #304 on NSIS: Nullsoft Scriptable Install System

    Fix fprintf format security warnings for halibut

  • Posted a comment on ticket #298 on NSIS: Nullsoft Scriptable Install System

    Thanks a lot for your explanation. I am going to give the idea of overriding CC adn CXX more thought. Currently there is no need to override CC and CXX. scons picks up the installed GNU C and C++ compiler (symbolic link named as the respective compiler pointing to the ccache executable). For example the following command line is used to build the makensis compiler scons APPEND_CCFLAGS="-Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/builds/debian/nsis/debian/output/nsis-3.06.1=. -fstack-protector-strong...

  • Modified a comment on ticket #298 on NSIS: Nullsoft Scriptable Install System

    Your proposal to propagate the CCACHE_DIR environment variable via the command line argument CC="CACHE_DIR=/tmp/whatever ccache" seems to work. I assume the same has to be done for CXX and for the cross compilers (i686-w64-mingw32-gcc, i686-w64-mingw32-g++). This feels more like a workaround than a solution. main.c int main(int argc, char *argv[]) { return 42; } SConstruct defenv = DefaultEnvironment() Export('defenv') opts = Variables() opts.Add(('CC', 'Override C compiler', None)) opts.Update(defenv)...

  • Modified a comment on ticket #298 on NSIS: Nullsoft Scriptable Install System

    Your proposal to propagate the CCACHE_DIR environment variable via the command line argument CC="CACHE_DIR=/tmp/whatever ccache" seems to work. I assume the same has to be done for CXX and for the cross compilers (i686-w64-mingw32-gcc, i686-w64-mingw32-g++). This feels more like a workaround than an solution. main.c int main(int argc, char *argv[]) { return 42; } SConstruct defenv = DefaultEnvironment() Export('defenv') opts = Variables() opts.Add(('CC', 'Override C compiler', None)) opts.Update(defenv)...

  • Modified a comment on ticket #298 on NSIS: Nullsoft Scriptable Install System

    Your proposal to propagate the CCACHE_DIR environment variable via the command line argument CC="CACHE_DIR=/tmp/whatever ccache" seems to work. I assume the same has to be done for CXX and for the cross compilers (i686-w64-mingw32-gcc, i686-w64-mingw32-g++). This feels more like a workaround than an solution.. main.c int main(int argc, char *argv[]) { return 42; } SConstruct defenv = DefaultEnvironment() Export('defenv') opts = Variables() opts.Add(('CC', 'Override C compiler', None)) opts.Update(defenv)...

  • Modified a comment on ticket #298 on NSIS: Nullsoft Scriptable Install System

    Your proposal to propagate the CCACHE_DIR environment variable via the command line argument CC="CACHE_DIR=/tmp/whatever ccache" seems to work. I assume the same has to be done for CXX and for the cross compilers (i686-w64-mingw32-gcc, i686-w64-mingw32-g++). This feels more like a workaround than an solution.. main.c int main(int argc, char *argv[]) { return 42; } SConstruct defenv = DefaultEnvironment() Export('defenv') opts = Variables() opts.Add(('CC', 'Override C compiler', None)) opts.Update(defenv)...

View All

Personal Data

Username:
f0rt
Joined:
2009-07-18 19:56:42

Projects

This is a list of open source software projects that f0rt is associated with:

Personal Tools