[cfe-dev] cling error: no type named 'Interpreter' in namespace 'cling'; did you mean '::cling::Interpreter'?
RichardCatlin
richard.m.catlin at gmail.com
Fri May 17 17:18:46 PDT 2013
Subject: error: no type named 'Interpreter' in namespace 'cling'; did you
mean '::cling::Interpreter'?
Hi,
I downloaded the Mac binary. I get the following error when I run ./cling.
Any help is appreciated.
Regards,
Richard Catlin
SDGL11fd4f1cb:bin rcatlin1$ ./cling
ExecutionContext: use of undefined symbol
'_ZN5cling7runtime8internal21__trigger__cxa_atexitD1Ev'!
ExecutionContext::runStaticInitializersOnce: symbol
'_ZN5cling7runtime8internal21__trigger__cxa_atexitD1Ev' unresolved while
linking static initializer '_GLOBAL__I_a'!
In file included from -:1:
input_line_3:1:45: error: no type named 'Interpreter' in namespace 'cling';
did you mean '::cling::Interpreter'?
namespace cling {namespace runtime { cling::Interpreter
*gCling=(cling::Interpreter*)140734543633080;} }
~~~~~~~^~~~~~~~~~~
::cling::Interpreter
Stack dump:
0. input_line_3:1:45: current parser token 'Interpreter'
1. input_line_3:1:1: parsing namespace 'cling'
2. input_line_3:1:18: parsing namespace 'runtime'
Segmentation fault: 11
--
View this message in context: http://clang-developers.42468.n3.nabble.com/cling-tp3198446p4032174.html
Sent from the Clang Developers mailing list archive at Nabble.com.
More information about the cfe-dev
mailing list