Code: Select all
[?1034hscons: Reading SConscript files ...
Checking for C++ library X11... yes
scons: done reading SConscript files.
scons: Building targets ...
g++ -o src/main/main.o -c -O2 -fPIC -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -g -O3 -Wall -ansi -pedantic -DPACKAGE_VERSION='"0.8.5"' -Isrc src/main/main.cpp
g++ -o src/arg_parser.o -c -O2 -fPIC -isystem/usr/include/dbus-1.0 -isystem/usr/lib64/dbus-1.0/include -isystem/usr/include/glib-2.0 -isystem/usr/lib64/glib-2.0/include -pthread -isystem/usr/include/libusb-1.0 -g -O3 -Wall -ansi -pedantic -DPACKAGE_VERSION='"0.8.5"' -Isrc src/arg_parser.cpp
In file included from src/arg_parser.cpp:24:0:
src/helper.hpp:22:30: fatal error: boost/function.hpp: No such file or directory
#include <boost/function.hpp>
^
compilation terminated.
scons: *** [src/arg_parser.o] Error 1
scons: building terminated because of errors.
fakeroot -- sh xboxdrv-linux.SlackBuild Failed
I have one more question that is on the subject of packages, when I install a package it installs dependency I need however it sometimes installs side programs that I dont need or want for example when I install Nmap it installs Zenmap with it. Is it posable to remove say Zenmap without removing Nmap if so how, Thanks in advance!