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

Re: [coldsync-hackers] Re: Syncing Password protected Palm



> > Ok, after some changes in the sources I got 3.0-pre3 to work . The
> > problem is solved.
> > Thanks a lot !
>
> Please tell us the change you made so they can be incorporated into the
> mainstream sources.

Maybe the changes I made are only due to the configuration I have here on my 
computer. I'm no Linux programming expert, so I don't exactly know the cause 
of these problems.

What I did:

1.) In config.h (Line 134) I commented this line out, because when compiling, 
the gettext() function could not be found and I got an error:

 #define HAVE_GETTEXT 1

2.) In misc.c (Line 17) I inserted this line, because the va_arg() function 
was not found by the compiler (later I recognized that the STDC_HEADERS 
definition shold handle this, but this didn't work on my system):

#include <stdarg.h>

3.) In  (Line 418) I changed this line to the following, because the function 
usb_get_busses()  was not found by the compiler:

busses = usb_find_busses();


These were all changes I made.

Again: Maybe this was caused by some misconfiguration of my Linux system (Suse 
8.1).

Bye,
   Juergen






-- 
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.