Re: some recent changes in build system / scp2

2014-11-11 Thread Stephan Bergmann
On 11/10/2014 09:19 PM, Michael Stahl wrote: there is a new bin/run convenience script to run the programs out of workdir/LinkTarget/Executable; at the time when i did the change bin/run vcldemo would execute successfully on Linux - please add support for other platforms to the script when you

Re: some recent changes in build system / scp2

2014-11-11 Thread Michael Stahl
On 11.11.2014 08:21, Tor Lillqvist wrote: at the time when i did the change bin/run vcldemo would execute successfully on Linux - please add support for other platforms to the script when you need it. In other words, I broke stuff for people on all platforms except my pet

Re: some recent changes in build system / scp2

2014-11-11 Thread Michael Stahl
On 11.11.2014 09:38, Stephan Bergmann wrote: On 11/10/2014 09:19 PM, Michael Stahl wrote: there is a new bin/run convenience script to run the programs out of workdir/LinkTarget/Executable; at the time when i did the change bin/run vcldemo would execute successfully on Linux - please add

Re: some recent changes in build system / scp2

2014-11-11 Thread Stephan Bergmann
On 11/11/2014 11:22 AM, Michael Stahl wrote: On 11.11.2014 09:38, Stephan Bergmann wrote: On 11/10/2014 09:19 PM, Michael Stahl wrote: If we settle on a fixed location of instdir/ relative to workdir/, we can get rid of the need to fiddle with LD_LIBRARY_PATH (Linux etc.) resp.

some recent changes in build system / scp2

2014-11-10 Thread Michael Stahl
recently i've had some time to move more stuff out of scp2, which got rid of a fair bit of duplicated conditionals. on master, all libraries, executables and jars that are installed are now registered for their scp2 package in Repository.mk. this means that when you add something to one of the

Re: some recent changes in build system / scp2

2014-11-10 Thread Bjoern Michaelsen
Hi Michael, On Mon, Nov 10, 2014 at 09:19:43PM +0100, Michael Stahl wrote: this means that when you add something to one of the existing blocks there you need to check that it is the *correct* block, i.e., the second parameter of gb_Helper_register_*_for_install indicates the scp2

Re: some recent changes in build system / scp2

2014-11-10 Thread Tor Lillqvist
at the time when i did the change bin/run vcldemo would execute successfully on Linux - please add support for other platforms to the script when you need it. In other words, I broke stuff for people on all platforms except my pet one, fix it yourself. Good to know that this is acceptable