Displaying 20 results from an estimated 12252 matches for "construction".
2005 Jul 19
2
Installation
Hi there ,
I am a new user of Asterisk. When I downloaded it and was trying to compile it, i got the following error message after it run for a while. This error came after I run make.
__________________________________________
gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
2020 May 17
3
Problems with userdb and mail deliveribility
...-----------
A non-text attachment was scrubbed...
Name: DC-n
Type: text/x-po
Size: 3146 bytes
Desc: not available
URL: <https://dovecot.org/pipermail/dovecot/attachments/20200517/d950e796/attachment-0001.bin>
-------------- next part --------------
May 17 08:19:26 lmtp(rodeo at consulting-diy-construction.com)<98809><cHomK945wV75gQEAdP1VAQ>: Debug: auth-master: userdb lookup(rodeo at consulting-diy-construction.com): auth USER input:
May 17 08:19:26 lmtp(rodeo at consulting-diy-construction.com)<98809><cHomK945wV75gQEAdP1VAQ>: Debug: auth-master: userdb lookup(rodeo at consu...
2007 Dec 20
0
13 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c test/trace
libswfdec/swfdec_as_array.c | 88 +-
libswfdec/swfdec_xml.c | 17
libswfdec/swfdec_xml_node.c | 23
test/trace/Makefile.am | 28
test/trace/array-no-object-5.swf |binary
test/trace/array-no-object-5.swf.trace | 14
test/trace/array-no-object-6.swf |binary
test/trace/array-no-object-6.swf.trace | 14
2020 Aug 12
0
Problems, virtual and alias, Dovecot, Neomutt, OpenSMTPD on OpenBSD
...for the neomutt mailing list.
Here are copies of my doveconf -n, dovecot/passwd, vaddr, vdomains and
vusers. Obscured of course. Plus the DNS IP's of this server and the one
other server, which isn't running dovecot yet. Everything is using
maildir on both servers. DNSSEC on all but bennettconstruction.us and
mail.bennettconstruction.us
Is there anything wrong, missing or screwed up here?
I do intend to use encrypted passwds once I get submission to OpenSMTPD
working and add the right ports for that.
So far, I really haven't found the three different dovecot logs to be
particularly helpful,...
2006 Jun 23
2
[LLVMdev] Help with error in pass
...hat any of
the LLVM built-in allocators do. The list of passes that I am invoking is
as follows:
Pass Arguments: -verify -loopsimplify -loop-reduce -lowergc -lowerinvoke
-unreachableblockelim
Target Data Layout
Debug Information
Module Pass Manager
Function Pass Manager
Immediate Dominators Construction
ET Forest Construction
Module Verifier
-- Module Verifier
Natural Loop Construction
Dominator Set Construction
Dominator Tree Construction
-- Immediate Dominators Construction
Canonicalize natural loops
-- Dominator Set Construction
-- Dominator Tree Construction
Sca...
2006 Jun 24
0
[LLVMdev] Help with error in pass
.... The list of passes that I am invoking is
> as follows:
>
> Pass Arguments: -verify -loopsimplify -loop-reduce -lowergc -lowerinvoke
> -unreachableblockelim
> Target Data Layout
> Debug Information
> Module Pass Manager
> Function Pass Manager
> Immediate Dominators Construction
> ET Forest Construction
> Module Verifier
> -- Module Verifier
> Natural Loop Construction
> Dominator Set Construction
> Dominator Tree Construction
> -- Immediate Dominators Construction
> Canonicalize natural loops
> -- Dominator Set Construction...
2013 Feb 10
1
Patch to add gpg support to logcheck.
Enjoy,
Based mostly of the man page for mime-construct.
# free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
# distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied
2007 Aug 20
0
15 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_super.c libswfdec/swfdec_as_with.c
libswfdec/swfdec_as_context.c | 45 +++++++++++++++++++++++++-
libswfdec/swfdec_as_frame.c | 14 ++++----
libswfdec/swfdec_as_frame_internal.h | 3 +
libswfdec/swfdec_as_interpret.c | 22 ++++++++----
libswfdec/swfdec_as_object.c | 26 ++++++++++-----
libswfdec/swfdec_as_object.h | 11 +++++-
2014 Dec 09
3
[LLVMdev] [cfe-dev][Openmp-dev] Clang Plugin to analyze OpenMP AST
Hi,
I am writing a plugin to get information about the OpenMP constructs from the AST.
I am basically writing a “RecursiveASTVisitor” and I am trying to find the OpenMP statement and get information like filename and line of code.
When I am visiting recursively each statement I have my own switch on the “StmtClass” and for now I am focusing on “OMPParallelForDirectiveClass”.
In my understanding,
2006 Jun 24
1
[LLVMdev] Help with error in pass
...t; > as follows:
> >
> > Pass Arguments: -verify -loopsimplify -loop-reduce -lowergc -lowerinvoke
> > -unreachableblockelim
> > Target Data Layout
> > Debug Information
> > Module Pass Manager
> > Function Pass Manager
> > Immediate Dominators Construction
> > ET Forest Construction
> > Module Verifier
> > -- Module Verifier
> > Natural Loop Construction
> > Dominator Set Construction
> > Dominator Tree Construction
> > -- Immediate Dominators Construction
> > Canonicalize natural lo...
2012 Mar 27
2
Constructing Distance matrix for hclust
Hi,
I have similarity value between string pairs in a mysql database.
I need to construct the distance matrix which hclust can take and cluster
the strings. Most of the examples I came across show how to construct the
distance matrix using dist function.
How can I code to construct distance matrix using the data in mysql db.
Thanks a lot for any help.
[[alternative HTML version deleted]]
2006 Mar 06
2
Confusion about construction of RURIs from contact headers for BYEs generated by *
I'm a bit confused about how * constructs the RURI when it generates a
BYE. For the situation where * send the initial INVITE it constructs the
RURI for the BYE from the contact header of the 200 OK response which is
well and good. However when * receives the initial INVITE it does not
use the contact header contained within to construct the BYE's RURI but
constructs it from scratch. This
2013 Oct 16
2
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...be constructed by this CU.
>>> 2> DIEs that are constructed by CU A should belong to CU A.
>>> 3> About DIEs that are constructed directly in DwarfDebug, they should
>>> be added to a CU before calling addDIEEntry.
>>> Another option is to wrap all DIE constructions in a CU, which
>>> sounds reasonable for emit-a-CU-at-a-time.
>>>
>>
>> I'm not really sure what you mean by "wrap all DIE constructions in a
>> CU". Even with your change the DIEs are constructed by CUs and just added
>> to the appropriate c...
2013 Oct 16
3
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...gt;>>> 2> DIEs that are constructed by CU A should belong to CU A.
>>>>> 3> About DIEs that are constructed directly in DwarfDebug, they should
>>>>> be added to a CU before calling addDIEEntry.
>>>>> Another option is to wrap all DIE constructions in a CU, which
>>>>> sounds reasonable for emit-a-CU-at-a-time.
>>>>>
>>>>
>>>> I'm not really sure what you mean by "wrap all DIE constructions in a
>>>> CU". Even with your change the DIEs are constructed by CUs and...
2008 Nov 18
2
anyone familiar with this error?
[whit at linuxsvr R.packages]$ sudo R CMD INSTALL portfolio.construction
* Installing to library '/usr/local/lib64/R/library'
* Installing *source* package 'portfolio.construction' ...
** R
** preparing package for lazy loading
Loading required package: fts
Loading required package: quadprog
Loading required package: Rexcelpoi
terminate called after thro...
2013 Oct 16
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...gt; 2> DIEs that are constructed by CU A should belong to CU A.
>>>>>> 3> About DIEs that are constructed directly in DwarfDebug, they
>>>>>> should be added to a CU before calling addDIEEntry.
>>>>>> Another option is to wrap all DIE constructions in a CU, which
>>>>>> sounds reasonable for emit-a-CU-at-a-time.
>>>>>>
>>>>>
>>>>> I'm not really sure what you mean by "wrap all DIE constructions in a
>>>>> CU". Even with your change the DIEs are con...
2013 Oct 16
0
[LLVMdev] [Debug Info PATCH] for support of ref_addr and removal of DIE duplication
...y this CU.
>>>> 2> DIEs that are constructed by CU A should belong to CU A.
>>>> 3> About DIEs that are constructed directly in DwarfDebug, they should
>>>> be added to a CU before calling addDIEEntry.
>>>> Another option is to wrap all DIE constructions in a CU, which
>>>> sounds reasonable for emit-a-CU-at-a-time.
>>>>
>>>
>>> I'm not really sure what you mean by "wrap all DIE constructions in a
>>> CU". Even with your change the DIEs are constructed by CUs and just added
>>&...
2011 May 03
2
Constructing a histogram with words as labels as height as frequency?
Hi all.
I need to construct a plot showing words on the x-axis and how many times
each word was given as a verbal response on the y-axis as solid bar
(frequency). Is there a convenient function to do this in R? I considered
hist(), but I'm not sure how to construct the text file. Example:
apple, 2
pear, 14
house, 1
beach, 5
computer, 15
Thanks,
~Caitlin
[[alternative HTML version
2008 Mar 03
0
OT - Mime-construct, exim4 and job numbers
Hi,
I'm using mime-construct to send fax files (from an Asterisk server).
mime-construct is using exim4 to have its job done.
Trouble is I'm not pleased with the way I can link mime-construct and exim4
jobs (whenever an exim4 job fails, mime-construct exit code is still 0) :
all I'm doing at the moment is reading exim4 and syslog log files for events
matching.
In syslog, I've
2012 Sep 27
2
equivalent of Stata "by construct"
...om Stata to R. I don't need to extensive Statistical methods, but the main reason I am exploring the switch is the coding flexibility in R (e.g. Stata does not support linear/quadratic programming). I have been going over the R syntax and I had a quick question:
In Stata, one has a very useful construction called "by", e.g.
by month signal: gen xxx = myfunction(yyy zzz) if cond1==cond2
Similarly, in SAS, one can write
by monthn signal;
if cond1=cond2 then xxx = myfunction(yyy zzz);
run;
I looked at a lot of R tutorials, but I haven't come across the equivalent of the Stata or SAS &...