1 message in com.googlegroups.google-talk-openCompilation error with libjingle-0.2.1
FromSent OnAttachments
Roman07 Mar 2006 17:11 
Subject:Compilation error with libjingle-0.2.1
From:Roman (roma@gmail.com)
Date:03/07/2006 05:11:44 PM
List:com.googlegroups.google-talk-open

Hello,

I try to compile libjingle version 0.2.1 on RedHat Enterprise.

After executing successfully ./configure, I try to compile with make but see the following errors:

/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory In file included from /usr/include/openssl/ssl.h:179, .....

After this I tried to compile with

make CPPFLAGS=-I/usr/kerberos/include

but get now other error like:

ssladapter.cc:87:4: #error You must define mutex operations appropriate for your platform! ssladapter.cc:91: syntax error before `*' token ssladapter.cc: In function `void locking_function(int, int, const char*, int)': ssladapter.cc:95: `mutex_buf' undeclared (first use this function) ssladapter.cc:95: (Each undeclared identifier is reported only once for each function it appears in.) ssladapter.cc:95: `MUTEX_LOCK' undeclared (first use this function) ssladapter.cc:97: `MUTEX_UNLOCK' undeclared (first use this function) ssladapter.cc: In function `long unsigned int id_function()': ssladapter.cc:102: `THREAD_ID' undeclared (first use this function) ssladapter.cc: At global scope:

Any ideas, what went wrong?

Thanks,