Displaying 9 results from an estimated 9 matches for "8c8".
Did you mean:
8cb8
2008 Apr 11
4
[LLVMdev] Setting up new project
...m sources
are, and where I built those sources. My project is in
/opt/src-llvm/projects/sample.
$ cd /opt/src-llvm/projects/sample
$ cd autoconf/
$ ./AutoRegen.sh
Your autoconf was not detected as being 2.5x
I have autoconf 2.6. To keep going I edited AutoRegen.sh and made the
following change:
8c8
< autoconf --version | egrep '2\.5[0-9]' > /dev/null
---
> autoconf --version | egrep '2\.[56][0-9]' > /dev/null
$ ./AutoRegen.sh
Regenerating aclocal.m4 with aclocal
Regenerating configure with autoconf 2.5x
$ cd ..
When I compiled the llvm sources, I did not do ma...
2008 Apr 11
0
[LLVMdev] Setting up new project
...> /opt/src-llvm/projects/sample.
>
> $ cd /opt/src-llvm/projects/sample
>
> $ cd autoconf/
> $ ./AutoRegen.sh
> Your autoconf was not detected as being 2.5x
>
> I have autoconf 2.6. To keep going I edited AutoRegen.sh and made the
> following change:
>
> 8c8
> < autoconf --version | egrep '2\.5[0-9]' > /dev/null
> ---
> > autoconf --version | egrep '2\.[56][0-9]' > /dev/null
>
>
> $ ./AutoRegen.sh
> Regenerating aclocal.m4 with aclocal
> Regenerating configure with autoconf 2.5x
>
> $ cd...
2002 Apr 09
3
getaddrinfo.c error compiling rsync on tru64 5.1A
i've applied albert chin's patch on configure.in file:
http://lists.samba.org/pipermail/rsync/2002-January/005726.html,
but i still getting the error:
cc: Error: lib/getaddrinfo.c, line 180: In this statement, "EAI_MAX" is not
declared. (undeclared)
thanks for any advice
Martin Sigilfredo
_________________________________________________________________
Join the world’s
1998 Aug 26
0
Errors encountered with 1.9.18p10 Makefile
...igure and should
fix these issues, but I thought someone else might find this handy.
NOTES: my system prompt is ': noah;'
<---------------------- cut here ------------------------->
: noah; pwd
/usr/local/src/samba/samba-1.9.18p10/sunos5.5.6
: noah; diff Makefile ../source/Makefile
8c8
< BASEDIR = /opt/samba-1.9.18p10
---
> BASEDIR = /usr/local/samba
12c12
< MANDIR = ($BASEDIR)/man
---
> MANDIR = /usr/local/man
42,43c42,43
< srcdir=../source/
< VPATH=$(srcdir)
---
> # srcdir=./
> # VPATH=$(srcdir)
250,252c250,252
< FLAGSM = -DSUNOS5 -DSHADOW_PWD -DNETGR...
2008 Apr 11
0
[LLVMdev] Setting up new project
...llvm.org/viewvc/llvm-project/llvm/trunk/autoconf/README.TXT?revision=29529&view=markup
(autoconf/README.TXT)
I would just install 2.5 on your system and make your life easier. Unless
you want to take the steps to upgrade the tools (in that case, please
submit a patch!).
-Tanya
>
> 8c8
> < autoconf --version | egrep '2\.5[0-9]' > /dev/null
> ---
>> autoconf --version | egrep '2\.[56][0-9]' > /dev/null
>
>
> $ ./AutoRegen.sh
> Regenerating aclocal.m4 with aclocal
> Regenerating configure with autoconf 2.5x
>
> $ cd ..
>...
2003 Sep 29
5
colours in dotchart (PR#4343)
Problem: neither fg or bg
nor color work properly in dotchart.
version: R-1.7.1 for windows
code which shows the errors:
x <-
matrix(rnorm(16),ncol=2,dimnames=list(paste("a",1:8,sep=""),c("before","afte
r")))
dotchart(x,fg="blue",bg="lightgrey")
dotchart(x,color=c("red","blue"))
Dr Ian J Wilson
Lecturer in
2007 Sep 20
8
How are alternate superblocks repaired?
Hi,
Using dumpe2fs I have been able to determine that all of my alternate ext3 superblocks are corrupted (not clean), and only the primary superblock is valid, i.e. mount works and the ordered journal is applied. When the primary superblock gets flakey, i.e. the ext_attr Filesystem feature goes missing - not sure why this occurs. At this point, the mount does not apply the journal using the
2011 Jul 17
19
xen 4.2 unstable; HVM; 2.6.39.3; HD/Network card error
hi folks,
after long trying i need some help from the big world :-)
question
********
when I boot a guest system, tried debian 6.0.2 amd64 firmware, I get errors
like:
1) after click install on debian 6.0.2 installer
[0.642450] vbd vbd-5632: 19 xenbus_dev_probe on device/vbd/5632
[0.642911] vbd vbd-5632: failed to write error node for device/vbd/5632 (19
xenbus_dev_probe on device/vbd/5632)
2)
2011 Jul 17
19
xen 4.2 unstable; HVM; 2.6.39.3; HD/Network card error
hi folks,
after long trying i need some help from the big world :-)
question
********
when I boot a guest system, tried debian 6.0.2 amd64 firmware, I get errors
like:
1) after click install on debian 6.0.2 installer
[0.642450] vbd vbd-5632: 19 xenbus_dev_probe on device/vbd/5632
[0.642911] vbd vbd-5632: failed to write error node for device/vbd/5632 (19
xenbus_dev_probe on device/vbd/5632)
2)