Welcome! Log In Create A New Profile

Advanced

Repetier-Server

Posted by NathanSB 
Repetier-Server
May 08, 2014 05:04PM
Hello there, I was wondering if anyone could assist me in setting up Repetier-Server on my Raspberry Pi. (Model B Rev 2)

I have performed the following commands:

sudo apt-get install cmake
sudo apt-get install libboost-all-dev
sudo apt-get install git

I have cloned the git repository using:

git clone git://github.com/repetier/Repetier-Server.git

From there I entered the Repetier-Server using:

cd Repetier-Server

Then made the 'build' directory using:

mkdir build

Then I moved in to the 'build' directory using:

cd build

After this point is where I begin having issues. I try to run the following command:

cmake ..

It appears to work however it returns the following:

Unable to find the Boost header files. Please set BOOST_ROOT to the root directo ry containing Boost or BOOST_INCLUDEDIR to the directory containing Boost's head ers.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pi/Repetier-Server/build

I then tried to use 'make' and it returns the following:

pi@raspberrypi ~/Repetier-Server/build $ make
Scanning dependencies of target RepetierServer
[ 5%] Building CXX object CMakeFiles/RepetierServer.dir/Repetier-Server/main.cp p.o
/home/pi/Repetier-Server/Repetier-Server/main.cpp:21:37: fatal error: boost/prog ram_options.hpp: No such file or directory
compilation terminated.
make[2]: *** [CMakeFiles/RepetierServer.dir/Repetier-Server/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/RepetierServer.dir/all] Error 2
make: *** [all] Error 2

I would greatly appreciate some clarification on the installation process for Repetier-Server.

Nathan
Re: Repetier-Server
November 20, 2014 10:49AM
Did you ever find a solution to this error? I am having the same issues, and can't find the solution online.
Thanks,
Sorry, only registered users may post in this forum.

Click here to login