Products for USB Sensing and Control
It is currently Wed Jun 19, 2013 2:25 am

All times are UTC - 7 hours [ DST ]




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: compass calibration
PostPosted: Thu Jan 20, 2011 11:22 am 
Offline
Phidgetsian

Joined: Sun Jan 24, 2010 10:01 am
Posts: 5
I am trying to install the calibration program for the 1056. I have run ./configure
but it does not work. I am not an expert of automake but
there is a problem with the missing and config.sub script which are
link /usr/share/automake-1.10/missing
link /usr/share/automake-1.10/config.sub

link should have two arguments and not one

There is the same error in config.guess.

I have substituted config.sub by
/usr/share/automake-1.11/config.sub $1

and have suceeded in creating the Makefile. But now I have the same problem with depcomp


Top
 Profile Send private message  
 
 Post subject: Re: compass calibration
PostPosted: Thu Apr 07, 2011 12:33 pm 
Offline
Fresh meat

Joined: Wed Apr 06, 2011 11:55 am
Posts: 2
jpm wrote:
I am trying to install the calibration program for the 1056. I have run ./configure
but it does not work. I am not an expert of automake but
there is a problem with the missing and config.sub script which are
link /usr/share/automake-1.10/missing
link /usr/share/automake-1.10/config.sub

link should have two arguments and not one

There is the same error in config.guess.

I have substituted config.sub by
/usr/share/automake-1.11/config.sub $1

and have suceeded in creating the Makefile. But now I have the same problem with depcomp


Hello jpm,
This error is the result of wrong configure files. To fix this run these commands:
Code:
rm -f configure
autoreconf -fi
automake -f
./configure
make

You should be alright with that!


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 7 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group