mypaint / libmypaint

libmypaint, a.k.a. "brushlib", is a library for making brushstrokes which is used by MyPaint and other projects.
http://mypaint.org
Other
308 stars 87 forks source link

Scons compilation error #16

Closed americogobbo closed 9 years ago

americogobbo commented 9 years ago

I'm trying build the libmypaint to enable the MyPaint brushes on the last commit of Gimp Git Master. During the scons to test only, it appears this error:

jag@jagnome:~/devel/libmypaint$ scons scons: Reading SConscript files ... KeyError: 'CPPFLAGS': File "/home/jag/devel/libmypaint/SConstruct", line 45: env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CPPFLAGS']) File "/usr/lib/python2.7/UserDict.py", line 23: raise KeyError(key)

The dependencies to scons are OK, because normally I use to build the MyPaint git master every new commit. My box is ubuntu gnome 14.04.2, i5, 8Gb memory.

achadwick commented 9 years ago

@americogobbo Does db27aa0 fix the issue you're seeing?

americogobbo commented 9 years ago

Yes, works fine! Thanks!