[BUG] Kannel crashes on MacOS X

2004-08-16 Thread Andreas Fink
Hi folks, I've checked out the latest CVS and tried to test it. It fails on MacOS X 10.3.5 with the following error: 2004-08-16 12:44:00 [5023] [6] DEBUG: Started thread 10 (gw/bb_boxc.c:function) 2004-08-16 12:44:00 [5023] [10] DEBUG: Thread 10 (gw/bb_boxc.c:function) maps to pid 5023.

Re: [BUG] Kannel crashes on MacOS X

2004-08-16 Thread Alexander Malysh
Andreas Fink wrote: Hi Andreas, Darwin doesn't implement 'sem_init' (see gwlib/sempahore.c). On Darwin 'sem_open' should be used... as long it's not implemented, please try with attached patch... Hi folks, I've checked out the latest CVS and tried to test it. It fails on MacOS X 10.3.5