OK ..
I managed to find the missing .h files and included them in my CC65_INCLUDE path.
I also had to replace
#include <Inttypes.h> with
#include <stdtypes.h> which seemed to work ..
Now I have this problem..
Code:
Opened include file `hello-world.h'
Opened include file `C:\Program Files\cc65\include/uipopt.h'
Opened include file `C:\Program Files\cc65\include/uip-conf.h'
Opened include file `C:\Program Files\cc65\include/stdint.h'
Opened include file `C:\Program Files\cc65\include/webserver.h'
Opened include file `C:\Program Files\cc65\include/httpd.h'
Opened include file `C:\Program Files\cc65\include/psock.h'
Opened include file `C:\Program Files\cc65\include/uipopt.h'
Opened include file `C:\Program Files\cc65\include/pt.h'
Opened include file `C:\Program Files\cc65\include/lc.h'
Opened include file `C:\Program Files\cc65\include/lc-switch.h'
Opened include file `C:\Program Files\cc65\include/httpd-fs.h'
Opened include file `C:\Program Files\cc65\include/psock.h'
Opened include file `C:\Program Files\cc65\include/uip.h'
Opened include file `C:\Program Files\cc65\include/uipopt.h'
Opened include file `C:\Program Files\cc65\include/string.h'
Opened include file `C:\Program Files\cc65\include/stddef.h'
hello-world.c(91): Error: Expression expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Warning: Statement has no effect
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: `;' expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: Expression expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Warning: Statement has no effect
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: `;' expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: Expression expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Warning: Statement has no effect
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: `;' expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: Expression expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Warning: Statement has no effect
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: `;' expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: Expression expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Warning: Statement has no effect
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: `;' expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Error: Expression expected
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
hello-world.c(91): Fatal: Too many errors
Input: do { (((&((&s->p)->pt))))->lc = __LINE__; case __LINE__:; if(!(!(((psock_
send(&s->p, "Hello. What is your name?\n", strlen("Hello. What is your name?\n")
)) == 0)))) { return 0; } } while(0);
Press any key to exit