Displaying 1 result from an estimated 1 matches for "find_or_declare".
2011 Jan 11
1
Samba4 with python2.7 and python3
...; finished successfully (29.915s)
WAF_MAKE=1 ../buildtools/bin/waf build
Waf: Entering directory
`/var/abs/local/aur/samba4/src/samba-4.0.0alpha13/source4/bin'
Checking project rules ...
Project rules pass
Waf: Leaving directory
`/var/abs/local/aur/samba4/src/samba-4.0.0alpha13/source4/bin'
find_or_declare found a source file where a build file was expected
'lib/Parse/Pidl/IDL.pm'
make: *** [all] Error 1
Aborting...
Confusingly, replacing /usr/bin/python and /usr/bin/python-config with
symlinks to the python2 equivalent works fine (compiles completely)
but is quite a hackish way to solvi...