<div class="gmail_quote"><div>Thanks for the quick reply.&nbsp; I realized what the problem was - I hadn&#39;t added my new cpp files to the CMakeLists.txt file, so they weren&#39;t being compiled and found.<br>Steven<br><br>&nbsp;</div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>Date: Wed, 19 Dec 2007 14:19:26 -0500<br>From: Mark Coletti &lt;<a href="mailto:mcoletti@lychnobite.org">
mcoletti@lychnobite.org</a>&gt;<br>Subject: Re: [Qgis-developer] vtable linker error<br>To: <a href="mailto:qgis-developer@qgis.org">qgis-developer@qgis.org</a><br>Message-ID: &lt;<a href="mailto:20071219191926.GX30465@lychnobite.org">
20071219191926.GX30465@lychnobite.org</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br>On Wed, Dec 19, 2007 at 01:31:49PM -0500, Steven Bell wrote:<br>&gt; However, I keep getting linker errors, saying:<br>&gt; Linking CXX executable qgis
<br>&gt; /home/steven/QGIS_work/composer_redesign/build/src/core/libqgis_core.so:<br>&gt; undefined reference to `vtable for QgsBasicSymbolRenderer&#39;<br><br>&gt; From what I&#39;ve read, this error occurs when the derived class doesn&#39;t
<br>&gt; implement certain virtual methods, but I don&#39;t see anything wrong with my<br>&gt; code. &nbsp;[...]<br><br> &nbsp;This is making a stab, but does your derived class have a virtual destructor?<br><br>Cheers,<br><br>Mark
<br></blockquote></div><br>