search for: near

Displaying 20 results from an estimated 12979 matches for "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: initialization from incompatible pointer type [-Werror] i8259.c:66:9: error: (near i...
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: initialization from incompatible pointer type [-Werror] i8259.c:66:9: error: (near i...
2005 Nov 18
1
how can i compile speex on Solaris 9 with gcc 3.4.2
...t;.deps/speexenc. Tpo"; exit 1; fi speexenc.c:35:20: getopt.h: No such file or directory speexenc.c: In function `main': speexenc.c:221: error: elements of array `long_options' have incomplete type speexenc.c:223: warning: excess elements in struct initializer speexenc.c:223: warning: (near initialization for `long_options[0]') speexenc.c:223: error: `no_argument' undeclared (first use in this function) speexenc.c:223: error: (Each undeclared identifier is reported only once speexenc.c:223: error: for each function it appears in.) speexenc.c:223: warning: excess elements in st...
2004 Mar 16
2
Cannot compile wine
...SRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o tokenize.o tokenize.c tokenize.c:46: error: `TK_ABORT' undeclared here (not in a function) tokenize.c:46: error: initializer element is not constant tokenize.c:46: error: (near initialization for `aKeywordTable[0].tokenType') tokenize.c:46: error: initializer element is not constant tokenize.c:46: error: (near initialization for `aKeywordTable[0]') tokenize.c:47: error: `TK_AFTER' undeclared here (not in a function) tokenize.c:47: error: initializer element is...
2002 Feb 20
1
Errors compiling rsync 2.5.2 on Solaris 8
...ction `log_transfer': log.c:570: warning: unused parameter `file' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c backup.c -o backup.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o options.c:271: warning: missing initializer options.c:271: warning: (near initialization for `long_options[0].descrip') options.c:272: warning: missing initializer options.c:272: warning: (near initialization for `long_options[1].val') options.c:273: warning: missing initializer options.c:273: warning: (near initialization for `long_options[2].val') options.c...
2010 Jul 19
0
How to install sieve
...acation.c:66: error: ?FALSE? undeclared (first use in this function) cmd-vacation.c:66: error: (Each undeclared identifier is reported only once cmd-vacation.c:66: error: for each function it appears in.) cmd-vacation.c:66: warning: excess elements in struct initializer cmd-vacation.c:66: warning: (near initialization for ?vacation_command?) cmd-vacation.c:66: warning: excess elements in struct initializer cmd-vacation.c:66: warning: (near initialization for ?vacation_command?) cmd-vacation.c:67: error: ?cmd_vacation_registered? undeclared (first use in this function) cmd-vacation.c:67: warning: e...
2002 Jan 29
1
Solaris 2.8/2.5.2 build issues
...-Wall -W -I./popt -c backup.c -o backup.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o In file included from options.c:22: popt/popt.h:117: warning: type qualifiers ignored on function return type options.c:271: warning: missing initializer options.c:271: warning: (near initialization for `long_options[0].descrip') options.c:272: warning: missing initializer options.c:272: warning: (near initialization for `long_options[1].val') options.c:273: warning: missing initializer options.c:273: warning: (near initialization for `long_options[2].val') options.c...
2002 Mar 12
1
Problems with 2.5.3 under Debian Linux
...nction `log_transfer': log.c:574: warning: unused parameter `file' gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c backup.c -o backup.o gcc -I. -I. -g -O2 -DHAVE_CONFIG_H -Wall -W -I./popt -c options.c -o options.o options.c:273: warning: missing initializer options.c:273: warning: (near initialization for `long_options[0].descrip') options.c:274: warning: missing initializer options.c:274: warning: (near initialization for `long_options[1].val') options.c:275: warning: missing initializer options.c:275: warning: (near initialization for `long_options[2].val') options.c...
2003 Jul 14
1
Make errors in /usr/src/release/sysinstall
...graveconcern, 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' undeclared here (not in a function) keymap.h:4436: initializer element is not constant keymap.h:4436: (near initialization for `keymapInfos[0].map') keymap.h:4437: `keymap_bg_bds_ctrlcaps' undeclared here (not in a function) keymap.h:4437: initializer element is not constant keymap.h:4437: (near initialization for `keymapInfos[1].map') keymap.h:4438: `keymap_bg_phonetic_ctrlcaps' undeclar...
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"), Xapian::Query(&quot...
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 ste...
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 o...
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-...
2016 Feb 27
2
X86 assembler cannot jump NEAR?
...rently 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 accepted: $ echo "jmp near _label"|llvm-mc -assemble -triple=i386 -show-encoding .text <stdin>:1:10: error: unexpected token in argument list jmp near _label ^ Thanks, Jun -----------...
2005 Mar 14
2
Install the RMySQL
...-MySQL.h:41:27: mysql_version.h: No such file or directory RS-MySQL.h:42:23: mysql_com.h: No such file or directory In file included from RS-MySQL.c:22: RS-MySQL.h:109: `FIELD_TYPE_DECIMAL' undeclared here (not in a function) RS-MySQL.h:109: initializer element is not constant RS-MySQL.h:109: (near initialization for `RS_MySQL_dataTypes [0].typeId') RS-MySQL.h:109: initializer element is not constant RS-MySQL.h:109: (near initialization for `RS_MySQL_dataTypes [0]') RS-MySQL.h:110: `FIELD_TYPE_TINY' undeclared here (not in a function) RS-MySQL.h:110: initializer element is not co...
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, > > proximity of phrases does make sense in this case, if there is a > > wishlist somewhere, but it's admitt...
2016 Feb 27
0
X86 assembler cannot jump NEAR?
...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 accepted: > > $ echo "jmp near _label"|llvm-mc -assemble -triple=i386 -show-encoding > .text > <stdin>:1:10: error: unexpected token in argument list > jmp near _label >...
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 crash, but "test NEAR test NEAR x-y" will. Stemming langu...
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 <- NROW(x) for (i in 1:(nr-1)){ for (j in (i+1):nr){ if (j &gt...
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 gain should quickly be high when near-and is talking. >...