updating Machinekit
13 Dec 2013 01:19 #41551
by alanb
updating Machinekit was created by alanb
Today I thought that I would update Machinekit from 09-02 build to latest version so, ran instructions on site
cd ~/linuxcnc/src
git pull origin
make
downloaded ok with lots of renames
but make gave an error
make: Entering directory `/home/linuxcnc/linuxcnc/src'
*** configure.in has changed ***
Not running autoconf to avoid tainting universal build
Please investigate or start from scratch:
./autogen.sh && ./configure --your-configure-args...
As I do not know what args were used originally can tell me what they should be.
Thanks
Alan
cd ~/linuxcnc/src
git pull origin
make
downloaded ok with lots of renames
but make gave an error
make: Entering directory `/home/linuxcnc/linuxcnc/src'
*** configure.in has changed ***
Not running autoconf to avoid tainting universal build
Please investigate or start from scratch:
./autogen.sh && ./configure --your-configure-args...
As I do not know what args were used originally can tell me what they should be.
Thanks
Alan
Please Log in or Create an account to join the conversation.
13 Dec 2013 06:32 #41570
by andypugh
cd src
./autogen.sh
./configure --with-platform=beaglebone
static.mah.priv.at/public/html/common/Un...the_beaglebone_board
Replied by andypugh on topic updating Machinekit
./autogen.sh && ./configure --your-configure-args...
As I do not know what args were used originally can tell me what they should be.
cd src
./autogen.sh
./configure --with-platform=beaglebone
static.mah.priv.at/public/html/common/Un...the_beaglebone_board
Please Log in or Create an account to join the conversation.
Time to create page: 0.090 seconds