KiCad / KicadOSXBuilder

Kicad OSX Builder, which I plan to use as my boxed development environment on Mac OSX
87 stars 27 forks source link

auto install SWIG #10

Open richard-sim opened 11 years ago

richard-sim commented 11 years ago

CMake Error at /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:97 (message): Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) Call Stack (most recent call first): /opt/local/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE) /opt/local/share/cmake-2.8/Modules/FindSWIG.cmake:67 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) pcbnew/CMakeLists.txt:9 (find_package)

-- Configuring incomplete, errors occurred! make: *\ No rule to make target `install'. Stop. build error on BUILD KICAD STEP: 5

richard-sim commented 11 years ago

Fix for those using Homebrew: brew install swig

mangelajo commented 10 years ago

Right!, I was talking a few days ago about auto installing all the needed goodies, for brew or macports.

eidosabi commented 10 years ago

For those using MacPorts: sudo port install swig