I am trying to compile an application, but I keep getting the following error:
ISO C++ forbids declaration of ‘RefPtr’ with no type
This is when I try to use the "make" command on my laptop, but when I use this command on another computer, both running ubuntu 10.04, it compiles and executes perfect.
I am trying to see if there is a way to set my g++ compiler away from ISO but I have no idea how to.
[error]
menuapplication.hpp:135: error: ISO C++ forbids declaration of ‘RefPtr’ with no type
menuapplication.hpp:135: error: typedef name may not be a nested-name-specifier
menuapplication.hpp:135: error: expected ‘;’ before ‘<’ token
menuapplication.hpp:136: error: ‘ViewRefPtr’ was not declared in this scope
menuapplication.hpp:136: error: template argument 1 is invalid
menuapplication.hpp:136: error: template argument 2 is invalid
[/error]