Hi<br><br>I am trying to get the VisIt tool working on Ubuntu 9.10 for FLASH. I have the visit tool installed and am trying to add the 1st plugin (out of 2 as mentioned on <a href="http://flash.uchicago.edu/website/codesupport/visit/">http://flash.uchicago.edu/website/codesupport/visit/</a> ) so as to view the output files produced by FLASH.<br>

<br>There are 3 steps involved in adding the 1st plugin. I did the first 2 i.e.<br>xml2info -clobber FLASH.xml<br>xml2makefile -clobber FLASH.xml<br><br>but the third one i.e. make is giving me an error. This is what I get when I do the make:<br>

<br>-----------------------------------------------------------------------------------------------------------------<br><br>root@kunalgrao-laptop:~/Desktop/installs/FLASH# make HDF5_INCLUDE=-I/home/kunalgrao/Desktop/installs/hdf5/include HDF5_LIB=-L/home/kunalgrao/Desktop/installs/hdf5/libs/libhdf5.a |tee make.log<br>

<br>****************************************************************************<br>*** Building FLASH Database Plugin<br>****************************************************************************<br>source='avtFLASHFileFormat.C' object='avtFLASHFileFormat.o' libtool=no        \<br>

    depfile='./avtFLASHFileFormat.d'  tmpdepfile='./avtFLASHFileFormat.tmp_d' \<br>    depmode=gcc3 /usr/local/visit/1.11.2/linux-intel/bin/depcomp          \<br>    g++ -D_LARGEFILE64_SOURCE -Wno-deprecated -O2 -I/home/kunalgrao/Desktop/installs/hdf5/include -I/misc/gapps/mpich/1.2.4/Linux/serial/64/debug/include  -I/usr/local/visit/1.11.2/linux-intel/include/cognomen -I/usr/local/visit/1.11.2/linux-intel/include/vtk -I/usr/local/visit/1.11.2/linux-intel/include/vtk/Common -I/usr/local/visit/1.11.2/linux-intel/include/vtk/Filtering -I/usr/local/visit/1.11.2/linux-intel/include/vtk/Graphics -I/usr/local/visit/1.11.2/linux-intel/include/vtk/Hybrid -I/usr/local/visit/1.11.2/linux-intel/include/vtk/IO -I/usr/local/visit/1.11.2/linux-intel/include/vtk/Imaging -I/usr/local/visit/1.11.2/linux-intel/include/vtk/Rendering -I/usr/local/visit/1.11.2/linux-intel/include/vtk/Utilities -I. -I/home/kunalgrao/Desktop/installs/mpich/include -I/usr/local/visit/1.11.2/linux-intel/include -I/usr/local/visit/1.11.2/linux-intel/include/visit -I/usr/local/visit/1.11.2/linux-intel/include/python -c avtFLASHFileFormat.C -o avtFLASHFileFormat.o<br>

avtFLASHFileFormat.C: In member function ‘vtkPolyData* avtFLASHFileFormat::GetMortonCurveSubset(int)’:<br>avtFLASHFileFormat.C:1058: error: no matching function for call to ‘find(__gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, __gnu_cxx::__normal_iterator<int*, std::vector<int, std::allocator<int> > >, int&)’<br>

make: *** [avtFLASHFileFormat.o] Error 1<br>--------------------------------------------------------------------------------------------------------------<br><br>I am also attaching the Makefile for your reference. Kindly let me know how to get it right.<br>

<br>Thanks & Regards,<br>Kunal<br><br><br>----------------------------------------------------------------------------------------------------<br><br>