Matt Keeter

Results 211 comments of Matt Keeter

Thanks for the kind words! Can you run `make` in verbose mode, probably `VERBOSE=1 make`? Right now, the only error shown is `Error 1`, which isn't enough to debug.

That still doesn't show any actual errors, besides "Error 1". What happens if you run a single one of the commands, e.g. ``` cd /C/MSYS2_64/home/Zsolt/antimony/build/lib/graph /C/MSYS2_64/mingw64/bin/g++.exe -DBOOST_PYTHON_STATIC_LIB -I/C/MSYS2_64/home/Zsolt/antimony/lib/graph/inc -isystem /C/MSYS2_64/mingw64/include/python3.8...

That's very strange. Can you check the actual line of the `build.make` which is reporting an error, to see what it's trying to do? (e.g. line 95 for the error...

This is because the offset function is a bit of a hack: it just slides up and down the distance field, and Antimony's distance fields are - Not necessarily Euclidean...

It's a bit trickier than that. The rounded rectangle is represented internally by a function `f(x,y,z)` that returns a floating-point number. If `f(x,y,z) < 0`, then we're inside the shape;...

Oh boy, that looks like a problem in the generated parser. It's been a few years – @fros1y , any ideas?

No news on Windows binaries. I've had a few pings from people interested, but no solid followup yet. Any reason why you're still on 0.8.0? That's a pretty old release...

I had my annual fight against Windows; unlike in past years, I came out victorious: Everything is merged into the `develop` branch, with instructions [here](https://github.com/mkeeter/antimony/blob/develop/BUILDING.md#windows-experimental). Building is a fairly hands-on...

>1. Instructions say '/mingw64/home/$USERNAME'. Should be '\msys64\home\$USERNAME'? Okay, clarified in 8fd10a9102f4d43afaab4add94dd183dcc9672ca >2. Couldn't compile Boost. Help! I'm not totally sure what's going on here, but it looks like you're in...

Okay, I think the issue is the path to `cmake`. Can you try invoking it as ```BOOST_ROOT=~/boost_1_63_0/ BOOST_LIBRARYDIR=~/boost_1_63_0/stage/ /mingw64/bin/cmake -G"MSYS Makefiles" ..``` instead? Updated the docs in commit 48fdfc608420f2d67779cd2d04f6a9227ec1c518