Great - that fixed it :)<br><br><div class="gmail_quote">On 2 June 2010 16:03, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Ah...the problem is due to the fact that ${OUTSRCS} was passed in as<br>
SOURCES and not GUI_SOURCES. Actually, any Qt based classes should be<br>
passed in as GUI_SOURCES. So try the following:<br>
<div class="im"><br>
ADD_PARAVIEW_PLUGIN(MeshCutter "1.0"<br>
GUI_INTERFACES ${OUTIFACES}<br>
SERVER_MANAGER_XML MeshCutterSM.xml<br>
SERVER_MANAGER_SOURCES vtkMeshCutter.cxx<br>
vtkAxialRadial.cxx vtkTheta.cxx vtkRadius.cxx vtkRadiusSource.cxx<br>
vtkRadiusRepresentation.cxx vtkRadiusWidget.cxx<br>
</div> GUI_SOURCES pqRadiusWidget.cxx ${MOC_SRCS}<br>
${OUTSRCS} ${UIC_SRCS})<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
<br>
On Wed, Jun 2, 2010 at 10:57 AM, Paul Edwards <<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>> wrote:<br>
> Utkarsh,<br>
> I can make my plugins work by adding pqComponents to the<br>
> TARGET_LINK_LIBRARIES. Should this be necessary?<br>
> Regards,<br>
> Paul<br>
><br>
><br>
> On 2 June 2010 14:51, Utkarsh Ayachit <<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>> wrote:<br>
>><br>
>> Have tried clean building your plugin? Can you post the CMakeLists.txt<br>
>> for your plugin?<br>
>><br>
>> Utkarsh<br>
>><br>
>> On Wed, Jun 2, 2010 at 5:56 AM, Paul Edwards <<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>><br>
>> wrote:<br>
>> > Hi,<br>
>> > I've just tried building against v3.8 of paraview and I am getting a<br>
>> > load<br>
>> > error for some remote plugins. It complains about an undefined symbol -<br>
>> > "vtkPVGUIPluginInterface". Is anyone else experiencing this? I'm<br>
>> > running<br>
>> > the linux version.<br>
>> > Regards,<br>
>> > Paul<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<br>
>> > <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:<br>
>> > <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>
>> ><br>
>> ><br>
><br>
><br>
</div></div></blockquote></div><br>