<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
I'm trying to compile ike-2.2.0-beta-1 under Linux Mint 7 (which is
based on Ubuntu jaunty).  The 2.1.7 release compiled fine, but I am
getting errors and warnings when I run "make".<br>
<tt><br>
</tt>
<blockquote><tt>$ make</tt><br>
  <tt>Scanning dependencies of target ss_ith</tt><br>
  <tt>[  1%] Building CXX object
source/libith/CMakeFiles/ss_ith.dir/libith.o</tt><br>
  <tt>Linking CXX shared library libss_ith.so</tt><br>
  <tt>[  1%] Built target ss_ith</tt><br>
  <br>
  <tt>{snip}<br>
  <br>
  </tt><tt>[ 10%] Building CXX object
source/libike/CMakeFiles/ss_ike.dir/manager.file.o</tt><br>
  <tt>/home/steve/Desktop/ike/source/libike/manager.file.cpp: In member
function ‘bool _CONFIG_MANAGER::file_vpn_save(CONFIG&, const
char*)’:</tt><br>
  <tt>/home/steve/Desktop/ike/source/libike/manager.file.cpp:364:
warning: format ‘%i’ expects type ‘int’, but argument 4 has type ‘long
int’</tt><br>
  <tt>[ 11%] Building CXX object
source/libike/CMakeFiles/ss_ike.dir/libike.o<br>
  <br>
  </tt><tt>{snip}</tt><br>
  <br>
  <tt> 62%] Building CXX object
source/iked/CMakeFiles/iked.dir/ike.socket.o</tt><br>
  <tt>/home/steve/Desktop/ike/source/iked/ike.socket.cpp: In member
function ‘bool _IKED::client_setup(IDB_TUNNEL*)’:</tt><br>
  <tt>/home/steve/Desktop/ike/source/iked/ike.socket.cpp:725: error:
‘adapter’ was not declared in this scope</tt><br>
  <tt>/home/steve/Desktop/ike/source/iked/ike.socket.cpp:740: error:
‘adapter’ was not declared in this scope</tt><br>
  <tt>/home/steve/Desktop/ike/source/iked/ike.socket.cpp:757: error:
‘adapter’ was not declared in this scope</tt><br>
  <tt>make[2]: *** [source/iked/CMakeFiles/iked.dir/ike.socket.o] Error
1</tt><br>
  <tt>make[1]: *** [source/iked/CMakeFiles/iked.dir/all] Error 2</tt><br>
  <tt>make: *** [all] Error 2</tt><br>
</blockquote>
<br>
<br>
Has anyone any clues about what might be going wrong here?  Is there a
problem with 2.2.0-beta?<br>
<br>
-Steve<br>
<br>
<br>
</body>
</html>