when c mode is used with cling, below error is seen when trying to print real time values:
$ cling -xc
***************** CLING *****************
- Type C code and press enter to run it *
-
[cling]$ int i
input_line_2:3:2: error: ValueExtractionSynthesizer could not find:
'cling::runtime::internal::setValueNoAlloc'.
;
^
[cling]$ 123
input_line_3:2:2: error: ValueExtractionSynthesizer could not find:
'cling::runtime::internal::setValueNoAlloc'.
123
^
[cling]$
when c mode is used with cling, below error is seen when trying to print real time values:
$ cling -xc
***************** CLING *****************
[cling]$ int i
input_line_2:3:2: error: ValueExtractionSynthesizer could not find:
'cling::runtime::internal::setValueNoAlloc'.
;
^
[cling]$ 123
input_line_3:2:2: error: ValueExtractionSynthesizer could not find:
'cling::runtime::internal::setValueNoAlloc'.
123
^
[cling]$