Guest

jonnor

By: a guest on Feb 9th, 2010  |  syntax: None  |  size: 1.51 KB  |  hits: 789  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. [jon@jon-laptop jonnors-mypaint-clone]$ scons
  2. scons: Reading SConscript files ...
  3. Building for python2.6
  4. swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
  5. python generate.py
  6. Writing brushsettings.hpp
  7. scons: done reading SConscript files.
  8. scons: Building targets ...
  9. 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
  10. g++ -o lib/_mypaintlib.so -shared lib/mypaintlib_wrap.os -lglib-2.0
  11. protoc --python_out=. lib/strokemap.proto
  12. burn_python_version(["mypaint"], ["mypaint.py"])
  13. Chmod("mypaint", 0755)
  14. msgfmt po/cs.po -o po/cs/LC_MESSAGES/mypaint.mo
  15. msgfmt po/de.po -o po/de/LC_MESSAGES/mypaint.mo
  16. msgfmt po/es.po -o po/es/LC_MESSAGES/mypaint.mo
  17. msgfmt po/fr.po -o po/fr/LC_MESSAGES/mypaint.mo
  18. msgfmt po/hu.po -o po/hu/LC_MESSAGES/mypaint.mo
  19. msgfmt po/id.po -o po/id/LC_MESSAGES/mypaint.mo
  20. msgfmt po/it.po -o po/it/LC_MESSAGES/mypaint.mo
  21. msgfmt po/ja.po -o po/ja/LC_MESSAGES/mypaint.mo
  22. msgfmt po/nb.po -o po/nb/LC_MESSAGES/mypaint.mo
  23. msgfmt po/ru.po -o po/ru/LC_MESSAGES/mypaint.mo
  24. msgfmt po/sl.po -o po/sl/LC_MESSAGES/mypaint.mo
  25. msgfmt po/sv.po -o po/sv/LC_MESSAGES/mypaint.mo
  26. msgfmt po/zh_CN.po -o po/zh_CN/LC_MESSAGES/mypaint.mo
  27. msgfmt po/zh_TW.po -o po/zh_TW/LC_MESSAGES/mypaint.mo
  28. scons: done building targets.
  29. [jon@jon-laptop jonnors-mypaint-clone]$