X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=o9vu6OENdHRppYedFJBqxzEpS2zvS/YIQgbwpdHSB8s=; b=GxJK7Mv9e1679/YvD9cZ4lPjwCDymHjE1D0Eqxl9IENeh0jlAtYFhX87V4r1KUDvSt ROZ6BFm2k9m7E9JHyxD2tRYHzK9nwdVzf7DzpTVkTHNBf71twaCREFaVd/LvPlE/3QQ2 mC3WTnzrbPHoTEGGOCYf1IdITXVR8PT2oVlya6VSvSjYEF0Fa/v5Q2CTt34nWneH8PvL OQHk+MkdYQ04dqlnNAc23GLLLM270sYdLA4xQEfUWeVtxpk0NSxsPj0kxQEvJM2RYbAb k4XlV/EfoXQD5sAitlq+PtbXlH6G+rYC3OqG1buJhMGQATtGDDNEW7uqPujL9MCiheTx 4fUw== X-Received: by 10.70.54.103 with SMTP id i7mr9924850pdp.134.1430411517385; Thu, 30 Apr 2015 09:31:57 -0700 (PDT) Message-ID: <554258FA.5060509@gmail.com> Date: Thu, 30 Apr 2015 09:31:54 -0700 From: Charles Repetti User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] Stipple Plug-In update References: <552023BC DOT 5050501 AT gmail DOT com> In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Note-from-DJ: This may be spam Reply-To: geda-user AT delorie DOT com On line 30 of "dialog.cpp" bool Cancel; Is it possible you didn't include "dialog.cpp" in your build? On 4/30/15 8:16 AM, Anton Dubniak wrote: > Great plugin, thanks a lot! > > But I have a minor problem. It builds without warnings against latest > git sources of pcb, but then pcb is unable to load it: > > dl_error: /home/twister/.pcb/plugins/stipple.so: undefined symbol: > Cancel > > Indeed, 'Cancel' variable defined as 'extern' in stipple.hpp, but > there is no any 'Cancel' variable in pcb source tree. > > Thanks in advance for any tip regarding this problem. > > Charles Repetti писал 2015-04-04 20:47: >> I've released a new version of my stipple plugin >> , which seems to avoid the >> dreaded "Error while clipping PBO_SUB..." error on rendered boards no >> matter their complexity, and exports all gerbers effectively as a >> result. >> >> IMHO Intel's Boost library >> is >> to C++ programming what Microsoft Windows was to C programming. But >> I like it. >> >> - Charlie >