[Htmlvalidator-help] FreeBSD - another problem solved - wrong filename again
Brought to you by:
mgueury
From: [LoN]Kamikaze <LoN...@gm...> - 2006-05-22 10:13:30
|
A file that should be called SpValid.h is named spvalid.h instead. [LoN]Kamikaze wrote: > The previous error was easy to remove, but I don't know how to debug > this line: >=20 > typename Vector<RangeMapRange<From,To> >::const_iterator ptr_; >=20 > I don't see what's wrong with the code, but it causes the following err= or: > In file included from ./../opensp/include/UnivCharsetDesc.h:14, > from ./../opensp/include/CharsetInfo.h:11, > from ./../opensp/include/Sd.h:13, > from ./../opensp/include/Event.h:20, > from ./../opensp/include/MessageEventHandler.h:7, > from spvalid.cpp:15: > ./../opensp/include/RangeMap.h:57: error: expected `;' before "ptr_" >=20 I finally managed to deal with this error by changing the line to: typename Vector<RangeMapRange<From,To> > ptr_; |