salamanderrake

Untitled

Dec 29th, 2012
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.79 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. Traceback (most recent call last):
  9.   File "generate.py", line 24, in <module>
  10.     from . import brushsettings
  11. ValueError: Attempted relative import in non-package
  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. 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
  19. In file included from brushlib/mypaint-brush.h:23:0,
  20.                  from lib/brush.hpp:17,
  21.                  from lib/mypaintlib.hpp:5,
  22.                  from lib/mypaintlib_wrap.cpp:3088:
  23. brushlib/mypaint-brush-settings.h:21:40: fatal error: mypaint-brush-settings-gen.h: No such file or directory
  24. compilation terminated.
  25. scons: *** [lib/mypaintlib_wrap.os] Error 1
  26. scons: building terminated because of errors.
Advertisement
Add Comment
Please, Sign In to add comment