You are not logged in.
Pages: 1
When I attempt to install mypaint either from source or from the AUR, I get this error:
scons: Reading SConscript files ...
Building for python2.6
swig -o mypaintlib_wrap.cpp -noproxydel -python -c++ mypaintlib.i
python generate.py
Checked brushsettings.hpp
scons: done reading SConscript files.
scons: Building targets ...
scons: *** [lib/mypaintlib_wrap.os] Source `lib/mypaintlib_wrap.cpp' not found, needed by target `lib/mypaintlib_wrap.os'.
scons: building terminated because of errors.How do I fix this?
Offline
don't know how to fix it, but the error message basically means that the file lib/mypaintlib_wrap.cpp is missing (should be inside the source tarball)
"You can watch for your administrator to install the latest kernel with watch uname -r" - From the watch man page
Offline
Just built 0.8.2 with yaourt from aur fine, didn't get your error.
after running scons, lib/mypaintlib_wrap.cpp is there.
Last edited by droog (2010-03-03 05:59:10)
Offline
now, when I try to reinstall it from AUR, I get this upon trying to install swig (which I already have on my computer but pacman disagrees!):
swig: /usr/share/swig/1.3.40/tcl/tclwstrings.swg exists in filesystem
swig: /usr/share/swig/1.3.40/tcl/typemaps.i exists in filesystem
swig: /usr/share/swig/1.3.40/tcl/wish.i exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/attribute.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/carrays.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/cdata.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/cmalloc.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/cpointer.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/cstring.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/cstrings.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/cwstring.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/enumint.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/exception.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/factory.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/fragments.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/implicit.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/inoutlist.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/misctypes.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/primtypes.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/ptrtypes.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/std_except.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/std_string.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/std_strings.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/std_wstring.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/string.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/strings.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/swigmacros.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/swigobject.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/swigtype.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/swigtypemaps.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/traits.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/typemaps.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/valtypes.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/void.swg exists in filesystem
swig: /usr/share/swig/1.3.40/typemaps/wstring.swg exists in filesystem
swig: /usr/share/swig/1.3.40/uffi/uffi.swg exists in filesystem
swig: /usr/share/swig/1.3.40/wchar.i exists in filesystem
swig: /usr/share/swig/1.3.40/windows.i exists in filesystem
Errors occurred, no packages were upgraded.There's more where that came from, but ultimately since swig doesn't want to install or upgrade, mypaint won't.
Offline
Pages: 1