[ace-users] ACE_Main::run_i issue
Steve Huston
shuston at riverace.com
Wed Apr 29 11:32:48 CDT 2015
Did you try to define it without defining ACE_Main namespace or class? It sounds like you’re trying to nest the class or namespace and the compiler doesn’t like it, so moving it out, or removing the ACE_Main:: part may work. It’s hard to answer better without seeing the code.
-Steve
From: ace-users [mailto:ace-users-bounces at list.isis.vanderbilt.edu] On Behalf Of James Franco
Sent: Wednesday, April 29, 2015 12:29 PM
To: ace-users at list.isis.vanderbilt.edu
Subject: [ace-users] ACE_Main::run_i issue
I am trying to port a code base from Visual Studio to Mingw GCC.
While attempting to build a component I get the following error
error: cannot define member function 'ImageFramework::ACE_Main::run_i' within 'ImageFramework'
inline int ACE_Main::run_i (int argc, char *argv[]) \
Any suggestions on why this is happening and how i can resolve it ?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.isis.vanderbilt.edu/cgi-bin/mailman/private/ace-users/attachments/20150429/32d023a6/attachment.html>
More information about the ace-users
mailing list