drk1wi / portspoof

Portspoof
http://drk1wi.github.io/portspoof/
Other
964 stars 147 forks source link

make fails #21

Closed amitgupta-ag closed 7 years ago

amitgupta-ag commented 8 years ago

Making all in src /Library/Developer/CommandLineTools/usr/bin/make all-am g++ -DHAVE_CONFIG_H -I. -DCONFDIR='"/etc"' -g -O2 -MT portspoof-connection.o -MD -MP -MF .deps/portspoof-connection.Tpo -c -o portspoof-connection.o test -f 'connection.cpp' || echo './'connection.cpp connection.cpp:148:48: error: use of undeclared identifier 'SOL_IP' ...if ( getsockopt (threads[tid].clients[i], SOL_IP, SO_ORIGINALDST, (struct sockaddr)... ^ connection.cpp:198:48: error: use of undeclared identifier 'SOL_IP' ...if ( getsockopt (threads[tid].clients[i], SOL_IP, SO_ORIGINALDST, (struct sockaddr)... ^ connection.cpp:234:47: error: use of undeclared identifier 'SOL_IP' if ( getsockopt (threads[tid].clients[i], SOLIP, SO... ^ 3 errors generated. make[2]: * [portspoof-connection.o] Error 1 make[1]: * [all] Error 2 make: *\ [all-recursive] Error 1

drk1wi commented 7 years ago

Hey amitgupta46,

On which OS are you trying to compile portspoof ? Right now only Linux is supported.