Mailing list archives : pcb-rnd

ID:5864
From:Derek <de...@q40.de>
Date:Wed, 26 Oct 2022 11:37:11 +0100
Subject:[pcb-rnd] sch-rnd 0.9.2 compiling
replies: 5865 from rn...@igor2.repo.hu
Hi,
 
I have compiled librnd 3.2.1, pcb-rnd 3.05 installed OK.
 
But trying to compile sch-rnd 0.9,2 gives errors.
 
The configuration summary is:
 
=====================
Configuration summary
=====================
Compilation for debugging                               disabled
Include debug symbols                                   disabled
installation prefix (--prefix)                          /usr/local
configuration directory (--confdir) 
/usr/local/etc/sch-rnd
.sch_rnd config dir under $HOME                         .sch-rnd
 
Engine plugins (concrete->abstract compilation):
  standard cschem attributes      yes, buildin    [std_cschem]
  standard device mapper          yes, buildin    [std_devmap]
  standard cschem attr forge      yes, buildin    [std_forge]
  dummy attr. xform               yes, buildin    [target_none]
  attr. xform for PCB workflow    yes, buildin    [target_pcb]
 
Feature plugins:
  Draw object actions             yes, buildin    [act_draw]
  action wrappers for data access yes, buildin    [act_read]
  back annotation                 yes, buildin    [backann]
  convert/breakup functionality   yes, buildin    [construct]
  diagnostic acts. for devs       yes, buildin    [diag]
  place complex objects           yes, buildin    [place]
  object property editor          yes, buildin    [propedit]
  query language                  yes, buildin    [query]
  renumber symbols                yes, buildin    [renumber]
  standard drawing tools          yes, buildin    [std_tools]
 
Symbol library accessors:
  file system symbols             yes, buildin    [symlib_fs]
  sheet local symbols             yes, buildin    [symlib_local]
 
Export plugins:
  export abstract model           yes, buildin    [export_abst]
  lpr exporter (printer)          yes, buildin    [export_lpr]
  export sheets to png            yes, buildin    [export_png]
  export sheets to ps/eps         yes, buildin    [export_ps]
  export sheets to svg            yes, buildin    [export_svg]
  export tEDAx netlist            yes, buildin    [export_tedax]
 
IO plugins (file formats):
  altium schematics               no              [io_altium]
  gEDA schematics and symbols     yes, buildin    [io_geda]
  lihata schematics and symbols   yes, buildin    [io_lihata]
  TinyCAD schematics              no              [io_tinycad]
  alien format helper             yes, buildin    [lib_alien]
 
GUI:
  Graphical User Interface        yes, buildin    [gui]
  base dialogs                    yes, buildin    [sch_dialogs]
 
Configuration complete, ready to compile.
 
Error messages at end of compile is:
 
make[3]: *** [Makefile:45: sch-rnd] Error 1
make[3]: Leaving directory '/Downloads/SRC/sch-rnd-0.9.2/src/sch-rnd'
make[2]: *** [Makefile:32: all] Error 2
make[2]: Leaving directory '/Downloads/SRC/sch-rnd-0.9.2/src/sch-rnd'
make[1]: *** [Makefile:3: all] Error 2
make[1]: Leaving directory '/Downloads/SRC/sch-rnd-0.9.2/src'
make: *** [Makefile:2: all] Error 2
 
 
Can anyone help?
 
Regards,
 
Derek
 

Reply subtree:
5864 [pcb-rnd] sch-rnd 0.9.2 compiling from Derek <de...@q40.de>
  5865 Re: [pcb-rnd] sch-rnd 0.9.2 compiling from rn...@igor2.repo.hu