[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
smsd: anyone getting this compilation error?
From: |
Dhillon Andrew Kannabhiran |
Subject: |
smsd: anyone getting this compilation error? |
Date: |
Sat, 13 Apr 2002 22:55:02 +0800 |
Hi just curious if anyone is getting the following error when doing make in
smsd directory:
---snip---
address@hidden smsd]# make
gcc -O2 -Wall -I../include -DMODULES_DIR=\"/usr/local/share/smsd\" -D_REENT
RANT `glib-config --cflags` -INONE -c -o smsd.o smsd.c
gcc -O2 -Wall -I../include -DMODULES_DIR=\"/usr/local/share/smsd\" -D_REENT
RANT `glib-config --cflags` -INONE -c -o lowlevel.o lowlevel.c
lowlevel.c: In function `Connect':
lowlevel.c:315: warning: assignment from incompatible pointer type
gcc -Wl,--rpath -Wl,/usr/local/lib smsd.o lowlevel.o
../common/gsm-filetypes.o -lpthread
`glib-config --libs` -s -rdynamic -L../common -lgnokii -ldl -o smsd
address@hidden smsd]#
---snip---
Specifically the warning in function Connect -- I'm thinking this little
'bug' might actually be the stem of the problem I've been having in getting
smsd to find libmysql.so -- any ideas?
Regards,
Dhillon Andrew Kannabhiran,
Founder/Chief Executive Officer,
Hack In The Box -- Keeping Knowledge Free
http://www.hackinthebox.org
http://www.hackinthebox.net
- gnokii 0.4.0pre17, Pawel Kot, 2002/04/13
- smsd: anyone getting this compilation error?,
Dhillon Andrew Kannabhiran <=