Re: configure doesn't find pilot-link and make fails



> try using "./configure --prefix=<gnome-pilot> --enable-usb
> --with-pisock=<pilot-link>"
> 
> where <gnome-pilot> is the path where you want to install gnome-pilot
> and <pilot-link> is the path where pilot-link is installed.

That fixed configure. I used "./configure
--prefix=/usr/local/gnome-pilot-0.1.65 --enable-usb
--with-pisock=/usr/local/"

and it returned

  Configuration :

          gnome-vfs    : yes
          network sync : yes
          usb          : yes
          oaf          : no
          gob          : yes
          pilot-link   : 0.11.3

make still fails (after "make clean" for good measure). I think this is
the error.

gpilotd.c: In function `pilot_connect':
gpilotd.c:128: `PI_AF_SLP' undeclared (first use in this function)
gpilotd.c:128: (Each undeclared identifier is reported only once
gpilotd.c:128: for each function it appears in.)
gpilotd.c: In function `do_sync':
gpilotd.c:444: warning: implicit declaration of function `gethostname'
gpilotd.c: In function `monitor_channel':
gpilotd.c:908: warning: implicit declaration of function `open'
gpilotd.c:909: `O_RDONLY' undeclared (first use in this function)
gpilotd.c: In function `write_pid_file':
gpilotd.c:1003: `O_RDWR' undeclared (first use in this function)
gpilotd.c:1003: `O_TRUNC' undeclared (first use in this function)
gpilotd.c:1003: `O_CREAT' undeclared (first use in this function)
make[2]: *** [gpilotd.o] Error 1
make[2]: Leaving directory
`/home/eemminger/download/gnome-pilot-0.1.65/gpilotd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/eemminger/download/gnome-pilot-0.1.65'
make: *** [all-recursive-am] Error 2

Is "oaf" needed in configure? Any ideas? I appreciate your help!
Eric




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