MantisBT - ParaView
View Issue Details
0007522ParaView(No Category)public2008-08-21 11:342010-11-08 18:00
Tom Parker 
Dave DeMarle 
normalmajoralways
closedfixed 
 
 
0007522: Paraview fails to compile with libavformat < 52.0.0
Due to the change at http://svn.mplayerhq.hu/ffmpeg/trunk/libavformat/avformat.h?view=diff&r1=11070&r2=11071 [^] with versions of libavformat < 52.0.0 (or 20071121 for those using snapshots like most Linux distros) Paraview fails to build, and doesn't have any configuration steps to check for this condition.

Specific failure log is:

[ 16%] Building CXX object VTK/IO/CMakeFiles/vtkIO.dir/vtkFFMPEGWriter.o
/data/tparker/builder/sources/paraview_3.2.3-2/VTK/IO/vtkFFMPEGWriter.cxx: In member function ‘void vtkFFMPEGWriterInternal::End()’:
/data/tparker/builder/sources/paraview_3.2.3-2/VTK/IO/vtkFFMPEGWriter.cxx:339: error: cannot convert ‘ByteIOContext’ to ‘ByteIOContext*’ for argument ‘1’ to ‘int url_fclose(ByteIOContext*)’
make[3]: *** [VTK/IO/CMakeFiles/vtkIO.dir/vtkFFMPEGWriter.o] Error 1
No tags attached.
Issue History
2008-08-21 11:34Tom ParkerNew Issue
2008-08-21 13:32Ken MorelandStatusbacklog => tabled
2008-08-21 13:32Ken MorelandAssigned To => Berk Geveci
2008-08-21 13:34Utkarsh AyachitAssigned ToBerk Geveci => Dave DeMarle
2009-02-18 08:51Utkarsh AyachitCategory3.4 => Development
2010-11-05 13:49Utkarsh AyachitNote Added: 0022907
2010-11-05 13:49Utkarsh AyachitStatustabled => @80@
2010-11-05 13:49Utkarsh AyachitResolutionopen => fixed
2010-11-08 18:00Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0022907)
Utkarsh Ayachit   
2010-11-05 13:49   
This might been resolved. If not, please reopen.