similar to: [LLVMdev] LLVM IR is a compiler IR

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] LLVM IR is a compiler IR"

2010 Aug 22
1
What packages/libraries do I need to squash these bugs?...
I'm trying to install Adobe After Effects CS4 but I'm having some problems/errors. It seems like there are some calls to missing classes/objects and also some incorrect arguments being passed for these classes/objects. So, I figure if I install the right libraries, everything will be fine! Is this true? If so, which libraries do I need? Check it out, here's the errors: Code:
2008 Oct 28
2
Rosetta v3 part 13
So I'm a new ubuntu user trying to make the leap. I got tired of rebuilding xp systems that my g/f destroyed with malware and viruses every 6 months. Trying to get rosetta stone v3 (german) to work using wine 1.0. I get the following error... robertturner at laptop1:~$ cd / robertturner at laptop1:/$ ls bin dev initrd lib mnt root sys var boot etc initrd.img
2009 Mar 16
3
RepliWeb R-1 Console
I am trying to install RepliWeb R-1 Console, but it is failing. I have a self-extracting installer that I used on my Windows-based laptop but when I try to run that with Wine, this happens: I do: wine R1_win.exe Some extraction happens, then: File not found C:\windows\temp\rw_products>.\check_before_install.exe err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not
2007 Mar 19
1
problemas com wine
Pessoal, estou tentando utilizar o programa aqui da empresa com wine, ai d? o seguinte erro C?digo: rafael@notebook:~/Soma$ wine soma fixme:imm:ImmReleaseContext (0x10020, 0x7fd59e90): stub fixme:win:SetLayeredWindowAttributes (0x1002a,0xff00000f,255,1): stub! err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not registered err:ole:create_server class
2009 Jul 25
1
phpDesigner2008 opens and closes right away
Does anyone have an idea of what this means: err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not registered err:ole:create_server class {88d969c0-f192-11d4-a65f-0040963251e5} not registered err:ole:CoGetClassObject no class object {88d969c0-f192-11d4-a65f-0040963251e5} could be created for context 0x5 fixme:msxml:create_node only creating basic node for type 7
2009 Apr 29
1
msxml6 for 64bit wine
After installing msxml6_x64.msi for 64 bit configured wine, when my 64bit windows executable gets started, am getting the following error: There was already a bug raised with number 18126 on this. Please share any ideas how to resolve the same. ................................................................................................. err:ole:COMPOBJ_DllList_Add couldn't load in-process
2008 May 03
4
Unreal Media Server - no way to run in Linux
Hello! I need this app running in wine badly - http://www.umediaserver.net/umediaserver/index.html - this is a well-written VOD server replacement, which works much better in heavy-loaded networks than VLC. No signs of this application are found in appdb. The application can be freely downloaded from the above link. It consists of two parts - the configurator (UServerConfig.exe), which works
2011 Sep 07
2
wine errors opening and closeing program
i have a chat program when i try and open the program i get this error OLE error 800004001 only if a config file is their if their is none opens fine when i close the program i get the same error and if i run it thought a terminal window i get this out put when closing err:ole:CoGetClassObject class {88d969c0-f192-11d4-a65f-0040963251e5} not registered err:ole:create_server class
2013 Feb 09
1
Troubleshooting underidentification issues in structural equation modelling (SEM)
Hi all, hope someone can help me out with this. Background Introduction I have a data set consisting of data collected from a questionnaire that I wish to validate. I have chosen to use confirmatory factor analysis to analyse this data set. Instrument The instrument consists of 11 subscales. There is a total of 68 items in the 11 subscales. Each item is scored on an integer scale between 1 to 4.
2008 May 02
2
Movie Magic Screenwriter 6 Trial installs, crashes when run
This is on OpenSUSE 10.3, Wine 0.9.60, with a clean wineprefix. I installed the trial version of Movie Magic Screenwriter 6. The install went fine. When I try to run the program it freezes almost immediately after loading. A box pops up telling me I have encountered OLE Error 80004001 and wants to send an error report. If I click ok, it opens Thunderbird and can even send an email, though it is
2006 Jun 26
1
Trying to run StarUML
Hi, I'm trying to run StarUML (an OpenSource UML-Tool, http://www.staruml.com/) with wine, but it won't work. Maybe you can help me to fix this. The installer works just fine until the very end of the installation. That's where it brings up the following error: ,--- | C:\Program Files\StarUML\Pgmr101.ocx | | Unable to register the DLL/OCX: LoadLibrary failed; code 126. |
2003 Mar 21
1
Using MS/XML
Hi! An app I'd like to use makes use of MS/XML. Since wine does not provide an xml service I've installed MS/XML. But even though there is [Software\\Classes\\TypeLib\\{88d969c0-f192-11d4-a65f-0040963251e5}\\4.0] 1048251404 @="Microsoft XML, v4.0" in ~/.wine/system.reg the app can't find a class factory for it: fixme:ole:CoCreateInstance no classfactory created for
2010 Feb 07
0
disk devices missing but zfs uses them ?
Hello I have a strange issue, I''m having a setup with 24 disk enclosure connected with LSI3801-R. I created two pools. Pool have 24 healthy disks. I disabled LUN persistency on the LSI adapter. When I cold boot the server (power off by pulling all power cables), a warning is shown on the console during boot: .... WARNING: /pci/path/ ... (mpt0): wwn for traget has changed
2011 Dec 12
6
vvvv ole error 80131700
hi.. i am try tu run vvvv, a visual language programm, that run only for wind.. but when i run the vvvv. exe the software don t go for this error ole error 80131700. and in the terminal this error> wine vvvv.exe* machine fixme:heap:HeapSetInformation (nil) 1 (nil) 0 err:ole:CoGetClassObject class {88d96a05-f192-11d4-a65f-0040963251e5} not registered
2012 Aug 08
1
[LLVMdev] clang thread-local compilation error on windows
Hello, I am trying to compile some code to LLVM IR with a simple "__thread int x" but hitting this error: test.cpp:1:1: error: thread-local storage is unsupported for the current target I'm using both the -S and -emit-llvm options on clang, and was expecting to see "@x = thread_local global i32 0" come out of clang. I am curious why clang even cares about this since
2008 Sep 10
1
[LLVMdev] ReplaceUses: curious
Hi I am looking at some of the existing targets to try to understand more about writing a backend. I was a little puzzled by the use of a method ReplaceUses in *ISelDAGToDAG.cpp (*= most targets, e.g. ARM, X86..). I found its definition in the *GenDAGISel.inc file that is autogenerated from the target description. I can only assume TableGen emits this method definition for every traget.
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Hi, I have tried to genertae the key with ssh-keygen -P ( remove the passphrase) And copied it to the traget system. However, it doesn't work. Any insite with the way I am distributing the script. Gs -----Original Message----- From: Martin Pool [mailto:mbp@samba.org] Sent: Tuesday, July 23, 2002 6:53 PM To: Kar, Gouri X. -ND Cc: rsync@lists.samba.org; Johnson, Gary X. -ND; Minyard, Mark X.
2002 Jul 24
0
non-interactive ssh connections (was Re: RSYNC ISSUE)
Hi, After creating and distributing the private key with "ssh-keygen -P", I am till getting the following error message while I schedule from cron. Only exception is right now , I have only one message which says "You have no controlling tty and no DISPLAY. Cannot read passphrase". Any help is appreciated. Gs You have no controlling tty and no DISPLAY. Cannot read
2018 Jul 23
2
LLVM FunctionType cannot be returned as VectorType?
Hi Stefan, Thank you very much for answering my question! I followed your suggestion but the function still cannot return the correct result. I also set target-feature attributes for my function. I am using LLVM 6.0. It only prints out some random large numbers but the correct answer is supposed to be all 0. Can you please help me figure out what's going on here? Any help will be greatly
2015 Nov 21
2
[lld] R_MIPS_HI16 / R_MIPS_LO16 calculation
Hi, I am working on support R_MIPS_HI16 / R_MIPS_LO16 in the new LLD and have a couple of questions. == Q1 In case of MIPS O32 ABI we have to find a matching R_MIPS_LO16 relocation to calculate R_MIPS_HI16 one because R_MIPS_HI16 uses combined addend (AHI << 16) + (short)ALO where AHI is original R_MIPS_HI16 addend and ALO is addend of the matching R_MIPS_LO16 relocation [1]. There are two