Xboxdrv wont install

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
funnyname
Posts: 2
Joined: 28. Aug 2014, 23:02

Xboxdrv wont install

Post by funnyname »

First off let me say this distro is the most beautiful distro I've seen in a long time. I am not new to Linux but am brand new to Slackware and just switched over from Ubuntu and have had small problems with skype but managed to fix them. I have tried every thing in my power to install xboxdrv and every time I use the package manager I get problems (I have also tried sbopkg and other things to no avail).

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
is the error I keep getting.

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!
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: Xboxdrv wont install

Post by gapan »

funnyname wrote:... is the error I keep getting.
You most probably need to install boost first.
funnyname wrote: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!
No. Zenmap is included in the nmap package, so it can't be installed or removed separately.
Image
Image
funnyname
Posts: 2
Joined: 28. Aug 2014, 23:02

Re: Xboxdrv wont install

Post by funnyname »

The install worked thanks! :D
Post Reply