X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <50AA5268.9050109@laserlinc.com> Date: Mon, 19 Nov 2012 10:38:16 -0500 From: Joshua Lansford User-Agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] slotting References: <50A2B84F DOT 4080204 AT laserlinc DOT com> <50A3AAA6 DOT 1080704 AT laserlinc DOT com> <50A3C9D4 DOT 6090109 AT laserlinc DOT com> <50A5BAFC DOT 9070507 AT innocent DOT com> <50A63878 DOT 1070009 AT laserlinc DOT com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 11/17/2012 11:48 AM, Kai-Martin Knaak wrote: > Joshua Lansford wrote: > >>> Does the gEDA version in, say, the Ubuntu repos include >>> 'refdes_renum_slots' and 'gattrib_csv'? I am running Ubuntu >>> 12.10 64-bit and I don't think these two programs were installed. >>> >> Nope. But you can fetch them here: >> >> http://public.laserlinc.com/Joshua/refdes_renum_slots.java >> >> compile with >> >> gcj --main=refdes_renum_slots -o refdes_renum_slots >> refdes_renum_slots.java >> >> and here: >> >> http://public.laserlinc.com/Joshua/gattrib_csv.java >> >> compile with >> >> gcj --main=gattrib_csv -o gattrib_csv gattrib_csv.java >> > Unfortunately, there is little chance for java utlilities to enter the > main distribution of geda tools. This would open a whole new box of > dependencies... > > ---<)kaimartin(>--- I see. It is compiled with the GNU compiler. gcj might generally be installed simultaneously with gcc. Whatever the case, if anyone wants to, feel free to translate the source or portions of it to a new script or include into an existing script in whole or in part. ~Joshua