Re: [Kicad-developers] building without ngspice?

2018-02-13 Thread Kevin Cozens

On 2018-02-13 10:50 AM, Adam Wolf wrote:

I am trying to build from master, but even with -DKICAD_SPICE=OFF, I'm getting:

CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.


I ran across the same problem. If you run cmake without setting the SPICE 
setting to OFF you need to remove the CMakeCache.txt file and run cmake 
again with -DKICAD_SPICE=OFF.


--
Cheers!

Kevin.

http://www.ve3syb.ca/   |"Nerds make the shiny things that distract
Owner of Elecraft K2 #2172  | the mouth-breathers, and that's why we're
| powerful!"
#include  | --Chris Hardwick

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] building without ngspice?

2018-02-13 Thread Adam Wolf
That could be it.  I'll report back.

On Tue, Feb 13, 2018 at 9:53 AM, Nick Østergaard  wrote:
> Did you make a clean build? I don't think the cmake module works well if it
> was configured with it enabled first, and then disabling it.
>
> Den 13. feb. 2018 4.50 PM skrev "Adam Wolf" :
>
> Hi folks!
>
> I am trying to build from master, but even with -DKICAD_SPICE=OFF, I'm
> getting:
>
> CMake Error: The following variables are used in this project, but
> they are set to NOTFOUND.
> Please set them or make sure they are set and tested correctly in the
> CMake files:
> NGSPICE_LIBRARY
> linked by target "eeschema_kiface" in directory
> /Users/wolf/wnl/kicad/kicad-mac-builder/build/kicad/src/kicad/eeschema
>
> Is this expected?  Any thoughts?
>
> Adam Wolf
>
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
>
>

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] building without ngspice?

2018-02-13 Thread Nick Østergaard
Did you make a clean build? I don't think the cmake module works well if it
was configured with it enabled first, and then disabling it.

Den 13. feb. 2018 4.50 PM skrev "Adam Wolf" :

Hi folks!

I am trying to build from master, but even with -DKICAD_SPICE=OFF, I'm
getting:

CMake Error: The following variables are used in this project, but
they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
NGSPICE_LIBRARY
linked by target "eeschema_kiface" in directory
/Users/wolf/wnl/kicad/kicad-mac-builder/build/kicad/src/kicad/eeschema

Is this expected?  Any thoughts?

Adam Wolf

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp