> 
> http://www.armresearch.com/message-sniffer/download/SNF2-
> 9b1.4.Source.zip
> 
[DH] 
Does this require a minimum version of gcc to compile?  I am running gcc
3.4.4 on FreeBSD6 and I am getting errors when compiling:

[mail:/root/SNF2-9b1.4.Source/ClientSource] 10:50am# ./compile
In file included from main.cpp:26:
networking.hpp:177: error: field `Address' has incomplete type
In file included from networking.hpp:482,
                 from main.cpp:26:
networking.inline.hpp: In member function `void SocketAddress::clear()':
networking.inline.hpp:128: error: `Address' undeclared (first use this
function)
networking.inline.hpp:128: error: (Each undeclared identifier is
reported only once for each function it appears in.)
networking.inline.hpp:130: error: `INADDR_ANY' undeclared (first use
this function)
networking.inline.hpp: In member function `sockaddr_in*
SocketAddress::getPtr_sockaddr_in()':
networking.inline.hpp:139: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `sockaddr*
SocketAddress::getPtr_sockaddr()':
networking.inline.hpp:143: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `socklen_t
SocketAddress::getAddressSize()':
networking.inline.hpp:148: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `void
SocketAddress::setAddress(long unsigned int)':
networking.inline.hpp:152: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `void
SocketAddress::setAddress(char*)':
networking.inline.hpp:156: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `long unsigned int
SocketAddress::getAddress()':
networking.inline.hpp:160: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `void
SocketAddress::setPort(short unsigned int)':
networking.inline.hpp:164: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `short unsigned int
SocketAddress::getPort()':
networking.inline.hpp:172: error: `Address' undeclared (first use this
function)
In file included from networking.cpp:25:
networking.hpp:177: error: field `Address' has incomplete type
In file included from networking.hpp:482,
                 from networking.cpp:25:
networking.inline.hpp: In member function `void SocketAddress::clear()':
networking.inline.hpp:128: error: `Address' undeclared (first use this
function)
networking.inline.hpp:128: error: (Each undeclared identifier is
reported only once for each function it appears in.)
networking.inline.hpp:130: error: `INADDR_ANY' undeclared (first use
this function)
networking.inline.hpp: In member function `sockaddr_in*
SocketAddress::getPtr_sockaddr_in()':
networking.inline.hpp:139: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `sockaddr*
SocketAddress::getPtr_sockaddr()':
networking.inline.hpp:143: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `socklen_t
SocketAddress::getAddressSize()':
networking.inline.hpp:148: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `void
SocketAddress::setAddress(long unsigned int)':
networking.inline.hpp:152: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `void
SocketAddress::setAddress(char*)':
networking.inline.hpp:156: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `long unsigned int
SocketAddress::getAddress()':
networking.inline.hpp:160: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `void
SocketAddress::setPort(short unsigned int)':
networking.inline.hpp:164: error: `Address' undeclared (first use this
function)
networking.inline.hpp: In member function `short unsigned int
SocketAddress::getPort()':
networking.inline.hpp:172: error: `Address' undeclared (first use this
function)
networking.cpp: In member function `virtual void TCPListener::open()':
networking.cpp:148: error: `IPPROTO_TCP' undeclared (first use this
function)
networking.cpp: In member function `virtual void TCPHost::open()':
networking.cpp:267: error: `IPPROTO_TCP' undeclared (first use this
function)


#############################################################
This message is sent to you because you are subscribed to
  the mailing list <sniffer@sortmonster.com>.
To unsubscribe, E-mail to: <[EMAIL PROTECTED]>
To switch to the DIGEST mode, E-mail to <[EMAIL PROTECTED]>
To switch to the INDEX mode, E-mail to <[EMAIL PROTECTED]>
Send administrative queries to  <[EMAIL PROTECTED]>

Reply via email to