search for: __off_t

Displaying 9 results from an estimated 9 matches for "__off_t".

Did you mean: z_off_t
2005 Nov 21
1
[PATCH] 64 bit clean compilation patches
...n `record_failed_login': loginrec.c:1655: warning: passing arg 3 of `getpeername' from incompatible pointer typescp.c: loginrec.c:1656: warning: passing arg 2 of `ipv64_normalise_mapped' from incompatible pointer type In function `source': scp.c:566: warning: long long int format, __off_t arg (arg 5) scp.c:566: warning: long long int format, __off_t arg (arg 5) These patches were tested on a 32-bit GNU/Linux machine with inttypes.h, 32-bit FreeBSD without inttypes.h, and a 64-bit GNU/Linux machine with inttypes.h. Please apply! Shaw -------------- next part -------------- An...
2019 Jan 11
2
Solr -> Xapian ?
...t; <br> </div> <div> However, I reach : </div> <div> <br> </div> <div> ../../../src/lib/compat.h:207:19: error: conflicting declaration of </div> <div> 'ssize_t i_my_pread(int, void*, size_t, __off_t)' with 'C' linkage </div> <div> # define pread i_my_pread </div> <div> ^~~~~~~~~~ </div> <div> ../../../src/lib/compat.h:210:9: note: previous declaration with 'C++' </div> <div> linkage &...
2019 Jan 11
0
Solr -> Xapian ?
I managed to deal with the namespace issue (updated makefile.am) However, I reach : ../../../src/lib/compat.h:207:19: error: conflicting declaration of 'ssize_t i_my_pread(int, void*, size_t, __off_t)' with 'C' linkage # define pread i_my_pread ^~~~~~~~~~ ../../../src/lib/compat.h:210:9: note: previous declaration with 'C++' linkage ssize_t i_my_pread(int fd, void *buf, size_t count, off_t offset); ^~~~~~~~~~ ../../../src/lib/compat.h:208:20: error: conflicting declaration o...
2019 Jan 11
0
Solr -> Xapian ?
...dovecot at dovecot.org> wrote: >> >> I managed to deal with the namespace issue (updated makefile.am) >> >> However, I reach : >> >> ../../../src/lib/compat.h:207:19: error: conflicting declaration of >> 'ssize_t i_my_pread(int, void*, size_t, __off_t)' with 'C' linkage >> # define pread i_my_pread >> ^~~~~~~~~~ >> ../../../src/lib/compat.h:210:9: note: previous declaration with 'C++' >> linkage >> ssize_t i_my_pread(int fd, void *buf, size_t count, off_t offset); >> ^~~~~~~~~~ >&...
2019 Jan 11
2
Solr -> Xapian ?
Also, 1 - WHat does represent "subargs" in mail_search_args 2 - I made my first code, and the error I get compiling within the dovecot architecture is "In file included from fts-xapian-plugin.c:4: fts-xapian-plugin.h:6:1: error: unknown type name 'using'; did you mean 'uint'? using namespace std;" if I remove this, the Xapian library is also complaining
2019 Jan 11
4
Solr -> Xapian ?
...oan Moreau via dovecot < dovecot at dovecot.org> wrote: > > I managed to deal with the namespace issue (updated makefile.am) > > However, I reach : > > ../../../src/lib/compat.h:207:19: error: conflicting declaration of > 'ssize_t i_my_pread(int, void*, size_t, __off_t)' with 'C' linkage > # define pread i_my_pread > ^~~~~~~~~~ > ../../../src/lib/compat.h:210:9: note: previous declaration with 'C++' > linkage > ssize_t i_my_pread(int fd, void *buf, size_t count, off_t offset); > ^~~~~~~~~~ > ../../../src/lib/compat....
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...__quad_t; typedef unsigned long int __u_quad_t; typedef unsigned long int __dev_t; typedef unsigned int __uid_t; typedef unsigned int __gid_t; typedef unsigned long int __ino_t; typedef unsigned long int __ino64_t; typedef unsigned int __mode_t; typedef unsigned long int __nlink_t; typedef long int __off_t; typedef long int __off64_t; typedef int __pid_t; typedef struct { int __val[2]; } __fsid_t; typedef long int __clock_t; typedef unsigned long int __rlim_t; typedef unsigned long int __rlim64_t; typedef unsigned int __id_t; typedef long int __time_t; typedef unsigned int __useconds_t; typedef long...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *