[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smsd compilig problem
From: |
BORBELY Zoltan |
Subject: |
Re: smsd compilig problem |
Date: |
Mon, 15 Sep 2003 02:13:23 +0200 |
User-agent: |
Mutt/1.4.1i |
Hi,
On Mon, Sep 15, 2003 at 01:31:32AM +0200, Nico wrote:
> I've compiled and installed gnokii (0.5.2 under Linux) and all works fine.
> But when I try to compile smsd this is the result:
>
> gcc -g -O2 -I../include -DMODULES_DIR=\"/usr/lib/smsd\" -D_REENTRANT
> `glib-config --cflags` -c -o smsd.o smsd.c
> gcc -g -O2 -I../include -DMODULES_DIR=\"/usr/lib/smsd\" -D_REENTRANT
> `glib-config --cflags` -c -o smsd.o smsd.c
> /bin/sh: line 1: glib-config: command not found
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> smsd.c:49:18: glib.h: No such file or directory
> In file included from smsd.c:54:
> smsd.h:33:18: glib.h: No such file or directory
> In file included from smsd.c:54:
> smsd.h:41: error: parse error before "gchar"
[...]
> It seems that glib-devel is missing, but I've installed:
> glib-2.0.6
> glib-devel-2.0.6
> glibc-2.3.2
> glibc-devel-2.3.2
> glibc-locales-2.3.2
> glibc-profile-2.3.2
Try to figure out why it cannot run glib-config. Without glib-config
smsd isn't able to figure out the include and lib path.
Bye,
Bozo