Humm strange. I haven&#39;t seen this on the dashboards at all, and most of them have examples enabled. What gcc version are you using out of curiosity?<br><br><div class="gmail_quote">On Fri, Mar 11, 2011 at 6:33 PM, Orion Poplawski <span dir="ltr">&lt;<a href="mailto:orion@cora.nwra.com">orion@cora.nwra.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Running into the following trying to build ParaView 3.10.0 Fedora package on Fedora rawhide:<br>
<br>
/usr/lib64/ccache/g++   -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wno-deprecated  -Wno-deprecated -g CMakeFiles/spreadsheet-real.dir/spreadsheet_main.cxx.o CMakeFiles/spreadsheet-real.dir/pqspreadsheetInitializer.cxx.o CMakeFiles/spreadsheet-real.dir/qrc_spreadsheet_generated.cxx.o CMakeFiles/spreadsheet-real.dir/qrc_spreadsheet_configuration.cxx.o CMakeFiles/spreadsheet-real.dir/SpreadSheetMainWindow.cxx.o CMakeFiles/spreadsheet-real.dir/moc_SpreadSheetMainWindow.cxx.o CMakeFiles/spreadsheet-real.dir/qrc_SpreadSheet.cxx.o  -o /builddir/build/BUILD/ParaView-3.10.0/fedora/bin/spreadsheet -rdynamic -L/builddir/build/BUILD/ParaView-3.10.0/fedora/bin -lpqApplicationComponents -Wl,-rpath,/builddir/build/BUILD/ParaView-3.10.0/fedora/bin:<br>


/usr/bin/ld: CMakeFiles/spreadsheet-real.dir/SpreadSheetMainWindow.cxx.o: undefined reference to symbol &#39;pqActiveObjects::setActiveView(pqView*)&#39;<br>
/usr/bin/ld: note: &#39;pqActiveObjects::setActiveView(pqView*)&#39; is defined in DSO /builddir/build/BUILD/ParaView-3.10.0/fedora/bin/libpqComponents.so so try adding it to the linker command line<br>
/builddir/build/BUILD/ParaView-3.10.0/fedora/bin/libpqComponents.so: could not read symbols: Invalid operation<br>
collect2: ld returned 1 exit status<br>
<br>
<br>
<br>
I don&#39;t quite follow since pqComponents seems to be requested, but it isn&#39;t listed above:<br>
<br>
ParaView-3.10.0/Examples/CustomApplications/Spreadsheet/CMakeLists.txt:<br>
TARGET_LINK_LIBRARIES(spreadsheet ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} vtkCommon vtkPVCommandOptions vtkPVServerCommon pqCore pqComponents)<br>
<br>
<br>
This is with cmake 2.8.4 and qt 4.7.2.<br>
<br>
<br>
-- <br>
Orion Poplawski<br>
Technical Manager                     303-415-9701 x222<br>
NWRA/CoRA Division                    FAX: 303-415-9702<br>
3380 Mitchell Lane                  <a href="mailto:orion@cora.nwra.com" target="_blank">orion@cora.nwra.com</a><br>
Boulder, CO 80301              <a href="http://www.cora.nwra.com" target="_blank">http://www.cora.nwra.com</a><br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br>