Hello, I need to increase the size limit for packages on 64 bit platforms.. What is the maximal limit please ? // Increased the maximum size to 1Gb instead of 128Mb // I think we should have a command line flag so you can impose a limit // although there should be no reason other than package optimization // (i.e. make sure you don't include the "wrong" thing in your packages) if(total > 1024 * 1024 * 1024) { throw memfile_exception_parameter("memory file size too large (over 1Gb?!)"); } I need more...
Note that I use every days (on win, linux and darwin) the version 1.0.2. It's the...
IMHO it's broken since cbaf9ef36252d99d96e53836a60ca930d643026a but I'm not 100%...
Juste decompress this archive in unigw-master/wpkg/samples/ then run ./build.lin...
Hello, With the current HEAD, there is a major regression with the build of a source...
Hello, The sample7 doesn't work anymore. wpkg --field-variables VERSION=$VERSION...
Hello, The sample7 doesn't work anymore. wpkg --field-variables VERSION=$VERSION...
Hello, I build with make -j8, but : make[3]: warning: jobserver unavailable: using...