build-requires "devel:libsdl" of package "barrage-1.0.4" could not be resolved
Error: unable to resolve required packages for build for barrage-1.0.4
Error: dependency-infos:
Error: /boot/home/haikuports/repository/barrage-1.0.4.DependencyInfo
Error: /boot/home/haikuports/repository/barrage_source-1.0.4.DependencyInfo
Error: repositories:
Error: [u'/boot/home/haikuports/packages', '/boot/system/packages']
Error:
add aclocal and autoconf in the prerequires and use "autoreconf -vfi" instead of "libtoolize -fi", that should do it
although it's not clear why it's missing devel:libsdl, it's common available ...
likely just missing --get-dependencies ?
It's just missing devel:libsdl in the local machine. I think installing the libsdl_devel package from Haiku Depot will simply fix it.
run "haikuporter --get-dependencies barrage"
Most helpful comment
likely just missing --get-dependencies ?