--- In [email protected], "ppfromero" <[EMAIL PROTECTED]> 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