From: sergei@upenn5.hep.upenn.edu (Sergei Borodin) Subject: cc, gcc question. Date: 29 Dec 1992 22:46:10 GMT
I'm trying to compile spider, copied from my spark.
'cc' reports parse errors in 1)Xlib.h, 2) Xutil.h
I transfered Xlib.h from Spark, and error's gone,
however, Xutil still have some bugs in it. Having
looked at file itself I could not find enything
suspicious - cc reports parse error at sertain line
before 'XPointer', saying that at line 178 parse
(or might be sintax) error before 'XPointer',
then it says 'warning: semicolon missed' at the
same (!) line, but it's there. And so on.
Did anybody have the same - or it's just me, stupid:)
I'm using SLS 98.5, btw, an attempt to compile
'seyon' gave the same results - a lot of parse
errors without a visible cause.
S.B.