--- In [email protected], "ppfromero" <[EMAIL PROTECTED]> wrote: > > --- In [email protected], "Frank Bennett" <bennett78@> > wrote: > > > > --- In [email protected], "ppfromero" <ppfromero@> wrote: > > > > > > Hello, > > > > > > I'm new kicad user, and I work with windows xp system. I need to > > > translate some files that I make with orcad, and I see in your > group > > > messages that exist a solution: edif2kicad. Then I download the > > > version: edifedif2kicad-20071101.tgz, and with msys and mingw > tools(I > > > change in makefile c by gcc), I try to compile (do make). But I > have > > > the message: > > > undefined reference to `strndup' > > > collect2: ld returned 1 exit status > > > make: *** [e2net] Error 1 > > > Maybe someone heve an idea or solution > > > > > > Thanks > > > > > It appears that msys/mingw dont support strndup. I just > > updated the the code to remove this function call and also > > added a *.pro output file which mentions the required libs > > found in the EDIF file to help with EEschema startup. > > Get the update via svn or wait a couple hours for a new > > download. > > -Frank Bennett > > > > Thanks frank for your response, I wait for new version because I > don't know svn. > > José Romero > Go download edif2kicad-2007-11-18.tgz Let me know how the translation goes. o e2sch now produces a starting *.pro project file o Have to tell EEschema to ignore the design as a library at the first invocation, but just edit/save the config. o You will have to edit some symbol pin directions
enjoy, -Frank
