Displaying 20 results from an estimated 13024 matches for "nears".
Did you mean:
near
2013 Apr 17
8
Compiling error
Hi,
During the compilatin of xen i have the following error message:
i8259.c:66:9: error: initialization from incompatible pointer type [-Werror]
i8259.c:66:9: error: (near initialization for ‘interrupt[6]’) [-Werror]
i8259.c:66:9: error: initialization from incompatible pointer type [-Werror]
i8259.c:66:9: error: (near initialization for ‘interrupt[7]’) [-Werror]
i8259.c:66:9: error:
2013 Apr 17
8
Compiling error
Hi,
During the compilatin of xen i have the following error message:
i8259.c:66:9: error: initialization from incompatible pointer type [-Werror]
i8259.c:66:9: error: (near initialization for ‘interrupt[6]’) [-Werror]
i8259.c:66:9: error: initialization from incompatible pointer type [-Werror]
i8259.c:66:9: error: (near initialization for ‘interrupt[7]’) [-Werror]
i8259.c:66:9: error:
2005 Nov 18
1
how can i compile speex on Solaris 9 with gcc 3.4.2
...compile error messages
E4500:[root]:/smb/vlc/speex-1.0.5 6 > gcc -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.9/3.4.2/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/l
d --disable-nls
Thread model: posix
gcc version 3.4.2
Making all in src
make[1]: Entering directory `/smb/vlc/speex-1.0.5/src'
if gcc -DPACKAGE_NAME=\"\"
2004 Mar 16
2
Cannot compile wine
Hello all,
I must point out before i start that i dont know any C or C++ or whatever
programming languages.
I am trying to install WINE-20040309 from source code onto my Mandrake 9.2
machine. I run wineinstall and it runs fine for a while, then comes up with:
make[2]: Entering directory `/home/samon/Wine Stuff/wine-20040309/dlls/msi'
gcc -c -I. -I. -I../../include -I../../include
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
When I compile on Solaris * I get the foillowing errors:
bash-2.03# gmake
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o
generator.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c receiver.c -o
receiver.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c cleanup.c -o
cleanup.o
gcc
2010 Jul 19
0
How to install sieve
Hi all
I do have a problem. I have an installation on opensuse 11.2 with postfix,
amavis, spamassassin and dovecot 1.2.9 with a mysql authtentication
backend.
Everything works fine. I want now to install sieve, but i failed all the
time. I downloaded dovecot-1.2-sieve-0.1.17 and followed the installation
how-to. First when i tried to ./configure the installation i was always
asked for
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
Folks,
Just downloaded 2.5.2 to play with...builds with a raft of warnings, and
the symlink test fails. Transcript below for anyone with the knowledge
and energy to repair.
This is done with gcc-3.0.3.
David.
-----
BUILD:
corona 2.5.2 7 $ make
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c rsync.c -o rsync.o
gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c generator.c -o
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
I'm having serious problems with the current 2.5.3 release under
Debian "testing" and the 2.4.19-pre2 Linux kernel.
As you can see from the appended build log, I get many compiler
warnings. More seriously, when I install and try to use the
resulting binaries over ssh, things bomb horribly, e,g:
bash-2.05a$ rsync -vaz homer-rr.ka9q.net:wwv_wwvh .
receiving file list ... done
2003 Jul 14
1
Make errors in /usr/src/release/sysinstall
I'm cvsupping 4.8-STABLE to 4.8-STABLE. The cvsup run finished about
23:32 on 7/13. After make buildworld, make buildkernel, mergemaster -p,
make installworld, and mergemaster -v, I do (per mostgraveconcern, RIP):
cd /usr/src/release/sysinstall
make clean
make all install
The 'make all install' gives errors:
In file included from keymap.c:40:
keymap.h:4436: `keymap_be_iso'
2006 Nov 15
1
Composition of NEAR and OR
The following piece of code triggers an 'unimplemented' exception with the
message:
"Can't use NEAR/PHRASE with a subexpression containing NEAR or PHRASE"
Xapian::Query or1(Xapian::Query::OP_OR,
Xapian::Query("one"),
Xapian::Query("two"));
Xapian::Query or2(Xapian::Query::OP_OR,
Xapian::Query("three"),
2016 Dec 29
2
NEAR non-leaf subqueries
Hi,
Xapian 1.2 supports a query like:
(A OR B) NEAR (C OR D)
and distributes the factors to create something like:
(A NEAR 2 C) OR (B NEAR 2 C) OR (B NEAR 2 C) OR (A NEAR 2 C)
Xapian 1.4 rejects such a query with the error message.
OP_NEAR and OP_PHRASE only currently support leaf subqueries
Because Recoll expands the terms to their stem siblings at query time, its
NEAR queries
2006 Mar 07
1
Steam nearly nearly nearly works
Hi!
I'm finding that while Valve's Steam nearly works perfectly, I can only
sometimes successfully actually connect to online games.
For example, in "Counter-Strike: Source", when I select a server from the
list, the game loads right up to the point where it says "Sending Client
info" and it hangs.
I'm sure it's only a tiny tiny thing, and very occasionally,
2016 Feb 27
1
X86 assembler cannot jump NEAR?
Is there any reason to prefer a NEAR jump to a SHORT jump if the
assembler deemed it is okay to keep it as a SHORT one?
The only reason you may want to have it as a NEAR jump is because you
need to alter the target of this jump to another address which may be
out of a byte range.
Regards
On 27/02/2016 06:00:54, Jun Koi via llvm-dev (llvm-dev at lists.llvm.org)
wrote:
> Hi,
>
>
2016 Feb 27
2
X86 assembler cannot jump NEAR?
Hi,
Currently X86 assembler seems to always compile "jmp _label" as a SHORT
jump with "EB" opcode:
$ echo "jmp _label"|llvm-mc -assemble -triple=i386 -show-encoding
.text
jmp _label # encoding: [0xeb,A]
My question is: can X86 assembler supports NEAR jump with opcode "E9"?
I try with "near" keyword, but it is not
2005 Mar 14
2
Install the RMySQL
Hi, I have some problem to install RMySQL package.
Could you help me?
I set up the path.
[root at ep2 library]# export PKG_CPPFLAGS="-I/var/lib/mysql"
[root at ep2 library]# export PKG_LIBS="-L/var/lib/mysql -
lmysqlclient"
[root at ep2 library]# R CMD INSTALL /home/younko/RMySQL_0.5-
5.tar.gz
I got this bunch of error message.
Please help me.
* Installing *source*
2017 Jan 20
2
NEAR non-leaf subqueries
Olly Betts writes:
> On Thu, Jan 12, 2017 at 07:53:21PM +0100, Jean-Francois Dockes wrote:
>
> > Recoll also supports multi-word synonyms which could potentially
> > generate PHRASE subqueries inside NEAR queries, but this
> > understandably already did not work with 1.2, so the multi-word
> > expansions are only used when proximity is not involved (by the way,
2016 Feb 27
0
X86 assembler cannot jump NEAR?
I think this is really because the assembler doesn't run layout and
relaxation when not dumping to an object file. I disassembled an object
file with this same test case and got e9 00 00 00 00.
On Fri, Feb 26, 2016 at 9:00 PM, Jun Koi via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> Currently X86 assembler seems to always compile "jmp _label" as a SHORT
2010 Oct 28
1
hypens in words + NEAR + 3 terms + AND_MAYBE => crash
Probably an uncaught malformed query - the following form of search queries
causes a crash for me (core 1.2.3, Perl API, 64bit Debian Lenny, self-compiled):
x-y NEAR test NEAR test
The first term can be anything with a hyphen in it but word characters at the
beginning and end ("3--3" will do). The other 2 terms can be anything.
"test NEAR x-y NEAR test" will not cause a
2007 Feb 10
4
Near function?
Hi,
I have an integer which is extracted from a dataframe, which is sorted by another column of the dataframe.
Now I would like to remove some elements of the integer, which are near to others by their value. For example: integer: c(1,20,2,21) should be c(1,20).
I tried to write a function, but for some reason, somethings won't work
x <- 1:20
near <- function(x,th) {
nr <-
2009 Jun 22
2
Speech switching in speakerphone?
Hi Jean-Marc
> Can you explain what you mean here by "speech switching"
By speech switching I mean the adaption of "gain2" when near-end or far-end is talking. What is important is that the timing is good and that the gain is low/high while far/near-end is talking. By timing I mean that the "gain2" should remain low until all far-end talk is final and that the