search for: andrad

Displaying 20 results from an estimated 160 matches for "andrad".

Did you mean: andra
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...ified 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 not been successful either. The gv build requires xaw3d ( > http://directory.fsf.org/wiki/Xaw3d ) which appare...
2012 Jun 09
1
[LLVMdev] Extracting an AST to Graphviz using Clang
Hi Joey, Still the same message. I am running it from llvm-2.9/Debug/bin/clang -cc1 -ast-view ~/smd.c Is this where 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: > &g...
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' (actual...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...nly 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://carlosandrade.co 2012/6/9 Joey Gouly <joel.gouly at gmail.com> > 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 &...
2012 Jun 09
0
[LLVMdev] Extracting an AST to Graphviz using Clang
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 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: > > $./conf...
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...ed to confirm: - make [-j] - The -j specifies the number of jobs (commands) to run simultaneously. This builds both LLVM and Clang for Debug+Asserts mode. The --enabled-optimized configure option is used to specify a Release build. The -j parameter is the right one? Thank you, Carlos Andrade http://carlosandrade.co 2012/6/9 Joey Gouly <joel.gouly at gmail.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...
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 &gt...
2017 Mar 14
2
Information about location for feature requests and bug reports
Good evening, I'd like to know where I can request a feature or bug report from Samba. Other free software projects that I work with issue directly on the Github project, others have a portal for this type of request. Thank you in advance for the info. Sincerely, Tácio Andrade. IT Consultant at MultiTI.com.br ᐧ
2012 Jun 09
2
[LLVMdev] Extracting an AST to Graphviz using Clang
...ion 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 this. Also, is there any particular reason why this functionality is only available on debug mode? Thank you so much for the fast reply, 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 o...
2017 Mar 16
2
Veto files used to allow only one extension to be written to the share
...tion that works like Allow Files, however it is Complicated to find. Talking on forums a user informed me that he could use the parameter to follow in smb.conf, however in my tests it did not work. veto files = /!*.doc/ Could anyone tell me if there really is any way to do it? Sincerely, Tácio Andrade. IT Consultant at MultiTI.com.br
2015 Aug 31
0
smartcard login - multiple UPN suffixes
...re, it's possible. I followed these guidelines to make an additional UPN available for login: https://technet.microsoft.com/en-us/library/cc772007.aspx But I'm missing something. Kerberos does a part of the job, but then fails to find the user. *Kerberos: found MS UPN SAN: marcelo.rabelo-andrade at notmydomain* *Kerberos: Found matching MS UPN SAN in certificate* *Kerberos: PKINIT pre-authentication succeeded -- marcelo.rabelo-andrade\@notmydomain at MY.DOMAIN using CN=MARCELO ROCHA RABELO DE ANDRADE,OU=Emissor of my certificate,C=BR* Up to this part, everything seems fine (note the log...
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 > fig...
2012 Aug 08
4
Saving Splitted Series to Excel via XLConnect
...Teste.xlsx", create = TRUE) createSheet(wb, name = "Teste1") writeWorksheet(wb, dados2, sheet = "Teste1") saveWorkbook(wb) With this code I only get the "433" series. How could I fix my code? How could I include the other series? Many thanks in advance, Henrique Andrade
2014 May 30
2
Schema attributes changes after AD extension
...(null)',[1] attrs); Modified "". I don't know if the change was really made. If I go to ADSI Editor, I change the attributes and then it shows a message saying that I server is not available, but it is. Does anyone have a similar problem, that can help me? Kind Regards, Bruno Andrade.
2014 Dec 30
2
Samba 4.1.14 Domain Controller as file server and internal winbind
...#39;t recommend using domain controller as file server because winbind issues. I already have other domain controller and file server, running without problem. Why is not recommended using domain controller as file server? What issues exists in winbind in this kind of environment? Regards, Bruno Andrade.
2011 Aug 05
5
Best Mongo Framework to work with Rails
Hi all, Wanted to hear your opinions about the currently best option for mongo with Rails. Thank you all in advance, Vasco Andrade e Silva -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this...
2017 Mar 14
1
Information about location for feature requests and bug reports
Many thanks for the reply. I hope to contribute even a little with this software that I have used for so long. Sincerely, Tácio Andrade. ᐧ 2017-03-14 2:10 GMT-03:00 Anoop C S <anoopcs at redhat.com>: > On Tue, 2017-03-14 at 00:52 -0300, Tácio Andrade via samba wrote: > > Good evening, I'd like to know where I can request a feature or bug > report > > from Samba. Other free software projects that I wor...
2009 Feb 10
1
Calculating variables
...rmise there must be a better way to do it. So far, I have been changing them manually, but this task make the whole thing terribly slow and inneficient. Any ideas are appreciated. Thanks. Cuanto mas grande son, mas daño hacen. Postulado de Perkin. ------------------------------ Jesús Guillermo Andrade (Abg.) Gerente de Litigios y Corporativo. EDM. AC. API. Andrade & Moreno S.C. (http://amlegal.wordpress.com/) [[alternative HTML version deleted]]
2009 Feb 13
1
Add columns to data frame automatically
...blem is: the function does not work, and I just cant seem to understand how to save the results for every iteration where the value of i and peso[1] changes. Any ideas? Hágale un favor a alguien y le tendrá que hacer muchos mas. Ley de Pinto. ------------------------------ Jesús Guillermo Andrade (Abg.) Gerente de Litigios y Corporativo. EDM. AC. API. Andrade & Moreno S.C. (http://amlegal.wordpress.com/) [[alternative HTML version deleted]]
2009 Feb 09
2
Dataframes: conditional calculations per row .
...uts a series in the same exact order as the dataframe. Any light that you might share with me over this will be highly appreciated. Thanks in advance. Guillermo. Nunca le preguntes a un peluquero si necesitas un corte de pelo. Ley de Murray. ------------------------------ Jesús Guillermo Andrade (Abg.) Gerente de Litigios y Corporativo. EDM. AC. API. Andrade & Moreno S.C. (http://amlegal.wordpress.com/) [[alternative HTML version deleted]]