search for: carlosviansi

Displaying 13 results from an estimated 13 matches for "carlosviansi".

2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...ed 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 not been successful either. The gv build requires xaw3d ( > http://directory.fsf.org/wiki/Xaw3d ) which apparently has not been > updated for quite few years and the download i...
2012 Jun 09
1
[LLVMdev] Extracting an AST to Graphviz using Clang
...you were referring to? Best, Carlos Andrade http://carlosandrade.co 2012/6/9 Joey Gouly <joel.gouly at gmail.com> > You need to run the clang from the build directory. Something like > ./Debug+Asserts/bin/clang > > Joey > > > On 9 June 2012 22:52, Carlos Andrade <carlosviansi at gmail.com> wrote: > >> Just in case another person comes to get stuck on this on Mac OS: >> >> http://web.mit.edu/mfloyd/www/computing/mac/gv/ >> >> This link explains the process on getting gv installed since Xaw3d >> dependency even has a 'error...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
You need to run the clang from the build directory. Something like ./Debug+Asserts/bin/clang Joey On 9 June 2012 22:52, Carlos Andrade <carlosviansi at gmail.com> wrote: > Just in case another person comes to get stuck on this on Mac OS: > > http://web.mit.edu/mfloyd/www/computing/mac/gv/ > > This link explains the process on getting gv installed since Xaw3d > dependency even has a 'error' (actually missing few par...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...n just says how many processes are started to parallelise the > build. > > The default option is to build Debug+Asserts, so unless you add any extra > arguments when you run './configure', you should be fine! > > Joey > > > On 9 June 2012 21:29, Carlos Andrade <carlosviansi at gmail.com> wrote: > >> Hi Joey! >> >> Thanks I just replied your message on stack and I was actually looking >> into this right now. Is this the option? I just wanted to confirm: >> >> >> - make [-j] - The -j specifies the number of jobs (comman...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...gv on my mac os but I have not been successful either. The gv build requires xaw3d ( http://directory.fsf.org/wiki/Xaw3d ) which apparently has not been updated for quite few years and the download is not even available anymore. Carlos Andrade http://carlosandrade.co 2012/6/9 Carlos Andrade <carlosviansi at gmail.com> > Hi Joey, > > I think there is still something missing. > > I ignored the -j as you mentioned and saw on the documentation that to > compile on debug mode I could do so using: > > $./configure --disable-optimized > > As a result by the end I compiled...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...l.com> > Hi Carlos, > > You can just download the source code from > http://llvm.org/releases/download.html#2.9 and then read > http://llvm.org/docs/GettingStarted.html which should tell you how to > compile it. > > Joey > > On 9 June 2012 21:10, Carlos Andrade <carlosviansi at gmail.com> wrote: > >> Hi Alex, >> >> Would you recommend any specific link in respect on how to compile in >> debug mode? I downloaded the Mac OS version on the website so I did not >> compile anything. I am sort of a rookie on bash but I should be able to &g...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi, The -j option just says how many processes are started to parallelise the build. The default option is to build Debug+Asserts, so unless you add any extra arguments when you run './configure', you should be fine! Joey On 9 June 2012 21:29, Carlos Andrade <carlosviansi at gmail.com> wrote: > Hi Joey! > > Thanks I just replied your message on stack and I was actually looking > into this right now. Is this the option? I just wanted to confirm: > > > - make [-j] - The -j specifies the number of jobs (commands) to run > simultaneousl...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...e 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 debug mode. > > Regards, > Alex > > On Sat, Jun 9, 2012 at 8:54 PM, Carlos Andrade <carlosviansi at gmail.com> > wrote: > > Dears, > > > > I am new to this list, and hope this question is pertinent to this > mailing > > list. > > > > I have been trying to use Clang to extract an AST from my source code, > but > > without success when attemp...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Carlos, You can just download the source code from http://llvm.org/releases/download.html#2.9 and then read http://llvm.org/docs/GettingStarted.html which should tell you how to compile it. Joey On 9 June 2012 21:10, Carlos Andrade <carlosviansi at gmail.com> wrote: > Hi Alex, > > Would you recommend any specific link in respect on how to compile in > debug mode? I downloaded the Mac OS version on the website so I did not > compile anything. I am sort of a rookie on bash but I should be able to > figure my way around...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
...d 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 debug mode. Regards, Alex On Sat, Jun 9, 2012 at 8:54 PM, Carlos Andrade <carlosviansi at gmail.com> wrote: > Dears, > > I am new to this list, and hope this question is pertinent 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...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
Dears, I am new to this list, and hope this question is pertinent 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
2012 Jun 11
0
[LLVMdev] Is it possible to generate a Clang annotated AST?
Hi, using the current version from the repository on Debug+Asserts mode I was able to generate Clangs AST on Gnu gv, however I noticed the tree provides no annotation to which part each statement it is referring to. For example, when it says binary operator I would like to know to which binary operator is it referring to. Is this possible with clang? I am using the ast-view option from cc1. As
2012 Oct 14
1
Is there any R package that contains Rusboost based on Adaboost.m2?
Hi, I have been searching everywhere for an implementation of those algorithms, but I have only observed them in Matlab and on the literature. I noticed a package called 'ada' in CRAN but it is not for multi class. I would be happy with just Adaboost.m2, Smoteboost over adaboost.m2 or any other combination that could account for imbalanced multiclass classification problems. Thanks!