Displaying 11 results from an estimated 11 matches for "viewast".
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...it works.
-- I have gv installed now and my bash console can recognize the 'gv' and
'dot' as specified on llvm manual, from my previous email I believe I
compiled on debug mode and my bash does recognize 'clang' bash now but
still I get:
clang -cc1 -ast-view smd.c
*Stmt::viewAST is only available in debug builds on systems with Graphviz
or gv!*
What am I missing? :(
Thanks,
Carlos Andrade
http://carlosandrade.co
2012/6/9 Carlos Andrade <carlosviansi at gmail.com>
> Just to add one more thing. I have been trying to install the gv on my mac
> os but I have...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...Which lead me to believe I end up getting what you suggested on debug mode.
I also put clang 2.9 inside /tools/clang (renamed the clang-2-9) so that
the configure could notice it and ran $make test inside the clang folder
after it.
Still I executed $ ./clang -cc1 -ast-view smd.c only to get
Stmt::viewAST is only available in debug builds on systems with Graphviz or
gv!
Mixed up with the output and nothing being show on graphviz. What am I
missing? Again, I have graphviz but I don't think I have gv and I am
running an OS X Lion 10.7.4 (latest version).
Thanks,
Carlos Andrade
http://carlosandr...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...t to this mailing
list.
I have been trying to use Clang to extract an AST from my source code, but
without success when attempting to do so with Graphviz.
I created a thread on Stackoverflow recently in hope any could help me [1],
but the question is actually pretty simple. I keep getting
Stmt::viewAST is only available in debug builds on systems with Graphviz or
gv!
alongside the code that is output despite having graphviz added to the path
and having it installed on my machine. dot works fine from my console, but
I have no 'gv' like it is suggested on the documentation (you can find ho...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...d now and my bash console can recognize the 'gv' and
> 'dot' as specified on llvm manual, from my previous email I believe I
> compiled on debug mode and my bash does recognize 'clang' bash now but
> still I get:
>
> clang -cc1 -ast-view smd.c
>
> *Stmt::viewAST is only available in debug builds on systems with Graphviz
> or gv!*
>
> What am I missing? :(
>
> Thanks,
>
> Carlos Andrade
> http://carlosandrade.co
>
>
>
> 2012/6/9 Carlos Andrade <carlosviansi at gmail.com>
>
>> Just to add one more thing. I h...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...getting what you suggested on debug
> mode. I also put clang 2.9 inside /tools/clang (renamed the clang-2-9) so
> that the configure could notice it and ran $make test inside the clang
> folder after it.
>
> Still I executed $ ./clang -cc1 -ast-view smd.c only to get
>
> Stmt::viewAST is only available in debug builds on systems with Graphviz
> or gv!
>
> Mixed up with the output and nothing being show on graphviz. What am I
> missing? Again, I have graphviz but I don't think I have gv and I am
> running an OS X Lion 10.7.4 (latest version).
>
> Thanks,...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...was driving me nuts!
Best,
Carlos Andrade
http://carlosandrade.co
2012/6/9 Alex Rønne Petersen <xtzgzorex at gmail.com>
> Hi Carlos,
>
> > I am new to this list, and hope this question is pertinent to this
> mailing
> > list.
>
> Welcome!
>
> > Stmt::viewAST is only available in debug builds on systems with Graphviz
> or
> > gv!
>
> You need to actually build Clang in debug mode for this particular
> method to be available, which is very likely why you're seeing this
> error. I don't think that Clang builds shipped with Xco...
2012 Jun 09
1
[LLVMdev] Extracting an AST to Graphviz using Clang
...n recognize the 'gv' and
>> 'dot' as specified on llvm manual, from my previous email I believe I
>> compiled on debug mode and my bash does recognize 'clang' bash now but
>> still I get:
>>
>> clang -cc1 -ast-view smd.c
>>
>> *Stmt::viewAST is only available in debug builds on systems with
>> Graphviz or gv!*
>>
>> What am I missing? :(
>>
>> Thanks,
>>
>> Carlos Andrade
>> http://carlosandrade.co
>>
>>
>>
>> 2012/6/9 Carlos Andrade <carlosviansi at gmail.com&g...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Carlos,
> I am new to this list, and hope this question is pertinent to this mailing
> list.
Welcome!
> Stmt::viewAST is only available in debug builds on systems with Graphviz or
> gv!
You need to actually build Clang in debug mode for this particular
method to be available, which is very likely why you're seeing this
error. I don't think that Clang builds shipped with Xcode (for
example) are built in...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...Alex Rønne Petersen <xtzgzorex at gmail.com>
>>
>>> Hi Carlos,
>>>
>>> > I am new to this list, and hope this question is pertinent to this
>>> mailing
>>> > list.
>>>
>>> Welcome!
>>>
>>> > Stmt::viewAST is only available in debug builds on systems with
>>> Graphviz or
>>> > gv!
>>>
>>> You need to actually build Clang in debug mode for this particular
>>> method to be available, which is very likely why you're seeing this
>>> error. I do...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...ail.com>
>>>
>>>> Hi Carlos,
>>>>
>>>> > I am new to this list, and hope this question is pertinent to this
>>>> mailing
>>>> > list.
>>>>
>>>> Welcome!
>>>>
>>>> > Stmt::viewAST is only available in debug builds on systems with
>>>> Graphviz or
>>>> > gv!
>>>>
>>>> You need to actually build Clang in debug mode for this particular
>>>> method to be available, which is very likely why you're seeing this
>...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...sandrade.co
>
>
>
> 2012/6/9 Alex Rønne Petersen <xtzgzorex at gmail.com>
>
>> Hi Carlos,
>>
>> > I am new to this list, and hope this question is pertinent to this
>> mailing
>> > list.
>>
>> Welcome!
>>
>> > Stmt::viewAST is only available in debug builds on systems with
>> Graphviz or
>> > gv!
>>
>> You need to actually build Clang in debug mode for this particular
>> method to be available, which is very likely why you're seeing this
>> error. I don't think that Clang...