Ian Woloschin

Results 18 comments of Ian Woloschin

It appears I can potentially just "redecorate" if needed, after checking if I need extra tags, but before using my custom object. This should work for me, but going to...

There should be a [variable](https://elv.sh/ref/builtin.html#variables) that shows if incognito mode is active, it'd be very useful for prompts to display mode.

I've found that having elvish exec'd from ~/.bashrc works well, just put the following as the last line in ~/.bashrc. Obviously make sure it points to your elvish binary, in...

I don't have time to check now, but it sounds like maybe that Boost directory isn't in the include path? You could try putting the whole directory path in the...

Don't use KiCadOSXBuilder. It's not really supported anymore. Instead, use this: http://bazaar.launchpad.net/~kicad-product-committers/kicad/product/view/head:/Documentation/compiling/mac-osx.txt It requires more hands on work, but it's probably more likely to work. Of course, there's likely code...

You've got a bad cmake command. CMake Error at /opt/local/share/cmake-2.8/Modules/ExternalProject.cmake:1580 (get_property): get_property could not find TARGET boost. Perhaps it has not yet been created. I'd go back and start removing...

I used homebrew to set up any dependencies (bzr, bzrtools, glew, swig, doxygen, etc). I then pulled KiCAD direct from BZR, and compiled it "by hand" via the instructions in...

Glad it helped. I'm not sure why this build script is so complicated, versus those instructions. I'm a little tempted to try and write my own, but I suspect there's...

@sprhawk I haven't gotten that far yet :). I had KiCAD compiling in the background while getting other work done. Let it go for a while, spend 5 minutes fixing...

KiCadOSXBuilder is no longer supported. But there's good news! There's been _significant_ work on the codebase that means it's easy to do this manually today, and someone will probably package...