Re: make on MacOSX

2002-05-22 Thread PJ Nefkens
Andreas, on 22-05-2002 13:01, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > > Message: 8 > Date: Wed, 22 May 2002 11:07:10 +0200 > To: [EMAIL PROTECTED] > From: Andreas Fink <[EMAIL PROTECTED]> > Subject: make question (MacOS X) > > Here's a question for the make gurus among us. > > I want

RE: additional modules

2002-05-22 Thread Oded Arbel
> -Original Message- > From: Harrie Hazewinkel [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 21, 2002 7:21 PM > To: Oded Arbel; dev-kannel > Subject: RE: additional modules > > > HI Oded, > > --On Sunday, May 19, 2002 8:45 AM +0200 Oded Arbel > <[EMAIL PROTECTED]> wrote: > > > It's

RE: recent SMPP patches.

2002-05-22 Thread Oded Arbel
> -Original Message- > From: Stipe Tolj [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 1:59 PM > To: Oded Arbel > Cc: Kannel-devel (E-mail); Alan McNatty > Subject: Re: recent SMPP patches. > > > Oded Arbel wrote: > > > > * smsc_id - if NULL, it duplicates the conn->name, b

RE: recent SMPP patches.

2002-05-22 Thread Oded Arbel
Oh ! I thought that its a peculiarity only Americans suffer, and Europeans are a bit more advanced then that :-) Sorry. -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) ::.. There is no such thing as a machine-independent optimization. -- William W

Re: recent SMPP patches.

2002-05-22 Thread Alex Judd
Modify the central part of msg_to_pdu to the following /* work out 1/4 hour difference between local time and UTC/GMT */ gmtime = gw_gmtime(time(NULL)); localtime = gw_localtime(time(NULL)); gwqdiff = ((localtime.tm_hour - gmtime.tm_hour) * 4) + ((localtime.tm_min -

Re: make question (MacOS X)

2002-05-22 Thread Stipe Tolj
Oded Arbel wrote: > > Have nNot the faintest idea of how to solve the problems you described, > but just one comment - shouldn't we use libtool also on Linux and any OS > that have it (I think Solaris doesn't have a proper libtool) ? yes, in fact we should switch to a later autoconf build system

Re: recent SMPP patches.

2002-05-22 Thread Stipe Tolj
Oded Arbel wrote: > > * smsc_id - if NULL, it duplicates the conn->name, but it does so before > conn->name is created. not nice :-) could you provide a quick patch for how you mean it would be looking better, please? > * destruction of relation_UTC_time in msg_to_pdu() - checking if it is > nu

Re: recent SMPP patches.

2002-05-22 Thread Alex Judd
Part of the fun of being in Europe is that we believe everyone else is like we are. Thanks for fixing that. Alex On Wed, 22 May 2002, Oded Arbel wrote: > * in computing relation_UTC_time, the logic assumes that all time zones > have differences of 1 hour to one another, which is not correct - t

RE: make question (MacOS X)

2002-05-22 Thread Oded Arbel
Have nNot the faintest idea of how to solve the problems you described, but just one comment - shouldn't we use libtool also on Linux and any OS that have it (I think Solaris doesn't have a proper libtool) ? -- Oded Arbel m-Wise Inc. [EMAIL PROTECTED] (972)-67-340014 (972)-9-9581711 (ext: 116) :

Re: recent SMPP patches.

2002-05-22 Thread Oded Arbel
Hi list. We updated to the CVS today and tried to merge the changes, and didn't like a few things, so here they are in no significant order : * smsc_id - if NULL, it duplicates the conn->name, but it does so before conn->name is created. not nice :-) * destruction of relation_UTC_time in msg_to

RE: additional modules

2002-05-22 Thread Harrie Hazewinkel
HI Oded, --On Sunday, May 19, 2002 8:45 AM +0200 Oded Arbel <[EMAIL PROTECTED]> wrote: > It's easy to add a new "SMSC" module using the current API. all you need > to do is write a new C file for your module, supply the necessary > callbacks and register it in smscconn_p.h and smscconn.c. > > se

make question (MacOS X)

2002-05-22 Thread Andreas Fink
Here's a question for the make gurus among us. I want to have Kannel compile by default on MacOS X. The needed changes are minimal but on the other hand a bit tricky to automate. Here's what I do: 1st: replace ar rc $libname $files with libto