[RkWard-devel] Another call for testing

Thomas Friedrichsmeier thomas.friedrichsmeier at ruhr-uni-bochum.de
Mon Oct 3 17:01:32 UTC 2005


> I've found another problem while running 'make' (thanks Thomas for getting
> configure to run):
>
> showedittextfileagent.cpp: In member function `void
>    ShowEditTextFileAgent::done()':
> showedittextfileagent.cpp:116: error: parse error before `.' token
> make[2]: *** [showedittextfileagent.o] Error 1

That's pretty strange. Please try this, and tell me whether it compiles:
Replace line 116 in rkward/agents/showedittextfileagent.cpp ("QFile (QString 
(args->chars_a[n])).remove ();") with these lines:

	QFile file;
	file.setName (QString (args->chars_a[n]));
	file.remove ();

Thomas




More information about the Rkward-devel mailing list