Dillo 3.0.2, so far ...
Looks like just two errors so far but I amn't no C programmer
Code:
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 14
An identifier is expected.
#define _MSG(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 15
An identifier is expected.
#define _MSG_WARN(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 16
An identifier is expected.
#define _MSG_ERR(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 19
An identifier is expected.
#define MSG(...) \
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 27
An identifier is expected.
#define MSG_WARN(...) \
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 33
An identifier is expected.
#define MSG_ERR(...) \
^
cc-1055 CC: ERROR File = findtext.cc, Line = 231
A macro invocation has too many arguments.
_MSG("Having to do.");
An identifier is expected.
#define _MSG(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 15
An identifier is expected.
#define _MSG_WARN(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 16
An identifier is expected.
#define _MSG_ERR(...)
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 19
An identifier is expected.
#define MSG(...) \
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 27
An identifier is expected.
#define MSG_WARN(...) \
^
cc-1040 CC: ERROR File = ../lout/msg.h, Line = 33
An identifier is expected.
#define MSG_ERR(...) \
^
cc-1055 CC: ERROR File = findtext.cc, Line = 231
A macro invocation has too many arguments.
_MSG("Having to do.");
Looks like just two errors so far but I amn't no C programmer
J5600, 2 x Mac, 3 x SUN, Alpha DS20E, Alpha 800 5/550, 3 x RS/6000, Amiga 4000 VideoToaster, Amiga4000 -030, 733MHz Sam440 AmigaOS 4.1 update 1. Tandem Himalaya S-Series Nonstop S72000 ServerNet.
. I assume (where is dc_v01 these days, anyhow ?) that this means I could change CC=cc to CC=c99 and it would compile clean ? Will go try that. Maybe t'would be better to do the rest of the source that way as well, just in case.
Me doubts it...
(Maradona)