[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Nokia 6210 and SMSD
From: |
gnokii |
Subject: |
Nokia 6210 and SMSD |
Date: |
Wed, 19 Jun 2002 23:31:01 +0100 (BST) |
Hi All!
Can anyone point me in the right direction. I'm after getting a working
copy of SMSd running. I've tried the CVS version for about a month now,
but as of yet its not been compiling properly.
Can anyone help me?
I'm running Red Hat 7.3 want to use SMSD with MySQL
THis is the output from the make:
gcc -O2 -Wall -I../include -DMODULES_DIR=\"/usr/local/share/smsd\"
-D_REENTRANT `glib-config --cflags` -I/usr/X11R6/include -c -o lowlevel.o
lowlevel.c
lowlevel.c: In function `RefreshSMS':
lowlevel.c:251: structure has no member named `SMSMessage'
lowlevel.c: In function `A_SendSMSMessage':
lowlevel.c:293: structure has no member named `SMSMessage'
lowlevel.c: In function `A_DeleteSMSMessage':
lowlevel.c:312: structure has no member named `SMSMessage'
lowlevel.c:313: structure has no member named `SMSMessage'
lowlevel.c: In function `Connect':
lowlevel.c:346: warning: assignment from incompatible pointer type
make: *** [lowlevel.o] Error 1
and this from the make libmysql:
gcc -shared -o libmysql.so `glib-config --cflags` -I../include \
-I/usr/include/mysql mysql.c `glib-config --libs` -L/usr/lib/mysql
-lmysqlclient
mysql.c: In function `DB_InsertSMS':
mysql.c:96: request for member `u' in something not a structure or union
mysql.c:97: request for member `u' in something not a structure or union
mysql.c:97: request for member `u' in something not a structure or union
mysql.c:103: request for member `number' in something not a structure or
union
mysql.c:103: request for member `Year' in something not a structure or
union
mysql.c:103: request for member `Month' in something not a structure or
union
mysql.c:104: request for member `Day' in something not a structure or
union
mysql.c:104: request for member `Hour' in something not a structure or
union
mysql.c:104: request for member `Minute' in something not a structure or
union
mysql.c:105: request for member `Second' in something not a structure or
union
mysql.c: In function `DB_Look':
mysql.c:157: request for member `number' in something not a structure or
union
mysql.c:158: request for member `number' in something not a structure or
union
mysql.c:159: request for member `number' in something not a structure or
union
mysql.c:160: request for member `type' in something not a structure or
union
mysql.c:162: request for member `type' in something not a structure or
union
mysql.c:164: request for member `u' in something not a structure or union
mysql.c:165: request for member `u' in something not a structure or union
make: *** [libmysql.so] Error 1
This was with the CVS I grabbed on 19/06/2002 at 23:30GMT
Thanks!
Damian Parker