Dear ParaView experts,

I just got the latest Paraview source code from git and tried to compile on 
OpenSUSE 12.2 64 bit OS.  But, got the following errors:

[ 94%] Built target pqApplicationComponents
Linking CXX executable ../../../../bin/pqPipelineApp
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: 
undefined reference to `av_small_strptime@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: 
undefined reference to `av_dict_count@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: 
undefined reference to `av_timecode_check_frame_rate@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: undefined 
reference to `av_image_fill_arrays@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: undefined 
reference to `avpriv_float_dsp_init@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: undefined 
reference to `av_image_get_buffer_size@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: undefined 
reference to `av_image_copy_to_buffer@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: 
undefined reference to `av_gettime@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: 
undefined reference to `av_opt_set_bin@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavformat.so: 
undefined reference to `av_usleep@LIBAVUTIL_51'
/usr/lib64/gcc/x86_64-suse-linux/4.7/../../../../lib64/libavcodec.so: undefined 
reference to `av_timecode_adjust_ntsc_framenum2@LIBAVUTIL_51'
collect2: error: ld returned 1 exit status
make[2]: *** [bin/pqPipelineApp] Error 1
make[1]: *** [Qt/Components/Testing/Cxx/CMakeFiles/pqPipelineApp.dir/all] Error 
2
make: *** [all] Error 2
------------------------------

I do have libavuitl installed.  I am wondering how I can fix these errors.

Thanks!

Pei-Ying
_______________________________________________
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to