similar to: [LLVMdev] LLVM binaries for Windows and more

Displaying 20 results from an estimated 400 matches similar to: "[LLVMdev] LLVM binaries for Windows and more"

2007 Jun 12
2
[LLVMdev] Problems with the tools
I just built LLVM 2.0 on Windows with Visual C++ 2005. After a few tweaks, it produced several nice .exe files. I tried to compile a simple Hello-World program as given in the documentation: -------------------------------------------------------------------------------------- ; Declare the string constant as a global constant... %.LC0 = internal constant [13 x i8 ] c"hello
2010 Mar 11
1
argument is of length zero
I am new to R, so I beg your indulgence. > a='hello world' > if (grep('hellow',a)) { print("wow") } else { print("wow2") } Error in if (grep("hellow", a)) { : argument is of length zero What is the proper syntax to ensure that "wow2" gets printed? Thank you for your help! Dan [[alternative HTML version deleted]]
2007 Nov 25
1
[LLVMdev] OCaml bindings
On Nov 25, 2007, at 11:49, Jon Harrop wrote: > On Sunday 25 November 2007 12:23, Gordon Henriksen wrote: > >> If ocamlc is on your path, then 'configure; make; make install' >> should install the bindings in your ocaml lib. > > Right. I hadn't noticed they were already installed after llvm "make > install" in: > > /usr/local/lib/ocaml/
2002 Oct 31
2
quota support on AIX
Hellow, members I want to use SAMBA with disk quota support on AIX machine, but have not succeeded yet. Are there any members who could succeeded setting up SAMBA on that environment? OS:AIX4.3.3 SAMBA:2.2.5 configure option:--with-quotas First, I configured AIX's quota environment, and confirmed quota worked fine. And I accessed to SAMBA, but disk size displayed on Windows explorer did
2007 Nov 25
5
[LLVMdev] OCaml
On Sunday 25 November 2007 12:23, Gordon Henriksen wrote: > On 2007-11-24, at 21:58, Jon Harrop wrote: > > - Garbage collection tuned for functional programming > > http://llvm.org/docs/GarbageCollection.html > > I've been doing some interesting work on this front. Getting Lattner- > cycles to have it reviewed and integrated is probably the biggest > challenge; LLVM
2007 Jun 13
0
[LLVMdev] LLVM binaries for Windows and more
> > I volunteer. As soon as I get everything to work. > > > > Next problem: I now have the hello.bc file compiled. But how do I get an executable from this? I tried: > > > > C:\Eigenes\compiler\llvm-2.0\win32\release>llvm-ld -o=hellow.exe hellow.bc > > llvm-ld: Could not find llvm-stub.exe executable! > > > > So, I don't have
2008 Jun 26
3
LDS Scripture Search Reverse Text
Hi, I'm running ubuntu 8.04, wine-1.0, and I used the recommended package installation script (hardy.sh). A bit of background on the problem - there was no problem at some point prior to my upgrade to ubuntu 8.04 (I hadn't used the program for some time). I could use the search function just fine. After my upgrade, when you used the "search" function, it would crash the
2011 Jul 13
1
Connect Avaya to Asterisk PBX
Hi List, I have another issue on allowing outgoing calls to PSTN on Asterisk via Avaya Phones, I hope that anyone could help me fix this issue: *When I dial through Avaya phone i just here a "good bye message" reply from asterisk server. And here is the log:* == Starting OOH323/(null)-b7db8aa0 at internal,s,1 failed so falling back to exten 's' == Starting
2006 Feb 22
1
Detecting disconnect on TDM400P with 3 FXO ports and 1 FXS port
Hellow everyone, here's an other newby question. I've got a * configured with the card in the subject line. At times Asterisk fails to notice a disconet from the incoming line going into one of the FXO ports. Consequently it just keeps the line off-hook for ever and that causes my provider to mark the line aut of order. Is there any way to "help" Asterisk notice the disconect?
2009 Jun 29
1
ISP< ->Asterisk <-> ATA <->DIALUP
Hellow, * I have a problem with dial up signalling. currently I have configured asterisk server and E1 card to ISP. then other side I am having ATA to PC for connecting internet through DialUP connection. is it possible and please send me the procedure how I can do it ?? * ISP< <-> Asterisk <-> ATA <-> DIALUP -- Thanks & Regards, Vidura Senadeera, Sri Lanka.
2002 Jul 18
1
Samba client not visible for XP
2nd try... (with a few changes however...) Hellow Samba, Can anybody explain the following? I have two situations, one old and one new ;-) Old situation: - OS = win98 Samba = 2.2.??? (forgot, but this hasn't changed) Samba server visible in workgroup = NO Samba server connectable by name = YES (\\server\share) New situation: - OS = Win XP Samba = 2.2.??? (yep, still the same
2007 Jun 12
1
[LLVMdev] LLVM binaries for Windows and more
Hi! I want to use LLVM for my own "pet" programming language compiler as a backend. Currently it generates C code, but I am not satisfied with this approach as generating high-level C (with proper type declarations!) is horrible. So here are my questions/problems with LLVM: 1.) Are there operations that add, sub, mul integers with overflow checking? How much work would it be to add
2009 Oct 31
2
Calls disconnects after short time
Hello, My client customers complaining that their calls suddenly get hung-up, I am just investigating if the problem from my side, I had a log of a hang-up case, Does it help to know if there is a problem that can be resolved from my side? elastix*CLI> -- Hungup 'IAX2/99999-6813' == Spawn extension (macro-dialout-trunk, s, 19) exited non-zero on
2012 Apr 27
6
Min , Max
Hellow everyone, This code bellow will calculate average daily wind speed(measurements are taken every three hours).Any ideas how to take the Min and Max instead of average. library(Matrix) setwd("C:\\Users\\aalyaari\\Desktop\\img") listfile<-dir() long <- file("C:\\Users\\aalyaari\\Desktop\\New folder (5)\\inra.bin", "rb") A=readBin(long, integer(),
2012 Aug 22
1
recording calls
I am trying to record calls on demand both inbound and outbound calls. I can record outbound calls just fine but not inbound calls or calls from an internally between extensions. I am using the latest asterisk 1.8.x certified version. On an outbound call I see: == Using SIP RTP CoS mark 5 -- Called SIP/ BVTrunk /7190000000 -- SIP/BVTrunk-00000163 is making progress passing it to
2010 Mar 26
2
dnd not working correctly
i have posted this question couple of times and never really got any hits i wasn't able to provide any debug info Connected to Asterisk 1.6.0.21 currently running on phoneserver (pid = 3309) Verbosity is at least 4 == Using SIP RTP TOS bits 184 == Using SIP RTP CoS mark 5 == Using SIP VRTP TOS bits 136 == Using SIP VRTP CoS mark 6 == Extension Changed 117[ext-local] new
2007 Sep 26
1
Routing issue
Hi list I'm kinda new to asterisk and I'm woriking for a company that sells Asterisk solutions and appliances. I installed TrixBox on a litle PC @ home and a x100p card which is recognized as a Zaptel card, I made some in/outbound routes and they seem to work but I have a problem with SIP softphones. I created 2 estensions 1000 and 1001 they're both in different cities, when I 1000
2005 Mar 28
6
Can I run windows console (command line) applications using WINE
Hi, I understand Windows UI applications can run in Linux using wine. 1. Can I run console/command line applications also? 2. If yes, a how can a shell script running on Linux invoke the console/command line application. (A sample would be great) Thanks, Susheel -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Feb 25
1
Asterisk n-way DTMF detection
Hello, I have setup the n-way conferencing with Asterisk and it's working when I use with my budgetone 100 phone but it doesn't work for any of the voip software or other ATA that I have. When I turned the debug on, I see that the correct keys (*0) were entered but asterisk doesn't detect the signal to trigger the features event. I have set a test extension to get the input dtmf key
2011 Mar 15
1
Passing an argument to a macro within an Originate command
Hi, With Asterisk 1.8.3, I can't figure out how to pass an argument to a macro which is used within an originate command. Here is my sample dialplan to illustrate: exten => 123,1,Answer() exten => 123,n,Originate(SIP/20,app,Macro,foo,bar) exten => 123,n,NoOp(This is the NoOp after the originate command) exten => 123,n,Wait(30) exten => 123,n,Hangup() [macro-foo] exten =>