On Sat, Aug 21, 2010 at 8:23 PM, luxInteg <[email protected]> wrote:
> ####################
> [100%] Building CXX object
> source/gameengine/VideoTexture/CMakeFiles/bf_videotex.dir/VideoFFmpeg.o
> [100%] Building CXX object
> source/gameengine/VideoTexture/CMakeFiles/bf_videotex.dir/FilterBase.o
> [100%] Building CXX object
> source/gameengine/VideoTexture/CMakeFiles/bf_videotex.dir/ImageRender.o
> Linking CXX static library ../../../lib/libbf_videotex.a
> [100%] Built target bf_videotex
> Scanning dependencies of target blender
> [100%] Building C object source/creator/CMakeFiles/blender.dir/creator.o
> [100%] Building C object source/creator/CMakeFiles/blender.dir/buildinfo.o
> Linking CXX executable ../../bin/blender
> /usr/bin/ld: cannot find -lXi
> collect2: ld returned 1 exit status
> make[2]: *** [bin/blender] Error 1
> #################
CMAKE is rather stubborn about Xorg libs, it always assumes they are
in /usr/lib, even if they aren't, like in my case (/opt/X11). Try
this:

ln -sfv $XORG_PREFIX/lib/libXi.so /usr/lib

Then recompile Blender.


-- 
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE98
If it's not signed, it's not from me.

--------------

"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to