
jonnor
By: a guest on Feb 9th, 2010 | syntax:
None | size: 1.51 KB | hits: 789 | expires: Never
[jon@jon-laptop jonnors-mypaint-clone]$ scons
scons: Reading SConscript files ...
Building for python2.6
swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
python generate.py
Writing brushsettings.hpp
scons: done reading SConscript files.
scons: Building targets ...
g++ -o lib/mypaintlib_wrap.os -c -Wall -Wno-sign-compare -Wno-write-strings -fno-strict-aliasing -march=x86-64 -mtune=generic -O2 -pipe -fPIC -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/python2.6/site-packages/numpy/core/include -I/usr/include/python2.6 lib/mypaintlib_wrap.cpp
g++ -o lib/_mypaintlib.so -shared lib/mypaintlib_wrap.os -lglib-2.0
protoc --python_out=. lib/strokemap.proto
burn_python_version(["mypaint"], ["mypaint.py"])
Chmod("mypaint", 0755)
msgfmt po/cs.po -o po/cs/LC_MESSAGES/mypaint.mo
msgfmt po/de.po -o po/de/LC_MESSAGES/mypaint.mo
msgfmt po/es.po -o po/es/LC_MESSAGES/mypaint.mo
msgfmt po/fr.po -o po/fr/LC_MESSAGES/mypaint.mo
msgfmt po/hu.po -o po/hu/LC_MESSAGES/mypaint.mo
msgfmt po/id.po -o po/id/LC_MESSAGES/mypaint.mo
msgfmt po/it.po -o po/it/LC_MESSAGES/mypaint.mo
msgfmt po/ja.po -o po/ja/LC_MESSAGES/mypaint.mo
msgfmt po/nb.po -o po/nb/LC_MESSAGES/mypaint.mo
msgfmt po/ru.po -o po/ru/LC_MESSAGES/mypaint.mo
msgfmt po/sl.po -o po/sl/LC_MESSAGES/mypaint.mo
msgfmt po/sv.po -o po/sv/LC_MESSAGES/mypaint.mo
msgfmt po/zh_CN.po -o po/zh_CN/LC_MESSAGES/mypaint.mo
msgfmt po/zh_TW.po -o po/zh_TW/LC_MESSAGES/mypaint.mo
scons: done building targets.
[jon@jon-laptop jonnors-mypaint-clone]$