missing include files (sys/param.h, sys/socket.h, net/if.h, ...)

R

Ronald Meier

Hi

I'm using VC++ 6.0 SP5 under windows 2k. I tried to compile the net-snmp
(sourceforge.net) source.
When I try to compile, I get the following errors (missings):

Cannot open include file: 'sys/param.h'
Cannot open include file: 'sys/socket.h'
Cannot open include file: 'net/if.h'

Can somebody help me?

Thanks
 
T

Thomas Matthews

Ronald said:
Hi

I'm using VC++ 6.0 SP5 under windows 2k. I tried to compile the net-snmp
(sourceforge.net) source.
When I try to compile, I get the following errors (missings):

Cannot open include file: 'sys/param.h'
Cannot open include file: 'sys/socket.h'
Cannot open include file: 'net/if.h'

Can somebody help me?

Yes, the folks in a Windows, or VC++ newsgroup can.
Sorry, but this newsgroup, discusses
the _standard_ C++ language which doesn't have facilities
for sockets or networking. Those are platform specific
issues and best discussed in a platform or compiler
newsgroup.

See the FAQ and Welcome.txt links below.

--
Thomas Matthews

C++ newsgroup welcome message:
http://www.slack.net/~shiva/welcome.txt
C++ Faq: http://www.parashift.com/c++-faq-lite
C Faq: http://www.eskimo.com/~scs/c-faq/top.html
alt.comp.lang.learn.c-c++ faq:
http://www.raos.demon.uk/acllc-c++/faq.html
Other sites:
http://www.josuttis.com -- C++ STL Library book
 
K

Keith S.

Ronald said:
Hi

I'm using VC++ 6.0 SP5 under windows 2k. I tried to compile the net-snmp
(sourceforge.net) source.
When I try to compile, I get the following errors (missings):

Cannot open include file: 'sys/param.h'
Cannot open include file: 'sys/socket.h'
Cannot open include file: 'net/if.h'

Did you read the FAQ, specifically the 'Does it run on Windows' bit?

- Keith
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top