similar to: errata corrige

Displaying 20 results from an estimated 200 matches similar to: "errata corrige"

2007 Jan 13
2
Is wine 0.9.22 the only working
Hi, I'm a Ubuntu Edgy user, I'm using some win32 softwares with wine 0.9.22,I think wine is great: everything works perfectly! Few days ago I see my wine version is very old so I decided to upgrade to 0.9.29 but... softwares I used perfectly with 0.9.22 don't work at all with recent wine versions. :-/ I believed the more recent is Wine, the better compatibility it has with win32
2008 Feb 01
1
[LLVMdev] Code Extractor Issue
I'm having an issue with the CodeExtractor. When I try to extract the lone basic block from the following function, I get an assertion error. define i32 @test(i32 %x) { %tmp = call i32 @test3( i32 %x ) ; <i32> [#uses=1] ret i32 %tmp } The assertion error is: lli: Dominators.cpp:71: void llvm::DominatorTree::splitBlock(llvm::BasicBlock*): Assertion
2008 May 07
1
[LLVMdev] bitcast function calls
We are seeing some behavior we don't understand. Some of our functions are not showing up in the Call Graph because their calls contain bitcasts. The Call Graph then considers them to be external nodes. The calls look as follows: %tmp35 = call i32 (...)* bitcast (i32 (i32, i8*, i32*)* @convert to i32 (...)*)( i32 %tmp33, i8* %tmp34, i8* %tmp30 ) ; <i32> [#uses=1] After looking
2004 Aug 06
1
ices and libshout.so.1
> "./ices: error while loading shared libraries: libshout.so.1: cannot > open shared object file: No such file or directory" >>Is libshout installed? What I know I haven't installed it, is there a debian package of it so I can install or reinstall it mayne? >>Did you run ldconfig? When I do a ldconfig I get this back in return " ldconfig:
2019 Sep 16
0
oVirt conference 2019 - Rome - October 4th
The oVirt Italian community <https://www.facebook.com/groups/ovirt.italia/> and Extraordy <https://www.extraordy.com/> in collaboration with Red Hat <https://www.redhat.com/>, Oracle <https://www.oracle.com/>, and Storware <https://storware.eu/> are pleased to invite you at oVirt Conference 2019 in Rome on October 4th 2019! Tickets are available for free at
2007 Dec 20
1
[LLVMdev] Code Generation Problem llvm 1.9
I sent a long message yesterday describing a problem I thought had to do with the JIT stubs. After further investigating, the problem seems to be in the code generation. The following basic block seems to have an error in it's code generation: __exp.exit: ; preds = %codeRepl258, %__exp_bb_bb.exit phi double [ 1.000000e+00, %codeRepl258 ], [ %.reload.reload.i,
2007 Oct 02
1
[LLVMdev] Modifying Instruction Class
I'm attempting to add a new member variable to the Instruction class but I get assertion errors when I run lli. All I add is the following line to the private portion of the Instruction class definition. bool b; The error usually is: lli: /development/Contracts/DOVE/src/c/llvm/include/llvm/Type.h:329: void llvm::Type::dropRef() const: Assertion `isAbstract() && "Cannot drop a
2004 Aug 06
2
ices and libshout.so.1
Hello! I have compileed ices.0.2.2 for my debian system (the system is on a Mac PowerPC, so I use Debian-PPC) When I want to start Ices I get an error message saying this: "./ices: error while loading shared libraries: libshout.so.1: cannot open shared object file: No such file or directory" I start it with ./ices I checked and saw that I had the files but the maybe are in wrong
2003 Jan 15
3
Profiles ...
Greetings ... This is a stupid question which have been wanting to ask for awhile, and hope somebody can help me. Profiles, if I understand it correctly come in two forms, local and roaming? Now local in on the computer the user uses and roaming is one that is download from the server when the user logs in. Now, where my problem is, when I have some users who have huge documents folder,
2016 Nov 10
2
change SOA record
Hello list..:-) i have a little problem and don´t find a solution for it. Some time ago our first DC died and I replaced it with a new one with a different name but the same IP.didn´t want to change the DNS entry in all the clients. Guess since than the dynamic DNS update wasn´t working anymore, so I tried to find out the reason. What I found is that the SOA record was pointing still to the
2003 Jun 30
1
symbol size on a plot
Hi, I would like to get from a plot the size of the symbols plotted. Imagine I have the following plot function : plot(1:2,1:2, pch=15, cex=4) I would like the get the values SIZE1 and SIZE2 so that if I plot the following rectangle : rect(1.5,1.5, 1.5+SIZE1, 1.5+SIZE2) then the size of this square is exactely the same as the one of the symbols that have been plotted. Thanks for any idea. --
2013 May 13
1
Exact audio position
Hello! I need to extract audio data at a certain position in respect to the original audio data. Is the "-cbr" switch meant to ensure that data can be found on a specific position? I want to be able to predict where certain audio can be found in the encoded data. An example: If you put 10 apples into a box and then compress the box, you will not be able to predict where apple C
2009 Jun 06
1
large numbers of observations using ME() of spdep
Dear All, We aim to remove the spatial structure of our data using Moran Eigen Vectors and spdep package . Our data has 3694 samples and 13 variables. The computer stop working after almost 4 days of processing (we found it emitting a sharp sound and with all colors on the screen. No wories, it was restared without problem!). And we are left with nothing: no result file was produced since the
2007 Jan 23
1
Problems with password authentication on Samba as an AD-Member
Hello, I've got some problems with a Samba Server. The Samba Server is member in an Active-Directory Domain (Win2000), it is NOT the domaincontroller. Authentication is kerberos-based (smb.conf: securty=ADS, winbind). The Sambaserver is accessed by Windows-Clients, that are domainmembers and by some Windows-Client, that are not. Originally Users, who were logged on the domain could access
2012 Jul 02
4
Assigning a vector to every element of a list.
I have a vector d of unknown length, and a list b of unknown length. I would like to replace every element of b with d. Simply writing b<-d does not work as R tries to fit every element of d to a different element of d, and b<-rep(d,length(b)) does not work either as it makes a list of length length(d)*length(b) not a list of length(b). I know how to do this with a for loop, but I feel that
2016 Sep 06
2
samba crashing on start up INTERNAL ERROR: Signal 11
On Tue, Sep 6, 2016 at 1:24 PM, Volker Lendecke <vl at samba.org> wrote: > Samba is one such user. Eventually this tight link will be removed, > but for the moment this is the case. With tevent-0.9.30 we have broken > the assumptions in tevent_internal.h by adding fields. Samba uses that > structure directly, so it needs to be compiled against the > tevent_internal.h of the
2005 Apr 10
1
converting a floppy disk layout to partition layout
Hi all! I have a slight problem: I have an external disk which contains one big filesystem (like a floppy) type ext3 (If you ask why: blame udev or maxtor, or me because I am stupid) which is approx 60% filled. Now I want to have a partition table, ie a layout where the current filesystem is the first partition, and the rest is as usual. Is this possible withotu destroying the data? Best
2007 Mar 19
2
Ubuntu edgy and wine
I have installed ubuntu edgy with latest patches and wine 0.9.29. I use a application called osfinancials, www.osfinancials.org, this installs, but does not run. Strangly enough, it does run when using suse and wine, so it seems to be related to the combination of ubuntu edgy and wine. When I run the exe, osfinancials.exe, I get the following errors: sudo wine osFinancials.exe
2007 Mar 15
2
WindowsInstaller doesn find Volume to extract
Hi all! I have wine running in version app-emulation/wine-0.9.29 I have setup the environment via regedit: TEMP=C:\temp --> REG_SZ and tried with both on and two backslashes. dir also exists -=>>ls .wine/drive_c/temp -la insgesamt 8 drwxr-xr-x 2 user users 4096 14. M?r 18:20 . and within /wineconsole cmd/ and /set/ I see environment: TEMP=C:\temp TERM=xterm TMP=C:\temp but on
2016 Sep 06
2
samba crashing on start up INTERNAL ERROR: Signal 11
Also see: https://bugs.gentoo.org/show_bug.cgi?id=592502 On Tue, Sep 6, 2016 at 9:28 AM, Sonic <sonicsmith at gmail.com> wrote: > On Tue, Sep 6, 2016 at 5:16 AM, Volker Lendecke <vl at samba.org> wrote: >> When you build, please have the correct header and -dev libs around >> that you will later use. > > In most cases there are no separate dev packages in Gentoo,