Displaying 8 results from an estimated 8 matches for "nrefs".
Did you mean:
refs
2012 Nov 28
1
[LLVMdev] Inconsistent result with CallGraph
Hello:
We are working with LLVM-3.1 and we have a problem.This is the code we have
executed:
virtual void getAnalysisUsage( llvm::AnalysisUsage & info ) const {
info.addRequired<CallGraph>();
...
}
...
virtual bool runOnModule( Module & M )
{
...
CallGraph &CG = this->getAnalysis<CallGraph>();
CallGraphNode *cgn;
unsigned nref;
2012 Nov 22
0
[LLVMdev] possible bug in llvm-3.1
Hello:
We are developer-engineers of Appentra Solutions. We are working with
LLVM-3.1 and we have a problem. We think we have found a bug on
CallGraphNode. This is the code we have executed:
virtual void getAnalysisUsage( llvm::AnalysisUsage & info ) const {
info.addRequired<CallGraph>();
...
}
...
virtual bool runOnModule( Module & M )
{
...
CallGraph &CG =
2011 Dec 16
2
R package BibTex entries: looking for a more general solution
Back in 2010 I raised this issue, and there was some discussion,
https://stat.ethz.ch/pipermail/r-devel/2010-November/058987.html
The goal, then, as now is to have a way to produce a bibtex-clean .bib
file (i.e., not requiring
manual editing except in unusual circumstances) reflecting installed
packages
for use in writing where one often needs/wants to cite all packages used
in a given
2011 Feb 13
3
Icecast startup script for Centos 5.5
....3.2-4.el5.i386.rpm
Retrieving
http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm
error: skipping
http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm
- transfer failed - Unknown or unexpected error
warning: u 0x1996d580 ctrl 0x19970780 nrefs != 0
(download.fedoraproject.org http)
I'm guessing its because my VPS is 64 bit? If it's the case I'll do a
fresh install of the 32bit version.
On Sun, 13 Feb 2011 22:14:53 +0000 (GMT), Keith Roberts
<keith at karsites.net> wrote:
> On Sun, 13 Feb 2011, Huw - Jungli...
2007 Jan 16
0
9 commits - libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_cache.c libswfdec/swfdec_cached.c libswfdec/swfdec_cached.h libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_image.c
...hObjec
};
static JSObjectOps *
-with_getObjectOps(JSContext *cx, JSClass *clasp)
+with_getObjectOps(JSContext *cx, const JSClass *clasp)
{
return &js_WithObjectOps;
}
@@ -1782,7 +1782,7 @@ js_InitObjectClass(JSContext *cx, JSObje
void
js_InitObjectMap(JSObjectMap *map, jsrefcount nrefs, JSObjectOps *ops,
- JSClass *clasp)
+ const JSClass *clasp)
{
map->nrefs = nrefs;
map->ops = ops;
@@ -1792,7 +1792,7 @@ js_InitObjectMap(JSObjectMap *map, jsref
JSObjectMap *
js_NewObjectMap(JSContext *cx, jsrefcount nrefs, JSObjectOps *ops,
-...
2011 Feb 13
0
Icecast startup script for Centos 5.5
...http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm
> error: skipping
>
>
> http://download.fedoraproject.org/pub/epel/5/i386/icecast-2.3.2-4.el5.i386.rpm
>
> - transfer failed - Unknown or unexpected error
> warning: u 0x1996d580 ctrl 0x19970780 nrefs != 0
> (download.fedoraproject.org http)
>
> I'm guessing its because my VPS is 64 bit? If it's the case I'll do
> a
> fresh install of the 32bit version.
>
>
> On Sun, 13 Feb 2011 22:14:53 +0000 (GMT), Keith Roberts
> <keith at karsites.net> wrote...
2006 Sep 04
7
package: ignores "source"; "provider" doesn''t work as advertised?
Hi
I¹m not sure if I¹m misunderstanding, however, when I try the following:
class thttpd {
package { thttpd:
version => "2.25b-4.2",
source =>
"http://dag.wieers.com/packages/thttpd/thttpd-2.25b-4.2.el4.rf.i386.rpm"
}
[snip other code]
}
On fedora core 5, the ³source² is ignored: yum is used to pull the package
from the upstream repos listed in
2011 Feb 13
3
Icecast startup script for Centos 5.5
Hi all. me again!
I've decided after some good advice from Sascha
to go with a CentOS build. I've got icecast installed and running,
however I'm having difficulty in finding a script that will start the
icecast server on boot. Does anybody have one built, or know where I can
find one?
Ive kept everything pretty much standard in that the icecast
server uses user "icecast"