Re: Glooxd installation - gloox not found
From: iyo erpiyo <iyo.erpiyo@xxxxxxxxx>
Date: Wed, 5 Jan 2011 19:05:13 +0100 (CET)
Hi again,

I get the ./configure step running. I added the "-pthread" flag to the LIBS
variable in the configure file.
LIBS="-lgloox  $LIBS" --> LIBS="-lgloox  -pthread $LIBS"

When the gloox checking ends, I removed the "-pthread" flag,
LIBS="-lgloox  $LIBS"

You can see it here : http://pastebin.com/x2FQJ2MH

The configure step works fine:
checking gloox/gloox.h usability... yes
checking gloox/gloox.h presence... yes
checking for gloox/gloox.h... yes
checking for gloox_version in -lgloox... yes

I figured this out by checking the config.log file, which is written by the
./configure process.


Now, in the make step, I get the following errors:
http://pastebin.com/kBDj7taQ
"certificategenerator.cpp:51: error: ‘printf’ was not declared in this
scope"

I know this is because should be added "#include <stdio.h> " to the
"certificationgenerator.cpp", but I was wondering if this should be the
expected behaviour or there might be inconsistencies between my gloox
version and the glooxd version I am trying to install.

I remember,
gloox version, "1.0.1" (`gloox-config --version`)
glooxd version, "glooxd/branches/0.2"

Please, any help would be appreciated. Thanks.

Luis.

2011/1/3 iyo erpiyo <iyo.erpiyo@xxxxxxxxx>

> Hi all,
>
> I am having problems while trying to compile glooxd. When I ran the
> ./configure command from the trunk folder in the glooxd repository, I get :
> *
> *
> *checking for gloox_version in -lgloox... no*
> *configure: error: gloox not found*
>
> Check the entire output here <http://pastebin.com/3a6wWrM8>.
>
>
> I have already installed the gloox library 1.0 and I successfully used it .
> I do not know how to say the glooxd installation process where my gloox
> library is stored. Do you have any idea?
>
> Thanks in advance.
>