Problems with configuring (before make)



Hi,
I just did a checkout from the CVS repository and tried to run autogen with the below options. Am running RH 7.0

./autogen.sh --prefix=`gnome-config --prefix`
--sysconfdir=`gnome-config --sysconfdir` --enable-usb-visor

--
Configure failed with this message

checking for pilot-link version >= 0.9.5... configure: error: pilot-link 0.9.5 required

--
However... I do have the rpm for pilot-link.. do I need the source too ?
[ntolia xenon]# rpm -q pilot-link
pilot-link-0.9.5-0_helix_2


Have included the tail of config.log below... Please let me know what (if anything) could be wrong.

Thanks...

--- [ntolia xenon]# tail -23 config.log
configure:5588: gcc -o conftest -g -O2 -Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -I/usr/lib/glib/include -I/usr/X11R6/include conftest.c 1>&5
configure: In function `main':
configure:5575: warning: implicit declaration of function `exit'
configure: failed program was:
#line 5568 "configure"
#include "confdefs.h"

                       #include <pi-version.h>
                       int main(int argc,char *argv[]) {
                               if (PILOT_LINK_VERSION == 0) {
                                       if (PILOT_LINK_MAJOR == 9) {
                                               if (PILOT_LINK_MINOR >= 5) {
                                                       exit(0);
                                               }
                                       } else if (PILOT_LINK_MAJOR > 9) {
                                               exit(0);
                                       }
                               } else if (PILOT_LINK_VERSION > 0) {
                                       exit(0);
                               }
                               exit(1);
                       }





_____________________________________________________________________________________
Get more from the Web.  FREE MSN Explorer download : http://explorer.msn.com





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]