Displaying 20 results from an estimated 110 matches similar to: "does wine opens and works Babylon 8 well ??!!"
2002 Oct 10
2
Samba+MYOB
Hello all,
We are experiencing problems using MYOB Premier V6.0.2 on Windows 2000
computers SP3, with the data file residing on shared drive on Linux (Redhat
7.2) file server running Samba Version 2.2.1a and kernel 2.4.9-34.
The MYOB Tech support have told me that it is a problem with our network but
could not give me any hints where the problem might be.
The MYOB database has been corrupted
2001 Feb 05
1
babylon
Hello all,
Has someone babylon (http://www.babylon.com) running under wine?
Installation went ok, but I can't use the mouse buttons
to sellect a word .
Faust
2017 Jan 08
2
Erros and warning using kernel 4.10-rc2
Hi guys,
I don't know if it is useful to just post some random kernel warnings/errors, but here they are:
[marcos at xfiles ~]$ journalctl -b -p 3 | grep nouveau
Jan 08 15:37:05 xfiles kernel: nouveau 0000:04:00.0: volt: couldn't find speedo value, volting not possible
Jan 08 15:37:05 xfiles kernel: nouveau 0000:04:00.0: bus: MMIO write of ffff981f FAULT at 6013d4 [ IBUS ]
Jan 08
2009 Sep 30
2
Change directory to implement same programes
HI, R-Users,
I have one problem:
I have written the the programs which process all file in one directory: for example:
setwd("C:/Documents and Settings/lma/My Documents/Vappu-saved/Log") as the start.
..........
But I have many folders like "Vappu-saved" and there are a lot of files in each directory. What I want is using the same program what I write for the above
2008 Apr 12
1
Silkroadonline
Hi!
I've got a Problem with Silkroadonline. You can see it on the following Screenshots:
( WIne 0.9.58.)
1 (http://img408.imageshack.us/img408/2686/silkroadchara3hq6.png)
2 (http://img508.imageshack.us/img508/9484/sroshadermyteriejt4.png)
Yesterday I tried the new version 0.9.59. That was the result:
(The Screenshot shows the login window.)
3
2002 Mar 13
2
[PATCH] fix install-strip target in Makefile
The first patch will make "make install-strip" work. The second spends
a few cycles avoiding "1 files to consider." Both are trivial but IMHO
useful.
--- Makefile.orig Wed Mar 13 06:38:42 2002
+++ Makefile Wed Mar 13 06:40:58 2002
@@ -12,6 +12,7 @@
LDFLAGS=
INSTALLCMD=/bin/install -c
+INSTALLMAN=/bin/install -c
srcdir=.
@@ -56,8 +57,8 @@
${INSTALLCMD} -m 755 rsync
2020 Jan 09
2
unified register set question
My target machine uses the same 64-bit registers for integers and floating
point. Do I have to specify a different register class for floating point
that uses the same set of registers? Is there a target which does this I can copy?
thanks,
brian
2005 Sep 22
3
[LLVMdev] name collision - llvm::tie and boost::tie
The BGL (Boost Graph Library) defines tie(), which is exactly what the
tie() defined in STLExtras.h.
The header files of GBL use boost::tie(), and other boost libraries
use boost::tie() too.
How to resolve the ambiguity for compiler?
--
Tzu-Chien Chiu,
3D Graphics Hardware Architect
<URL:http://www.csie.nctu.edu.tw/~jwchiu>
2009 Oct 02
1
Please Help me!
Hi, R-users,
I have a problem: Because there are few files which can't be readed
into R completely, so on the following subsequence programme, I use
write.table, which creates the "NA" files for those incomplete files
autimatically.
I don't want those NA files.
My programes formats looks like:
name_c<-Sys.glob("C:/Documents and Settings/lma/My
2009 Jul 24
4
[LLVMdev] llvm-as regression
The following causes an assertion in recent svn pulls, but not in 2.5.
The assertion:
llvm-as: /home/bgl/work/llvm-work/include/llvm/ADT/SmallVector.h:125: T&
llvm::SmallVectorImpl<T>::operator[](unsigned int) [with T = llvm::Constant*]:
Assertion `Begin + idx < End' failed.
The .ll code:
target datalayout =
2003 Jun 09
4
executable R scripts
Hi, I'm a newbie trying to make an R program executable on UNIX, just like one
would write an executable perl script by putting "#!/usr/bin/perl" in the
first line, and so on.
It seems, though, that this would only work if I use the "BATCH" command to
tell R to execute the program in its first argument. This would have the
unfortunately side-effect of dumping all
2012 May 02
4
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Tue, 2012-05-01 at 19:58 -0500, Peter Bergner wrote:
> On Tue, 2012-05-01 at 17:47 -0500, Hal Finkel wrote:
> > By default it should build for
> > whatever the current host is (no special flags required). To
> > specifically build for something else, use:
> > -ccc-host-triple powerpc64-unknown-linux-gnu
> > or
> > -ccc-host-triple
2007 Oct 29
12
Boolean expressions
I''m trying to write a wrapper definition for the file type to make it a
bit smarter. I have a basic version working fairly well:
define xfile($owner = root, $group = root, $mode = 644, $source,
$backup = main, $recurse = false, $ensure = file) {
file { $name:
mode => $mode,
owner => $owner,
group => $group,
backup => $backup,
recurse
2007 Jul 04
1
[LLVMdev] Boost Support
I've been doing some experiments with the Boost Graph Library (BGL) and
interfacing to llvm's GraphWriter system. I'm using GBL for some custom
work and needed a way to hook BGL's write_graphviz into GraphWriter to use
the existing display infrastructure.
To do this I added a HAVE_BOOST configure item and #ifdef'd the Boost
support code in GraphWriter.
Is this useful to
2011 Feb 14
1
conditional value assignment
Dear R-Help,
I am trying to compute a new variable, let's call it "target cannon orientation (tco)" based conditionally on old variables, "TargetColor," "CannonOriB," and "CannonOriR." For every case in the data set, if TargetColor is "B" then I want tco to equal the value for that case of CannonOirB, else CannonOriR. I've tried writing
2003 Jan 21
1
bayesian text classification...
for Spam.
In the process of setting up a more effective spam filtering system, I
just noticed that bogofilter, which implements extensions of the (a?)
"Naive Bayes" text classification approach, will dump out R data
frames; the man page suggests how to "integrate" it with R for
verification. (sort of, that is).
Anyway, for those of you looking for silly and perhaps
2004 Jan 28
3
Server crashed using rsync
I'm trying to make a backup using this command
rsync -auvH /home/ /bak --delete --bwlimit=1000 --status
server load has been increased so much and the server crashed, as well
has gone out of memory
My Server is a Dual Xeon 2.0 GHz with 2GB of Memory + 1GB Swap.
Could be that there are too many files, about 5.000.000, to be backed up
?
The way the files are structured make very
2012 May 12
1
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Sat, 2012-05-12 at 00:47 -0500, Hal Finkel wrote:
> On Tue, 01 May 2012 21:25:29 -0500
> Peter Bergner <bergner at vnet.ibm.com> wrote:
> > By the strict letter of the 32-bit ABI, the save and restore of
> > r31 at a negative offset of r1 is verboten. The ABI states the
> > the stack space below the stack pointer is declared as volatile.
> > I actually
2003 Oct 14
2
read-only problem in 3.0.0
We have a problem with shares that we would like to keep read-only for
some users; it worked with 2.2.8a, but with 3.0.0 there is this odd
behaviour: Users with read-only privilege can browse the files, can
copy them out of the share (eg to their own hard disks) and open the
copies, and can open the files in situ with Notepad; but if they try to
open files in the share with Excel, for example, or
2012 May 02
0
[LLVMdev] [cfe-dev] Odd PPC inline asm constraint
On Tue, 2012-05-01 at 17:47 -0500, Hal Finkel wrote:
> By default it should build for
> whatever the current host is (no special flags required). To
> specifically build for something else, use:
> -ccc-host-triple powerpc64-unknown-linux-gnu
> or
> -ccc-host-triple powerpc-unknown-linux-gnu
So LLVM isn't biarch capable? Meaning one LLVM compiler cannot
generate both