Displaying 20 results from an estimated 39702 matches for "previously".
2006 Jan 11
4
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
I can't build LLVM CFE after this patchs
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060109/030639.html
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060109/030654.html
Build terminated with messages:
--8X----------------------------------------------
llvm[2]: Compiling Lexer.cpp for Debug build
In file included from
2006 Jan 11
0
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
On Wed, 11 Jan 2006, Vladimir A. Merzliakov wrote:
> I can't build LLVM CFE after this patchs
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060109/030639.html
> http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060109/030654.html
This is most likely because you have conflict markers in the generated
files in the lib/AsmParser directory. Try removing
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
For VC++, I solved this by having bison/flex put the files into the obj
directories. I also have it unconditionally regenerate the files if
bison/flex is available, and copy them from src if they are not.
Chris Lattner wrote:
> On Wed, 11 Jan 2006, Vladimir A. Merzliakov wrote:
>
>> I can't build LLVM CFE after this patchs
>>
2006 Jan 11
1
[LLVMdev] Re: [llvm-commits] CVS: llvm/lib/AsmParser/Lexer.cpp Lexer.l
No solutions come to mind. Conflicts are conflicts and must be resolved
manually. This situation should only occur if you change the .l/.y file
and then update the .h/.cpp files after someone else has changed
the .l/.y file and regenerated the .h and .cpp. That doesn't seem like a
high frequency scenario that we need to worry about. Not sure there's
much we could do even if it was.
Reid.
2018 Nov 22
0
[PATCH] x86: fix -Wmissing-prototypes warning
* Yi Wang <wang.yi59 at zte.com.cn> wrote:
> We may get -Wmissing-prototypes warnings when building
> kernel with W=1, it's better to fix them as global function
> signature can be changed and caller who use the old unchanged
> prototypes will be hosed.
>
> This patch fixes most of -Wmissing-prototypes warnings which
> are in the root directory of arch/x86/kernel,
2013 Jan 10
2
[LLVMdev] LLVM Instruction*->getOperand() not working properly for ICMP
Hello everyone !
In my pass I inspect the penultimate instruction from every basic block in
runOnFunction(). I am interested in ICMP instructions only.
if(BB->size()>1)
if(last->getPrevNode())
{
previous = last->getPrevNode();
ok=1;
}
I want to get the operands of previous, which is of type Instruction*. Due
tests based on getNumOperands, ICMP has 2 (as
1999 Dec 30
1
more problems with solaris 7?
...ad_t'
/usr/include/sys/types.h:531: previous declaration of `quad_t'
In file included from config.h:289,
from bsd-misc.h:39,
from includes.h:91,
from atomicio.c:26:
defines.h:73: redefinition of `u_int16_t'
defines.h:73: `u_int16_t' previously declared here
defines.h:74: redefinition of `u_int32_t'
defines.h:74: `u_int32_t' previously declared here
defines.h:75: redefinition of `u_int64_t'
defines.h:75: `u_int64_t' previously declared here
defines.h:102: redefinition of `quad_t'
defines.h:102: `quad_t' previously...
2004 Jan 16
0
iproute2 source compiling problem
Hello !
Have anyone got an iproute2 source with HTB which I can compile with the
includes of kernel 2.4.21 or higher. I had one but I get the following
error msgs:
q_htb.c:338: redefinition of `explain''
q_htb.c:32: `explain'' previously defined here
q_htb.c:357: redefinition of `explain1''
q_htb.c:51: `explain1'' previously defined here
q_htb.c:366: redefinition of `htb_parse_opt''
q_htb.c:60: `htb_parse_opt'' previously defined here
q_htb.c:406: redefinition of `htb_parse_class_opt''
q_htb....
2000 Jan 07
2
problems with compiling on SPARC solaris 2.7
...libexec/ssh/ssh-askpass\" -DHAVE_CONFIG_H -c atomicio.c -o atomicio.o
In file included from config.h:294,
from bsd-misc.h:39,
from includes.h:91,
from atomicio.c:26:
defines.h:74: redefinition of `u_int16_t'
defines.h:74: `u_int16_t' previously declared here
defines.h:75: redefinition of `u_int32_t'
defines.h:75: `u_int32_t' previously declared here
defines.h:76: redefinition of `u_int64_t'
defines.h:76: `u_int64_t' previously declared here
In file included from config.h:294,
from bsd-strlcpy.h:4,...
2012 Nov 22
0
Mixed models and learning curves
My name is Giovanna and I am a PhD student in Norway.
I am a beginner with statistics and R, hence my ignorance. Apologies from now.....
I have been collecting data on time performances of 5 subjects using a 1:3 scale tower yarder. The task was consisting in yarding 5 small logs placed on permanently marked course. Four subjects had different previous experiences (None, Some) and the fifth was a
2009 Oct 06
1
previous.best in metaMDS
Dear R-community, dear Jari Oksanen!
I use metaMDS (package vegan) to calculate NMDS.
In a lot of papers I read that it is recommended to use previous best solutions as a new starting configuration to get better results and to avoid local minima.
On the help page I found that a previous.best-command is already implemented in metaMDS:
metaMDS(comm, distance = "bray", ...,plot = FALSE,
2007 May 04
0
Error compiling patched pppd for zapras
hi everybody,
i'm tryint to install a asterisk system which acts as a dialin server
using a Digium Wildcard 205P.
acording to http://www.voip-info.org/wiki/view/Asterisk+cmd+ZapRAS i
need a patched version of pppd, but it does not compile on my system.
Linux box 2.6.17-gentoo-r8 #1 SMP Tue Sep 26 13:17:23 CEST 2006 x86_64
AMD Athlon(tm) 64 Processor 3200+ GNU/Linux
gcc -4.1.1, glibc-2.4
2001 Feb 28
2
Samba Compile problems
I have downloaded what I think is the latest CVS sources using:
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot login
cvs -d :pserver:cvs@pserver.samba.org:/cvsroot co samba
Changed to the samba/source directory and done ./configure
when I do a make i get:
make: *** Warning: File `Makefile.in' has modification time in the future
(2001-02-27 13:09:49 > 2001-02-27 07:20:20)
WARNING: you
2016 Mar 23
2
r-base installation fails on Ubuntu 14.04
...untu6.6) ...
>>> (Reading database ... 11540 files and directories currently installed.)
>>> Preparing to unpack .../libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb ...
>>> Unpacking libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) over (1.2.50-1ubuntu2) ...
>>> Selecting previously unselected package libroken18-heimdal:amd64.
>>> Preparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...
>>> Unpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...
>>> Selecting previously unselected package libasn1-8-hei...
2016 Mar 23
5
r-base installation fails on Ubuntu 14.04
...triggers for libc-bin (2.19-0ubuntu6.6) ...
> (Reading database ... 11540 files and directories currently installed.)
> Preparing to unpack .../libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb ...
> Unpacking libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) over (1.2.50-1ubuntu2) ...
> Selecting previously unselected package libroken18-heimdal:amd64.
> Preparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...
> Unpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...
> Selecting previously unselected package libasn1-8-heimdal:amd64.
> Prepari...
2016 Mar 23
3
r-base installation fails on Ubuntu 14.04
...untu6.6) ...
>>> (Reading database ... 11540 files and directories currently installed.)
>>> Preparing to unpack .../libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb ...
>>> Unpacking libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) over (1.2.50-1ubuntu2) ...
>>> Selecting previously unselected package libroken18-heimdal:amd64.
>>> Preparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...
>>> Unpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...
>>> Selecting previously unselected package libasn1-8-hei...
2016 Mar 23
0
r-base installation fails on Ubuntu 14.04
...u2.1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
(Reading database ... 11540 files and directories currently installed.)
Preparing to unpack .../libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb ...
Unpacking libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) over (1.2.50-1ubuntu2) ...
Selecting previously unselected package libroken18-heimdal:amd64.
Preparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../lib...
2016 Mar 23
0
r-base installation fails on Ubuntu 14.04
...bc-bin (2.19-0ubuntu6.6) ...
>> (Reading database ... 11540 files and directories currently installed.)
>> Preparing to unpack .../libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb ...
>> Unpacking libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) over (1.2.50-1ubuntu2) ...
>> Selecting previously unselected package libroken18-heimdal:amd64.
>> Preparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...
>> Unpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...
>> Selecting previously unselected package libasn1-8-heimdal:amd64....
2006 Jun 24
1
samba-3.0.22 with Heimdal Kerberos - compilation problem
Hi All,
I'm trying to compile samba-3.0.22 with Heimdal Kerberos on Solaris 8
configure works fine but make fails
I am running configure with the option --with-krb5=/opt/local which is
where I have heimdal installed. The problem is that after running make,
it still tries to use the include files from SUN that are in /usr/ and this
screws up the compile.
2016 Mar 23
0
r-base installation fails on Ubuntu 14.04
...;>>> (Reading database ... 11540 files and directories currently installed.)
>>>> Preparing to unpack .../libpng12-0_1.2.50-1ubuntu2.14.04.2_amd64.deb ...
>>>> Unpacking libpng12-0:amd64 (1.2.50-1ubuntu2.14.04.2) over (1.2.50-1ubuntu2) ...
>>>> Selecting previously unselected package libroken18-heimdal:amd64.
>>>> Preparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.1_amd64.deb ...
>>>> Unpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.1) ...
>>>> Selecting previously unselected package l...