Displaying 12 results from an estimated 12 matches for "__in".
Did you mean:
__i
2017 Jun 21
2
Dovecot 2.2.30* compiling error
...it's old, but I didn't notice in changelog that something
special new was added, so maybe this is somekind of bug?
Edit, tested with newer gcc and got new error:
db-checkpassword.c: In function 'sigchld_handler':
db-checkpassword.c:434:6: error: assignment of read-only member '__in'
db-checkpassword.c:437:26: error: assignment of read-only member '__in'
db-checkpassword.c:439:13: error: assignment of read-only member '__in'
db-checkpassword.c:440:26: error: assignment of read-only member '__in'
make[3]: *** [db-checkpassword.lo] Error 1
Seems thi...
2012 Oct 01
1
BUG to compile dovecot 2.1.10 on Debian 4.0, using gcc 4.1.2
...compile dovecot 2.1.10 on Debian 4.0, using gcc 4.1.2.
When running 'make' getting the following error:
-------------------------------------------------- --------
db-checkpassword.c: In function 'sigchld_handler':
db-checkpassword.c: 426: error: assignment of read-only member '__in'
db-checkpassword.c: 429: error: assignment of read-only member '__in'
db-checkpassword.c: 431: error: assignment of read-only member '__in'
db-checkpassword.c: 432: error: assignment of read-only member '__in'
make [3]: ** [db-checkpassword.o] Error 1
make [3]: ** Waiti...
2017 Jun 21
0
Dovecot 2.2.30* compiling error
...rmail/dovecot/attachments/20170621/1265aa9b/attachment.obj>
-------------- next part --------------
> Edit, tested with newer gcc and got new error:
>
> db-checkpassword.c: In function 'sigchld_handler':
> db-checkpassword.c:434:6: error: assignment of read-only member '__in'
> db-checkpassword.c:437:26: error: assignment of read-only member '__in'
> db-checkpassword.c:439:13: error: assignment of read-only member '__in'
> db-checkpassword.c:440:26: error: assignment of read-only member '__in'
But this is weird. Why are your WIFSIG...
2017 Jun 21
2
Dovecot 2.2.30* compiling error
...follow
collect2: ld returned 1 exit status
make[4]: *** [test-lib] Error 1
>
>
>> Edit, tested with newer gcc and got new error:
>>
>> db-checkpassword.c: In function 'sigchld_handler':
>> db-checkpassword.c:434:6: error: assignment of read-only member '__in'
>> db-checkpassword.c:437:26: error: assignment of read-only member '__in'
>> db-checkpassword.c:439:13: error: assignment of read-only member '__in'
>> db-checkpassword.c:440:26: error: assignment of read-only member '__in'
> But this is weird. Why...
2017 Jun 02
3
Dovecot 2.2.30* compiling error
Hello.
I cant build 2.2.30*, but I can build fine version 2.2.29* with same
options:
RedHat based customized distro, 2.6.28.10 kernel
Build options:
export CPPFLAGS
export LDFLAGS
CPPFLAGS=-I/usr/local/ssl/include
LDFLAGS=-L/usr/local/ssl/lib
./configure \
--prefix=/usr \
--with-ssl=openssl \
--with-ssldir=/etc/ssl \
--sysconfdir=/etc \
2009 Sep 13
1
[LLVMdev] I am suspicious on the setting of _WIN32_WINNT
That's because when I am using Mingw to compile llvm.
It's report can't find the API
DWORD WINAPI GetProcessId(
__in HANDLE Process
);
In Mingw it's defined as
#if (_WIN32_WINNT >= 0x0501)
WINBASEAPI DWORD WINAPI GetProcessId(HANDLE);
#endif
but IN Wnidows SDK, there is nothing around GetProcessId.
But from MSDN
GetProcessId Function
Retrieves the process identifier of the specified process.
Syntax...
2015 Jun 12
1
samba 4.1.13 not applying domain policy in windows XP clients
...;0x001200a9;;;ED)
does not match expected value
O:DAG:DAD:PAR(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;EA)(A;OICIIO;0x001f01ff;;;CO)(A;OICI;0x001f01ff;;;DA)(A;OICI;0x001f01ff;;;SY)(A;OICI;0x001200a9;;;ED)
from GPO object
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py",
line 175, in _run
return self.run(*args, **kwargs)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/ntacl.py",
line 249, in run
lp)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/provision/__init__.py",
line 1726, in ch...
1999 Jun 29
1
text-plotting math & regular mixed ?
Maybe embarassing, but I can't quickly find out how to do this:
Mix expression() text and regular text __in a variable__ for plotting:
I can easily do
plot(1,type="n",main=expression(paste("Plot of ", x ^ alpha, "; ", alpha==2.3)
However, if alpha is really just in a variable, I don't know what to do
alpha <- 2.3
ch.a <- format(alpha)
and now do the above...
1999 Jun 29
1
text-plotting math & regular mixed ?
Maybe embarassing, but I can't quickly find out how to do this:
Mix expression() text and regular text __in a variable__ for plotting:
I can easily do
plot(1,type="n",main=expression(paste("Plot of ", x ^ alpha, "; ", alpha==2.3)
However, if alpha is really just in a variable, I don't know what to do
alpha <- 2.3
ch.a <- format(alpha)
and now do the above...
2015 Feb 28
4
Samba internal DNS Problem
...'m facing a samba internal dns problem. Every command which starts
with "samba-tool dns" throughs the following exception:
ERROR(runtime): uncaught exception - (-1073741801, 'Memory allocation error')
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/__init__.py", line
175, in _run
return self.run(*args, **kwargs)
File
"/usr/local/samba/lib/python2.7/site-packages/samba/netcmd/dns.py",
line 706, in run
dns_conn = dns_connect(server, self.lp, self.creds)
File
"/usr/local/samba/lib/python2.7/site-packages/sa...
2007 Nov 09
11
[PATCH 0/24] paravirt_ops for unified x86 - that's me again!
Hey folks,
Here's a new spin of the pvops64 patch series.
We didn't get that many comments from the last time,
so it should be probably almost ready to get in. Heya!
>From the last version, the most notable changes are:
* consolidation of system.h, merging jeremy's comments about ordering
concerns
* consolidation of smp functions that goes through smp_ops. They're sharing
2007 Nov 09
11
[PATCH 0/24] paravirt_ops for unified x86 - that's me again!
Hey folks,
Here's a new spin of the pvops64 patch series.
We didn't get that many comments from the last time,
so it should be probably almost ready to get in. Heya!
>From the last version, the most notable changes are:
* consolidation of system.h, merging jeremy's comments about ordering
concerns
* consolidation of smp functions that goes through smp_ops. They're sharing