|
From: | Pawel Kot |
Subject: | Re: How to properly modify the code in pq.c for smsd |
Date: | Mon, 14 Aug 2006 08:10:29 +0200 |
Hi, On 8/14/06, "Zdeněk Habala" <address@hidden> wrote:
Today I have found, that my smsd daemon is not running again. The reason was, that it was complaining about one other missing symbol ... It was looking for strEscape (used when incoming sms is to be written to the DB) ... Firstly I tried to add GNOKII_API before that function in utils.c, it had no effect ... then I made a quick and dirty solution ... I have moved the function from utils.c to the pq.c. I know that it is really bad solution, but my daemon is running again :-)
There's no need for GNOKII_API for that. You just need to link utils.c to each plugin. Did you update Makefile from CVS? pkot -- Pawel Kot
[Prev in Thread] | Current Thread | [Next in Thread] |