[Vpn-help] Compiling on OpenSuse 11 unsuccessful

Christian Felber ortsanfang at tuffmail.com
Tue Jul 22 06:30:05 CDT 2008


Hi,

I had problems with the Shrew VPN Client on my Ubuntu machine, why I
installed OpenSuse 11 hoping I get the VPN Client working. Unfortunately I
can't compile the program on OpenSuse. Any hints what I can do?

----------

christian at linux-vyzq:~/Desktop/ike> cmake -DCMAKE_INSTALL_PREFIX=/usr
-DQTGUI=YES -DETCDIR=/etc -DNATT=YES
-- Using install prefix /usr ...
-- Using etc path /etc ...
-- Using man path /usr/local/man ...
-- Using binary /usr/bin/flex ...
-- Using binary /usr/bin/bison ...
-- Enabled NAT Traversal support ...
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so
-- Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found X11: /usr/lib/libX11.so
-- Enabled Client QT GUI support ...
-- Configuring done
CMake Warning (dev) at source/ikea/CMakeLists.txt:51 (add_executable):
  Policy CMP0003 should be set before this line.  Add code such as

    if(COMMAND cmake_policy)
      cmake_policy(SET CMP0003 NEW)
    endif(COMMAND cmake_policy)

  as early as possible but after the most recent call to
  cmake_minimum_required or cmake_policy(VERSION).  This warning appears
  because target "ikea" links to some libraries for which the linker must
  search:

    pthread, dl, -lpthread, rt

  and other libraries with known full path:

    /home/christian/Desktop/ike/source/libidb/libidb.a
    /home/christian/Desktop/ike/source/libith/libith.a
    /home/christian/Desktop/ike/source/liblog/liblog.a
    /usr/lib/qt3/lib/libqassistantclient.a

  CMake is adding directories in the second list to the linker search path in
  case they are needed to find libraries from the first list (for backwards
  compatibility with CMake 2.4).  Set policy CMP0003 to OLD or NEW to enable
  or disable this behavior explicitly.  Run "cmake --help-policy CMP0003" for
  more information.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done
-- Build files have been written to: /home/christian/Desktop/ike

----------

[ 50%] Building CXX object source/iked/CMakeFiles/iked.dir/main.o
Linking CXX executable iked
[ 50%] Built target iked
[ 51%] Generating about.h
uic: File generated with too old version of Qt Designer
File '/home/christian/Desktop/ike/source/ikea/about.ui' is not valid
make[2]: *** [source/ikea/about.h] Fehler 1
make[1]: *** [source/ikea/CMakeFiles/ikea.dir/all] Fehler 2
make: *** [all] Fehler 2




More information about the vpn-help mailing list