Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] Hello + Noobish question"
2012 Feb 17
4
[LLVMdev] llvm-gcc compilation and ConstantArray::getAsString
Hello there
I'm trying to compile llvm-gcc, but the compilation fails. This is due to
the fact that the ConstantArray class does no longer have the getAsString
method.
It has been actually removed on Jan 31 (commit
6a89228faca4b30c4abc29b5dec98bdac011ea4c).
Is there a patch for llvm-gcc which overcomes this problem? I've just
svn-updated my working copy but it didn't change
2012 Feb 17
0
[LLVMdev] llvm-gcc compilation and ConstantArray::getAsString
Hi Giovanni,
> I'm trying to compile llvm-gcc, but the compilation fails. This is due to
> the fact that the ConstantArray class does no longer have the getAsString
> method.
llvm-gcc is dead. Please use dragonegg (which is analogous to llvm-gcc, but for
gcc-4.5/gcc-4.6) or clang instead.
Ciao, Duncan.
2005 Jan 31
3
installing R on Mac OS X
I have a problem in installing R-2.0.1, downloaded from the R web site,
on mac o sx version 10.3.7.
when i launch the command ./configure i get the following error message:
checking for C compiler default output file name... configure: error:
C compiler cannot create executables
i've aleady insalled Xcode. the version of the gcc in 3.3.
what can i do?
thanks
silvia
2006 Apr 11
2
Noobish URI Question
Sorry if the answer has been posted but the search terms (like URI) are
so generic I get tons of useless results.
I have a controller (in this case "forum_controller") so if I want to
read a forum topic the URI is "/forum/topic/1". As of right now for
adding a new topic my URI is setup as "/forum/new_topic".
I''d really like it to be something like
2009 Feb 11
2
very noobish question about how WinE works.
so I understand it's now called "Wine Is Not an Emulator",
after being called "Windows Emulator" back in the day.
anyway -- it's a great piece of software.
but I have a question: actually I'll ask by a practical example.
say I install 7-Zip under Wine, and archive some things.
question is: how will the performances compare to what I'd get under Windows?
2008 Dec 21
3
Noobish Question About Wine
I just switched over to Ubuntu from Mint, and I've finally installed Wine successfully. However, even after checking the Wine Wiki, I can't figure out how to install/run Windows programs. (The one I'm trying to do right now is Spore.) I've been fiddling around with winecfg for a while and I haven't managed to do anything yet. Could someone please give me (or link me to) a clear
2016 Oct 27
0
What was the IR made for precisely?
> On Oct 27, 2016, at 3:05 AM, ジョウェットジェームス via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi,
> wanting to build up some language of my own, I have always thought about feeding my compiler output to a C compiler like gcc or clang, however when I learned about (considered using) LLVM IR I immediately thought it could be of some help.
>
> LLVM doesn't seem to be
2008 Jan 30
2
logical operator and addition (PR#10665)
Full_Name: Nicolas Simonis
Version: 2.6.1
OS: windows
Submission from: (NULL) (155.52.10.223)
Very funny bug :
> 0.6<0.6
[1] FALSE
> 0.6<0.4+0.2
[1] TRUE
control :
> 0.7<0.7
[1] FALSE
> 0.7<0.4+0.3
[1] FALSE
With R 2.6.1 windows. it's not doing it with R 2.3.1 linux...
2011 Nov 21
3
How do I query "..." in a function call?
This is probably a very noobish question, but if I want to create a
function that allows an undetermined number of, say, numeric vectors to be
fed to it, I would use:
myfunction = function(...)
{
# Do something
}
Right? If so, how do I a) count the number of vectors "fed" to the
function, and b) how do I treat those vectors as variables, e.g. for the
call:
2011 Nov 21
4
[LLVMdev] How to make Polly ignore some non-affine memory accesses
2011/11/21 Tobias Grosser <tobias at grosser.es>:
> On 11/20/2011 04:36 PM, Marcello Maggioni wrote:
>>
>> Sorry for the noobish question, but what kind of subscripts generate a
>> SCEVCouldNotCompute from the SCEV engine?
>> I tried for a while but I wasn't able to trigger that
>
> Hi Marcello,
>
> the SCEV returns SCEVCouldNotCompute in case it
2006 Mar 22
4
Problem with ACL plugin system
Don''t know if anyone else has experienced this but I''m having a problem
with the access_denied method in Ezra''s ACL access control plugin. It''s
working fine (in conjunction with acts_as_authenticated) until it comes
across a user it denies access to, in which case it throws the following
error:
NoMethodError in Admin#index
protected method
2011 Nov 21
2
[LLVMdev] How to make Polly ignore some non-affine memory accesses
Sorry for the noobish question, but what kind of subscripts generate a
SCEVCouldNotCompute from the SCEV engine?
I tried for a while but I wasn't able to trigger that.
2011/11/20 Tobias Grosser <tobias at grosser.es>:
> On 11/20/2011 03:01 AM, Marcello Maggioni wrote:
>>
>> 2011/11/19 Tobias Grosser<tobias at grosser.es>:
>>>
>>> On 11/18/2011
2009 Apr 02
4
Uploads with FCKEditor
Hello everyone.
Since I''ve found very poor documentation about the rails FCKEditor
plug-in and Easy-FCKEditor (which is a fork of the very same plug-in),
I decided to bother you with my noobish questions.
I have this weird sensation that the image-uploading feature of
FCKEditor isn''t supposed to work magically, without some sort of
server side preparation, but I have no idea
2017 Oct 09
6
PJSIP, NAT and STUN/ICE
I'm quite new to Asterisk and using Asterisk 13 on FreeBSD current. Asterisk is behind a
NAT router, the physical setup is very much a trivial one. The Asterisk PBX is supposed
to act as the telephone gateway for several VoIP/SIP phones.
I'm using throughout pjsip as configuration, I have no experience with chan_sip since I
started recently using Asterisk for several SoHo and lab's
2006 Jul 13
1
RailsCron usage question
I''m yet another person looking to do some background Rails processing.
>From post & the wiki, it looks like I should be using RailsCron. So I''m
about to start playing.
In parallel, I''d like to get some opinions re: database access. I have
a table that I''d like to re-fresh periodically in the background. Is it
safe, using RailsCron, to be accessing
2011 Nov 21
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
On 11/20/2011 04:36 PM, Marcello Maggioni wrote:
> Sorry for the noobish question, but what kind of subscripts generate a
> SCEVCouldNotCompute from the SCEV engine?
> I tried for a while but I wasn't able to trigger that
Hi Marcello,
the SCEV returns SCEVCouldNotCompute in case it cannot analyze an
expression or if the analysis would be to complicated. I am currently
not sure if
2009 Nov 17
1
iTunes plugin help, please?
Hello,
I'm afraid this is a terribly noobish issue, but I can't figure out how to
install you FLAC/OGG plugin for iTunes. I read the ReadMe file that came
with the download, but it wasn't terribly specific on WHERE the file is
supposed to be copied in the library. I tried copying it to the
library/iTunes/Plugins folder, but nothing happened.
Could you please help me out with a
2011 Dec 04
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
On 11/21/2011 12:44 PM, Marcello Maggioni wrote:
> 2011/11/21 Tobias Grosser<tobias at grosser.es>:
>> On 11/20/2011 04:36 PM, Marcello Maggioni wrote:
>>>
>>> Sorry for the noobish question, but what kind of subscripts generate a
>>> SCEVCouldNotCompute from the SCEV engine?
>>> I tried for a while but I wasn't able to trigger that
>>
2013 Oct 07
6
Force Fact within manifest
I have a requirement where I want a Fact to be stored in PuppetDB during
the manifest run and not during the initial fact gathering phase.
I know I can, in my manifests, create a file in /etc/facter/facts.d or I
can write a Ruby script that will then be distributed by plugin sync. But
both of these methods will only publish the fact during the initial phase
of the puppet agent run. What I
2008 Dec 30
7
Wine commands used in console
Hello to all :) this is my first post here and i hope to explain my problem well in order to get a good solution. As the topic says i am interested in the commands that can be issued after using wine game.exe (e.g wine game.exe -opengl).
My problem is with counter strike and many other games as i discovered in time : after i run wine hl.exe an error appears on my screen : "out of range