[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [coldsync-hackers] getting coldsync installed
On Wed, Apr 24, 2002 at 08:52:44PM -0400, Andrew Arensburger wrote:
> On Wed, 24 Apr 2002, Jeremy Gray wrote:
> > On Wed, Apr 24, 2002 at 04:24:38PM -0500, David wrote:
> > > On Wed, 24 Apr 2002, Brian Johnson wrote:
> > >> Type 'locate coldsync' to get a list of all files whose path name include
> > >> the word coldsync
>
> Except that the 'locate' that I'm familiar with only checks its
> database. So you'll need to wait until after midnight (or whenever your
> crontab rebuilds the database) until 'locate' will work.
>
> > Or 'which coldsync'.
>
> Or 'where coldsync', if you're using tcsh (much more useful than
> 'which', IME).
Or 'whence coldsync' for ksh. But I'll stick with bash, TYVM. If
you're not impatient, you could use the appropriate find command.
> > I've noticed while trying to compile coldsync
> > under irix, the build fails horribly (producing only three object files)
> > without flagging an error to make (GNU make, in my case).
>
> That shouldn't be. Does it work with SGI's 'make'? (It ought to.)
> Could this be a compiler problem? Try specifying
> env CC=some_other_compiler ./configure ...
SGI make fails with:
make: file `Make.rules' line 159: Syntax error
GNU make actually runs the build. But with both irix cc and gcc, the
compilation of coldsync.o fails. Following are the error messages from
gmake:
cc build:
71 errors detected in the compilation of "coldsync.c".
gmake[1]: *** [coldsync.o] Error 2
gmake[1]: Leaving directory `/home/gray/tmp/coldsync-2.3.1/src'
all: Leaving directory `./src'
gcc build:
gmake[1]: *** [coldsync.o] Error 1
gmake[1]: Leaving directory `/home/gray/tmp/coldsync-2.3.1/src'
all: Leaving directory `./src'
These builds are with the coldsync-2.3.1-20020318 snapshot. The
problems with cc are from fd_* structs (a problem I've had before) and
gcc (v2.95.2) gripes about trigraphs. I'm willing to debug this as time
permits. I could also send the error messages to interested parties.
--
Jeremy A. Gray
jagray@uiuc.edu
"Remember the Pueblo." -- the Fourth Law of Marvin
--
This message was sent through the coldsync-hackers mailing list. To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body. For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.