Hi all,
While trying to build arts, I am running into the following error: http://slexy.org/view/s23CKYSx0l
Why is arts trying to find a library that is from arts itself?
2011/8/16 Robert Xu robxu9@gmail.com:
Hi all,
While trying to build arts, I am running into the following error: http://slexy.org/view/s23CKYSx0l
Why is arts trying to find a library that is from arts itself?
-- later, Robert Xu + rxu AT lincomlinux DOT org
Did You set -DCMAKE_SKIP_RPATH="OFF"? I didn't had this problem while I was compiling arts. "arts and kdelibs execute compiled binaries as part of the build process, so they will need to have -DCMAKE_SKIP_RPATH="OFF" set" - Taken from trinity wiki (developers web -> how to build trinity).
On Mon, Aug 15, 2011 at 20:05, L0ner sh4dou sh4dou@gmail.com wrote:
Did You set -DCMAKE_SKIP_RPATH="OFF"? I didn't had this problem while I was compiling arts. "arts and kdelibs execute compiled binaries as part of the build process, so they will need to have -DCMAKE_SKIP_RPATH="OFF" set" -
Ah, I had it on. Oops. (I should know better, too >_>) Thanks.