N
none
hi all,
(i am running on win 2k pro).
i saw a program i like on a website and when i went to download it it was
just a load of 'c' code.
now, i know very little about 'c' or programming but I downloaded 'miracle
c' and pasted the code in and when i comiled it i got a load of errors.
(below)
to me the errors suggested there is a directory structure and many .h files
(libraries?) missing.
question is, is it as easy as manually creating the missing directory
structure based on the error messages and putting the missing files in them
or is there more to it.
and next question is where do I get the missing .h files (libraries?)
thanks
n
Miracle C Compiler (r3.2), written by bts.
line 18: #include sys/types.h ignored--file not found.
line 19: #include sys/socket.h ignored--file not found.
line 20: #include netinet/in.h ignored--file not found.
line 21: #include arpa/inet.h ignored--file not found.
line 22: #include netdb.h ignored--file not found.
line 24: #include unistd.h ignored--file not found.
line 25: #include fcntl.h ignored--file not found.
line 27: #include errno.h ignored--file not found.
line 44: #define ignored--formal arg must be an identifier.
Compiling C:\Program Files\Miracle C\test.c
(i am running on win 2k pro).
i saw a program i like on a website and when i went to download it it was
just a load of 'c' code.
now, i know very little about 'c' or programming but I downloaded 'miracle
c' and pasted the code in and when i comiled it i got a load of errors.
(below)
to me the errors suggested there is a directory structure and many .h files
(libraries?) missing.
question is, is it as easy as manually creating the missing directory
structure based on the error messages and putting the missing files in them
or is there more to it.
and next question is where do I get the missing .h files (libraries?)
thanks
n
Miracle C Compiler (r3.2), written by bts.
line 18: #include sys/types.h ignored--file not found.
line 19: #include sys/socket.h ignored--file not found.
line 20: #include netinet/in.h ignored--file not found.
line 21: #include arpa/inet.h ignored--file not found.
line 22: #include netdb.h ignored--file not found.
line 24: #include unistd.h ignored--file not found.
line 25: #include fcntl.h ignored--file not found.
line 27: #include errno.h ignored--file not found.
line 44: #define ignored--formal arg must be an identifier.
Compiling C:\Program Files\Miracle C\test.c