similar to: Compilation error Mac binary

Displaying 20 results from an estimated 600 matches similar to: "Compilation error Mac binary"

2008 Sep 24
2
Graph question
If I have a set of data comprising a list of numbers of eggs on mosquito guts that range from 1 to 157. How can I get R to draw a barchart of the distribution of the data (i.e. x axis= number of eggs on a gut, y axis=number of mosquitoes found with that number of eggs)? Data is listed below. Thanks, Georgina Number of eggs on each mosquito gut: [1] 1 1 1 1 4 2 1 12 12 1 2
2003 May 14
2
regression in batches?
Hello, I have a data set that's too large to load into memory all at once to do a simple linear regression on. What would be a good way to do a piecewise (batch) regression on it in R? I've started reading the docs and FAQs and haven't found anything yet that would suggest how to do this, aside from diving into the guts of lm(). Thanks and regards--! David Joerg dsjoerg@yahoo.com
2013 Mar 05
2
Updated MSVC patch
Erik, et al. This fixes the entire library and does it more cleanly. It puts most of the guts into share/compat.h -Ben Allison -------------- next part -------------- A non-text attachment was scrubbed... Name: flac-1-3-0-MSVC.patch Type: application/octet-stream Size: 6712 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20130305/86ffee10/attachment-0001.obj
2005 Feb 13
6
Who makes these phones?
Message: 1 Date: Mon, 14 Feb 2005 09:53:36 +1100 From: "PHP Mechanic" <oliver.bode@phpmechanic.com> Subject: [Asterisk-Users] Who makes these phones? To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Message-ID: <08d401c5121e$dbea4750$0200a8c0@oliver> Content-Type: text/plain; format=flowed;
2011 Apr 27
1
ctree and survival problem
Dear all, I was intrigued by the ctree command and wanted to check it out. I first ran the demo with example(ctree) and did get the survival graphs in the end. Upon doing this with my own data and yielding a "Invalid operation on a survival time" I tried to rerun example(ctree) and now I also get "Invalid operation on a survival time" after the example runs plot(GBSG2ct)...
2004 Dec 21
2
[LLVMdev] The vc++ solution cannot live in parallel with a mingw compilation
Hi Jeff and Morten Does anyone of you win32 guys have the guts to move the sed results from *.in files out of the llvm source folders and place them under llvm/win32 instead? Then, as I see it, I will be able to to build both vc++ and mingw versions from the same sources. And, that would be nice. Otherwise, the vc++ solution mess up with my mingw compilation. Henrik.
2012 Oct 04
7
[LLVMdev] TableGen: Requesting feedback for "TGContext"
Hi all, I'm sure that the last thing that you want to think about is TableGen's guts, but I'm pursuing a course in bringing TableGen up to snuff with the rest of LLVM. Basically, I would like to introduce a "TGContext" class (by analogy with LLVMContext) to harbor a proper unique'd type system and BumpPtr allocate all of TableGen's data (RecTy's, Record's,
2008 Jun 10
2
[LLVMdev] SCEV Question
Is there a document describing the guts of SCEV anywhere? I have a simple question. When looking at a linear SCEVAddRecExpr with a constant step recurrence (that is, getStepRecurrence returns SCEVConstant), is the constant in terms of bytes or in terms of "index," in that the byte offset is calculated by taking the step and multiplying it by the data size of any memory operation its
2002 Feb 28
4
theoretical question
i have heard some stories from some people who claim to have been able to set up a partition in linux and install win98 via wine and then having it fire up. i know wine isnt designed for this purpose but apparantly it has been done....who knows, maybe someone is pulling my leg. i'm just wondering if there is anyone out there who has pulled this off and if so how did they go about doing it. i
2007 Oct 08
3
Weatherproof Hard Phone
All, I recently got a request to deploy VOIP helplines with a bank's ATM site locations. The purpose of this solution was to be able to resolve cash dispensing errors as quickly as possible. My problem is that i do not have any idea about outdoor type VOIP equipments. Does anyone have ideas???
2006 Jun 25
1
analyze summary data
Hello! I would like to ask the list a question, as I could not find the answer in online material as well as several books. I do have summary data (mean, standard deviation and sample size n) and want to analyze this data. The summary data is supposed to be from a normal distribution. I need the following calculations on this summary data (no, I do not have the original data): - one
2016 Jul 05
2
Adding a NOP bitcode instruction
Hi, I'm trying to follow the instructions on how to add a new bitcode instruction: http://llvm.org/docs/ExtendingLLVM.html This is my first foray into the guts of LLVM and I'm not sure I'm doing things the right way. I came up with a patch that adds a NOP (no operation) that will work with llvm-as, llvm-dis, and lli. It would be nice if one of the experts could take a look and give
2007 Oct 12
4
How to use an Application from inside an Application?
Hello, I wonder if there is a way to build my own asterisk application (let us say apps/app_myappl.c), and to launch other existing applications from it (for example, doing an apps/app_dial.c, or others). Could someone highlight me on that? thx Pirlouwi. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2004 Nov 16
3
[LLVMdev] Re: Notes on the release notes for the fifth public release of LLVM
Well Chris, then I've to ask the guys who really have the hands into the guts of the VC++ code: On Tue, 16 Nov 2004, Henrik Bach wrote: > Hi Chris, > > I'm reading release notes for the fifth public release of LLVM and came > across this line: > > "The LLVM source code is now compatible with Microsoft Visual C++." > > which is almost true, if
2004 Jul 20
4
stupid question
forgive me.. i have no idea what im asking or if its possible... i have 2 partitions as follows and am using the std windows xp bootloader to boot xp - ntfs (windows xp) - fat16 stupid question is... can i use syslinux, isolinux, memdisk or some combo there of to place a bootable cdrom iso image on the fat16 partition and then have a boot menu with something to the effect of : 1) winxp as
2006 Feb 09
2
#3775 - testing helpers which use ActionView methods
http://dev.rubyonrails.org/ticket/3775 I''m hoping someone will pop up and tell me I''m simply daft with this ticket (and queries on IRC, and a prior post to the main Rails list), but I can''t get a peep out of anyone so far. The question is, how do I write a simple test for a helper method which calls ActionView methods itself. E.g., a foo_link() helper which calls
2008 Feb 27
3
[LLVMdev] Slight troubles following "Getting Started" instructions
As a suggestion, what about having "Common Uses for LLVM" that list out what the LLVM n00b needs if he wants to... (*) Get hello.c to compile and run in LLVM bitcode (This is the "what's the absolute minimum I need to do to see this thing in action?" question.) (*) Use LLVM as a back-end for a custom language or interpreter (This is the "OK now that I've seen the
2011 Oct 06
4
[LLVMdev] TableGen and Greenspun
greened at obbligato.org (David A. Greene) writes: > The problem I solved via multidefs was this: how does one write a set of > Pat<> patterns in a generic way? > > For example, I want to be able to do this: > > defm MOVH : > vs1x_fps_binary_vv_node_rmonly< > 0x16, "movh", undef, 0, > // rr > [(undef)], >
2013 Mar 06
2
Updated MSVC patch
Those checks account for compiler changes/improvements introduced in Visual Studio 2010 that are not present in Visual Studio 2008. I will grab Visual Studio 2012 off of MSDN and make sure everything is OK there. -Ben > Hi Ben, > > Can you please remove the _MSC_VER >= 1600 check? > > _MSC_VER 1600 is set for Visual Studio 2010, which means > that Visual Studio 2012 will
2009 Jun 15
0
[LLVMdev] Regular Expressions
On Jun 15, 2009, at 11:33 AM, David Greene wrote: > To reduce redundancy, developers must be able to write generic > patterns > like this: > > [(set DSTREGCLASS:$dst, // rr, rrr > (xor (INTSRCTYPE (bitconvert (SRCTYPE SRCREGCLASS:$src1))), > (INTSRCTYPE (bitconvert (SRCTYPE SRCREGCLASS:$src2)))))], > > The substitution then fills in the appropriate types,