similar to: [LLVMdev] Port succesful

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Port succesful"

2006 Nov 04
0
[LLVMdev] Port succesful
> Otherwise, I will look into deja-gnu testing, perhaps can compile it on > windows. I will The deja-gnu testing framework will most likely have to be rewritten to run on Windows. Its very unix specific. -Tanya > also add other beckend in the future (Sparc, PowerPC). I hope windows using > Visual C++ will be soon officially supported :) > > About the problem I had with
2006 Nov 06
2
[LLVMdev] LLVM code emittion and C++ compiler compatibily
Hello! I have a question how about JIT-ed code and the C++ compiler compatibily. My project (www.baadengine.org) will use llvm and we will provide integration of JIT-ed code directly into C++ code. This means that C++ code can call JIT code just like any other code and JIT-ed code can call C++ code. We will compile to your bytecode from our BSF format. The question is if it is possible this
2006 Oct 10
1
[LLVMdev] llvmdev: Windows support
Hello, everyone! My name is Žiga Osolin and I am one of administrators of baadengine project (www.baadengine.org). It is an open source, BSD-licenced, game engine. We are very interested in llvm to provide us runtime code generation (basically, wrappers to easily call scripts from C++ and vica-versa, via vtbl (we replace vtbl for scripted types)) and also to allow our VM to run on llvm. Our
2006 Nov 06
2
[LLVMdev] LLVM code emittion and C++ compiler compatibily
> On Mon, 6 Nov 2006, [ISO-8859-2] Žiga Osolin wrote: >> The other thing are the return types. I don't know (it is probably even >> not documented) how VC++ returns smart pointer (boost::smart_ptr), >> or any other type (other basics types, such as int, float, ... are >> probably returned into EAX as with GCC). Once again, we may >> need specific return values
2006 Nov 06
0
[LLVMdev] LLVM code emittion and C++ compiler compatibily
On Mon, 6 Nov 2006, [ISO-8859-2] Žiga Osolin wrote: > The problem is this is not possible, because what I would compile to JIT > are actual classes. The integration of C++ and JIT code is very > important; for example we would create our own vtbls with JIT-ed code > addresses as the function call target. Ok. Realize that this ties you to a specific compiler version though. >
2006 Nov 06
0
[LLVMdev] LLVM code emittion and C++ compiler compatibily
On Mon, 6 Nov 2006, [ISO-8859-2] Žiga Osolin wrote: > The other thing are the return types. I don't know (it is probably even > not documented) how VC++ returns smart pointer (boost::smart_ptr), > or any other type (other basics types, such as int, float, ... are > probably returned into EAX as with GCC). Once again, we may > need specific return values per arhitecture. It is
2008 Jan 31
5
Exporting a VM
Hi everyone! I have this doubt, on xenexpress there''s a command to export and import a vm i think it''s like this xe vm-export uuid=0099... filename=/path xe vm-import filename=/path ... I was wondering if there is something like this on Xen 3.0.3. If not how can i make a complete backup of my vm to install it on another computer (is it posible?). Thanks for your time and
2006 Nov 04
1
[LLVMdev] llvm partly ported to windows
Hello (again)! I fixed most of the system and the following projects compile now: * Analysis * AsmParser * Bytecode * CBeckend * Codegen * ExecutionEngine * Support * System * TableGen * Target * Transforms * VMCore I would like to compile at least x86 target as well as Fibonacci example (to test if it really works). In order to do so, I may need some hints: 1) How to generate
2006 Feb 21
1
How to install centOS SPRAC
I'd like to know where can i find an installation guide for CentOS SPARC?? I have to install CentOS SPARC on a SunMicrosystem NETRA T1, if someone could help me out with that.. thanks.. --------------------------------- Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. -------------- next part -------------- An HTML attachment was
2006 Nov 21
1
[LLVMdev] EH and C++ intergation
Chris Lattner pravi: > On Tue, 21 Nov 2006, [ISO-8859-2] Žiga Osolin wrote: >>> Sure. Anton can give you ideas for this. >>> >> I think it should not be too difficult because you allow custom call >> conversions and this is quite easy to add, we only have to garantee that >> the backend will emit it. > > Right. > >>>> 2) the ret
2006 Nov 21
2
[LLVMdev] EH and C++ intergation
Chris Lattner pravi: > On Tue, 21 Nov 2006, [ISO-8859-2] Žiga Osolin wrote: >> I was going through documentation and source lately, and I decided >> how to >> make llvm bytecode more compatible to C++: >> 1) thiscall sould be introduced, which would take N arguments and the >> first argument would always be the C++ "this" argument. This would >>
2006 Nov 21
0
[LLVMdev] EH and C++ intergation
On Tue, 21 Nov 2006, [ISO-8859-2] Žiga Osolin wrote: >> Sure. Anton can give you ideas for this. >> > I think it should not be too difficult because you allow custom call > conversions and this is quite easy to add, we only have to garantee that > the backend will emit it. Right. >>> 2) the ret instruction should be able to return structs (as Chris has >>>
2001 Feb 02
3
napster
Would someone who has tried napster 2.0 beta 9 comment on how well it works under the influence of wine. Although I often download with gnapster, you can't share your files. If no one shares, there's nothing to download... Sent via Deja.com http://www.deja.com/
2001 Jan 31
2
New TransGaming Patch
This worked with: Wine CVS from Jan 29th + Transgaming patch XFree 4.0.2 NVidia drivers 0.9.6 Had to turn off DGA, and force wine to manage created windows, otherwise I get a glXMakeCurrent error when it tries to set the current GLX rendering context. The frame rate isn't quite windows, but the demo is certainly playable. Good luck, Dan "Chris Howells"
2001 Feb 02
2
undefined symbol
Has anyone seen this error? is it a bug? if not then what am I doing wrong with the compile? I downloaded the lastest CVS, applied the transgaming patch, it built fine and installed fine. # wine /mnt/hda1/windows/sol.exe wine: error in loading shared libraries: /usr/local/lib/libntdll.so: undefined symbol: wine_ldt_copy thanks heath Sent via Deja.com http://www.deja.com/
2001 Feb 06
2
cannot install codeweavers wine
I am trying to install the Codeweavers version of wine (pre-release 2) and I am having problems. When I try to install (using rpm), I get the message "installing package codeweavers-wine-20010112-1 needs 7Mb on the / filesystem". My / filesystem is not overly large, but I still have approx 60Mb available on /. Is the error stating that the install requires 7Mb on /, or it needs 7Mb more
2016 Oct 04
0
How to enable OPUS on freepbx after installation has been succesful
Hello everyone, I was wondering if anyone could share a video on how to install OPUS from scratch to server, I´m new to Linux but since we have now freepbx (Asterisk 1.8.32.2 and 11.23.0) I´m force to look for alternatives to improve voice quality on an extreme budget, and more than that to learn new and better codecs for free PBX. So far I have downloaded opus-1.1.3.tar, installed on on my
2004 Apr 25
3
Migration succesful , but can't add machine to domain
Hi all, I migrate NT4 PDC to SAmba3 tdbsam backend. All users, groups, machineboxes are ok. When I am try to add Win2k to domain, popup the a windows, I type the DOMAIN ADMIN username, password, and I get a failer message: Bad user or password. I think my samba doesn't know where is passwd.tdb in my smb.conf: passdb backend = tdbsam:/etc/samba/passdb.tdb Any idea what is wrong?
2009 Jun 11
1
Restrict AIC comparison to succesful models?
Hello list, I'm doing a bootstrap analysis where some models occasionally fail to converge. I'd like to automate the process of restricting AIC to the models that do converge. A contrived example of what I'd like to do is below: resp <- c(1,1,2) pred <- c(1,2,3) m1 <- lm(resp~pred) m2 <- lm(resp~poly(pred,2)) m3 <- lm(resp~poly(pred,3)) # Fails, obviously ## Some
2000 Apr 26
0
Prompted for passwd on NT after succesful logon?
Hi, this has probably been answered before but I couldn't find it in the archives, so... Sun SPARC Solaris 2.6 and Samba 2.0.0, plain passwords (no smbpasswd, only Unix usernames and no NT domain). Everything works fine, but those using NT are prompted for username and password when they first access a share, even though they have already logged in to the NT-box using the same username