salamanderrake

Untitled

Dec 29th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.77 KB | None | 0 0
  1. scons python_binary=python3.2 python_config=python-config-3.2
  2. scons: Reading SConscript files ...
  3. Gentoo: /etc/gentoo-release exists. Must be on a Gentoo based system.
  4. building for 'python3.2' (use scons python_binary=xxx to change)
  5. using 'python-config-3.2' (use scons python_config=xxx to change)
  6. rm -f libmypaint-tests.so libmypaint.so libmypaintlib.so
  7. python3.2 generate.py
  8.   File "generate.py", line 30
  9.     print 'Checked', filename
  10.                   ^
  11. SyntaxError: invalid syntax
  12. scons: *** Error 1
  13. swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
  14. rm -f _mypaintlib.so
  15. set umask to 0022 (was 0022)
  16. scons: done reading SConscript files.
  17. scons: Building targets ...
  18. Creating 'brushlib/mypaint-config.h'
  19. g++ -o lib/mypaintlib_wrap.os -c -Wall -Wno-sign-compare -Wno-write-strings -Wall -O3 -g -pthread -march=native -O2 -pipe -m64 -fwrapv -Xlinker -export-dynamic -fPIC -Ilib -I/usr/include/json -Ibrushlib -Ibrushlib/tests -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libpng15 -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/pygtk-2.0 -I/usr/lib64/python2.7/site-packages/numpy/core/include -I/usr/include/python3.2 lib/mypaintlib_wrap.cpp
  20. In file included from brushlib/mypaint-brush.h:23:0,
  21.                  from lib/brush.hpp:17,
  22.                  from lib/mypaintlib.hpp:5,
  23.                  from lib/mypaintlib_wrap.cpp:3088:
  24. brushlib/mypaint-brush-settings.h:21:40: fatal error: mypaint-brush-settings-gen.h: No such file or directory
  25. compilation terminated.
  26. scons: *** [lib/mypaintlib_wrap.os] Error 1
  27. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment