← Back to team overview

kicad-developers team mailing list archive

Re: Failed to load shared library _pcbnew.kiface (error 0: the operation completed successfully.)

 

I was getting this error today on a github clone of
kicad-source-mirror on ubuntu linux. It was fixed (well not that the
build fully worked, but that it got past this specific error) by
'installing' to a local dir after make finished compiling:
make install DESTDIR=~/kicad_daily_3_29

then it would launch without error, but I couldn't load any libraries,
even after running the "library-repos-install.sh" script with bash.

On Thu, Mar 26, 2015 at 5:31 AM, Mário Luzeiro <mrluzeiro@xxxxx> wrote:
> Hi all,
>
> I am testing KiCad building on Windows, and I am getting this error (just for pcbnew, the other modules are working fine):
>
> 13:23:34: Failed to load shared library 'C:\kicad\kicad\bin\_pcbnew.kiface' (error 0: the operation completed successfully.)
> 13:23:48: IO_ERROR: Fatal Installation Bug missing file: 'C:\kicad\kicad\bin\_pcbnew.kiface' argv[0]: 'C:\kicad\kicad\bin\kicad.exe' from C:\kicad\src\kicad\trunk\common\kiway.cpp : KiFACE() : line 219
>
> The file does exists and is not missing. What can be wrong?
>
> Regards,
> Mario Luzeiro
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp



-- 
-Nathan


Follow ups

References