Mail Archives: geda-user/2012/11/19/10:39:57
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
- Raw text -