Comment 11 for bug 319048

Revision history for this message
Maciej Muehleisen (mue-comnets) wrote : Re: [openWNS-bugsquad] [Bug 319048] Re: Libraries from sandbox not found on execution

RPATH is a scons Parameter and is therefore spelled upper case. I found
this line in framework/application/SConscript:
coreEnv.Append(RPATH = os.path.join(env.installDir, 'lib'))
I will test if everything works when buildSupport is removed and do it
if it works.

Jan wrote:
> That's an interesting insight - but how do you manage to set the rpath
> then? I grep'ed the whole openwns-sdk for "rpath" and it only shows up
> in that SConstruct inside buildSupport.
>
> How about completely removing the buildSupport dir if it is not used
> anymore?
>
>