silverdr
silverdr
@tensiondriven - thank you for your response! So basically with your branch one adds `sheex: PhoenixSlime.LiveViewEngine` to the config and there it goes, right? BTW - I think I should...
@phkahler - any chance you could post the video (of creating the cube) somewhere?
FYI - found forks working with PHX 1.7 https://github.com/populimited/slime https://github.com/populimited/phoenix_slime
I don't think it is Mac specific. I managed to get further by removing the offending constants. They were also in another script. Then I encountered a requirement for a...
Have you tried the scripts on your OS but with EAGLE version 6.1? As I wrote, I don't think these problems to be OS specific. If you have a chance...
I have 6.1 for Linux somewhere. I used it along with the osx version. I shall find and put it up for you.
I apologise for the delay.. I got hit by high fever and other flu symptoms since Monday. It's the first day now I am more or less OK. Removing the...
I have very similar problem on Ubuntu. It started after recent update: ``` A message that you sent could not be delivered to one or more of its recipients. This...
It's been some months already... has anyone found the solution to this? I still can't compile (or rather link) the current version due to ``` Undefined symbols for architecture x86_64:...
OK, needed slightly different line but it worked: ``` CFLAGS=-ggdb -O3 -Wall -I /usr/local/include -I /usr/local/opt/openssl/include -L /usr/local/opt/openssl/lib ``` That is of course valid for brew installed openssl.