On Ubuntu gcc, I'm receiving below compile error.
Compile runs fine if I remove "LineinInvoker::" .. didn't yet check if with
this modification compile runs still fine on Windows

~~~
[ 13%] Building CXX object
CMakeFiles/rexx.dir/interpreter/instructions/InputRedirector.cpp.o
/home/erichst/oorexxsvn/sandbox/rick/addresswith/interpreter/instructions/InputRedirector.cpp:170:5:
error: extra qualification ‘LineinInvoker::’ on member ‘LineinInvoker’
[-fpermissive]
     LineinInvoker::LineinInvoker(RexxObject *s, RexxString *&returned) :
stream
~~~
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to