| Using the code::blocks IDE with MingW compiler, I get the following errors (any
help appreciated):
||=== httrack, Win32 Release ===|
C:\Documents and Settings\Robert\Desktop\httrack\src\wspiapi.h|61|error:
syntax error before "char"|
C:\Documents and Settings\Robert\Desktop\httrack\src\htsinthash.h|55|error:
syntax error before "uintptr_t"|
C:\Documents and Settings\Robert\Desktop\httrack\src\htsinthash.h|55|warning:
no semicolon at end of struct or union|
C:\Documents and Settings\Robert\Desktop\httrack\src\htsinthash.h|57|error:
syntax error before '}' token|
C:\Documents and Settings\Robert\Desktop\httrack\src\htsinthash.h|57|warning:
data definition has no type or storage class|
C:\Documents and Settings\Robert\Desktop\httrack\src\htsinthash.h|68|error:
syntax error before "inthash_value"|
C:\Documents and Settings\Robert\Desktop\httrack\src\htsinthash.h|68|warning:
no semicolon at end of struct or union|
C:\Documents and Settings\Robert\Desktop\httrack\src\htsinthash.h|70|error:
syntax error before '}' token|
C:\Documents and Settings\Robert\Desktop\httrack\src\httrack.c||In function
`main':|
C:\Documents and Settings\Robert\Desktop\httrack\src\httrack.c|233|warning:
this function may return with or without a value|
||=== Build finished: 5 errors, 4 warnings ===|
| |