Information of licq 1.5.0-rc1 is outdated

17 views
Skip to first unread message

Condor

unread,
Sep 20, 2010, 3:49:45 AM9/20/10
to Licq Users
Hello,
i trying to find information what is gtest library and from where to
download it. This library missing on slackware linux. Im checking
INSTALL file but information there is outdated and info about GTest.


Requirements for the daemon:
- CMake
- A C++ compiler and libstc++-devel
- Boost
- GNU make

Optional it may be helpful to have these:
- OpenSSL (for encrypted connections, please read
README.OPENSSL)
- SOCKS libraries (for SOCKS5 support)

When i try to compile licq i receive error:

# cmake ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Boost version: 1.42.0
-- Checking to see if CXX compiler accepts flag -Wall
-- Checking to see if CXX compiler accepts flag -Wall - yes
-- Checking to see if CXX compiler accepts flag -Wextra
-- Checking to see if CXX compiler accepts flag -Wextra - yes
-- Looking for getaddrinfo in socket
-- Looking for getaddrinfo in socket - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - found
-- Looking for readdir_r
-- Looking for readdir_r - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Performing Test ICONV_HAVE_WERROR
-- Performing Test ICONV_HAVE_WERROR - Success
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Failed
-- Found Iconv: /usr/lib64/libc.so
-- Looking for dgettext
-- Looking for dgettext - found
-- Looking for DH_free in crypto
-- Looking for DH_free in crypto - found
-- Found OpenSSL: /usr/lib64/libssl.so;/usr/lib64/libcrypto.so
-- Found gpgme-config at /usr/bin/gpgme-config
-- Found gpgme v1.2.0, checking for flavours...
-- Found flavour 'vanilla', checking whether it's usable...yes
-- Found flavour 'pthread', checking whether it's usable...yes
-- Found flavour 'pth', checking whether it's usable...yes
-- Usable gpgme flavours found: vanilla pthread pth
-- Cheking _FILE_OFFSET_BITS for large files
-- Cheking _FILE_OFFSET_BITS for large files - not needed
-- Could NOT find GTest (missing: GTEST_LIBRARY GTEST_INCLUDE_DIR
GTEST_MAIN_LIBRARY)
CMake Error at CMakeLists.txt:117 (message):
Google Test NOT found; disable unit tests by running cmake with
-DBUILD_TESTS=OFF

Arne Schmitz

unread,
Sep 20, 2010, 4:23:26 AM9/20/10
to licq-...@googlegroups.com
Am 20.09.2010 um 09:49 schrieb Condor:

> When i try to compile licq i receive error:


The unit tests have been disabled *after* 1.5.0-rc1. For now you can either manually disable them, using ccmake or cmake -DBUILD_TESTS=OFF, or check out the SVN stable-1.5 branch.

Best regards,

Arne

--
Dipl.-Inform. Arne Schmitz Phone +49 (0)241 80-21817
Computer Graphics Group Mobile +49 (0)151 29145947
RWTH Aachen University Fax +49 (0)241 80-22899
Ahornstrasse 55, 52074 Aachen, Germany http://www.rwth-graphics.de

Erik Johansson

unread,
Sep 20, 2010, 4:30:48 AM9/20/10
to licq-...@googlegroups.com
On Mon, Sep 20, 2010 at 09:49, Condor <con...@stz-bg.com> wrote:
> Hello,
> i trying to find information what is gtest library and from where to
> download it. This library missing on slackware linux. Im checking
> INSTALL file but information there is outdated and info about GTest.

http://code.google.com/p/googletest/

// Erik

--
Erik Johansson
Home Page: http://ejohansson.se/
PGP Key: http://ejohansson.se/erik.asc

Condor

unread,
Sep 20, 2010, 5:25:08 AM9/20/10
to licq-...@googlegroups.com

Thank you.
I found dtest site but i just want to point that there is no information
in INSTALL file about that library.

Also 1.5.0-rc1 does not build on slackware 13.1 (current) 64 bit. Im using
gettext-tools 0.17


Error:

make
Scanning dependencies of target translations
[ 0%] Generating be.gmo
[ 0%] Generating de.gmo


/usr/local/src/licq-1.5.0-rc1/po/de.po:251: `msgid' and `msgstr' entries
do not both end with '\n'
--- cut ---
/usr/local/src/licq-1.5.0-rc1/po/de.po:12419: `msgid' and `msgstr' entries
do not both end with '\n'
/usr/bin/msgfmt: found 28 fatal errors
make[2]: *** [po/de.gmo] Error 1
make[1]: *** [po/CMakeFiles/translations.dir/all] Error 2
make: *** [all] Error 2

I will use svn of course but just point the bug.

Regards,
Condor

Arne Schmitz

unread,
Sep 20, 2010, 9:30:45 AM9/20/10
to licq-...@googlegroups.com
Am 20.09.2010 um 11:25 schrieb Condor:

> /usr/local/src/licq-1.5.0-rc1/po/de.po:251: `msgid' and `msgstr' entries
> do not both end with '\n'
> --- cut ---
> /usr/local/src/licq-1.5.0-rc1/po/de.po:12419: `msgid' and `msgstr' entries
> do not both end with '\n'
> /usr/bin/msgfmt: found 28 fatal errors
> make[2]: *** [po/de.gmo] Error 1
> make[1]: *** [po/CMakeFiles/translations.dir/all] Error 2
> make: *** [all] Error 2
>
> I will use svn of course but just point the bug.


Yes, that is also already fixed.

Regards,

Reply all
Reply to author
Forward
0 new messages