Hi. I'm trying to build paraview from source. It almost completes, but I get: (paths removed for simplicity)

$ make
...
Scanning dependencies of target pvbatch
[100%] Building CXX object CommandLineExecutables/CMakeFiles/pvbatch.dir/pvbatch.cxx.o
Linking CXX executable ../bin/pvbatch
libXrender.so.1: undefined reference to `_XEatDataWords'
libxcb-xlib.so.0: undefined reference to `_xcb_lock_io'
libxcb-xlib.so.0: undefined reference to `_xcb_unlock_io'
libXrender.so.1: undefined reference to `_XGetRequest'
collect2: ld returned 1 exit status
make[2]: *** [bin/pvbatch] Error 1
make[1]: *** [CommandLineExecutables/CMakeFiles/pvbatch.dir/all] Error 2
make: *** [all] Error 2

I tried "make paraview" to avoid building pvbatch (which I don't really need), but I got the same error.

Any help is appreciated. Thanks.

-jeff
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to