-
Hello, while compiling the latest mypaint code (commit 92112f737e3bc0172ab825566ff4d181d2c3070c) on OS X 10.9.4 the following warning appears:
```
brushlib/mypaint-brush.c:43:9: warning: 'M_PI' macro…
-
The SConstruct has these lines:
```
if sys.platform == "darwin":
default_prefix = '/opt/local/'
default_openmp = False
else:
default_prefix = '/usr/local/'
default_openmp = True
```
…
-
Hi I am trying to install mypaint through MacPort, but it failed. Below I am copying the log message. Hope it could be helpful to make MyPaint better. :) Cherri
```
i$ cat /opt/local/var/macports/l…