Displaying 20 results from an estimated 200 matches similar to: "DarkIce"
2008 Nov 01
0
[LLVMdev] llvm-gcc-4.2 CC1_SPECS
On Fri, Oct 31, 2008 at 10:38:50AM -0700, Mike Stump wrote:
> On Oct 31, 2008, at 9:40 AM, Jack Howarth wrote:
>> However in current llvm svn, when I compile code with llvm-gfortran, I
>> get these warning
>> flags passed by default so that I get bogus warnings of...
>>
>> f951: warning: command line option "-Wformat" is valid for C/C++/
>>
2004 Sep 10
0
flac + gcc 3.0 problem, possible solution
I remember someone saying that compiling flac
with gcc 3.0 yields a broken executable. I saw this
on the Lame list that might explain the problem. I don't
have a gcc 3.0 setup yet but somebody may be able
to verify this...
--- Alexander Leidinger <Alexander@Leidinger.net> wrote:
> From: Alexander Leidinger <Alexander@Leidinger.net>
> Subject: Re: [MP3 ENCODER] Lame and
2012 Apr 01
2
A function like sum but with functions other than '+'
Because I didn't find in R any functions similar to the function 'reduce' from
Python, I'm writing a function "freduce" as follows:
freduce <- function(f, vec, ValIni=NULL, StopIn=NULL) {
# f: is any function that takes two arguments of the same type
# vec: is a vector of n values accepted by 'f'
#
# Initially f starts with ValIni, if it's given
2009 Jan 13
1
[Bug 569] New: in6addr_any undeclared
http://bugzilla.netfilter.org/show_bug.cgi?id=569
Summary: in6addr_any undeclared
Product: iptables
Version: CVS (please indicate timestamp)
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P1
Component: unknown
AssignedTo: laforge at netfilter.org
ReportedBy:
2000 Mar 01
1
Re: Re: R-1.0.0 is released (PR#467)
bhoel@server.python.net (Berthold Höllmann) writes:
> Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
>
> > I've rolled up R-1.0.0.tgz a short while ago.
> >
> I've build R-1.0.0 on my
>
> >uname -a
> Linux pchoel 2.2.14 #3 Mit Jan 5 08:57:39 MET 2000 i686 unknown
>
> box. Calling "make check" fails with
....
> >
2000 Mar 01
1
Re: Re: R-1.0.0 is released (PR#467)
bhoel@server.python.net (Berthold Höllmann) writes:
> Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
>
> > I've rolled up R-1.0.0.tgz a short while ago.
> >
> I've build R-1.0.0 on my
>
> >uname -a
> Linux pchoel 2.2.14 #3 Mit Jan 5 08:57:39 MET 2000 i686 unknown
>
> box. Calling "make check" fails with
....
> >
2000 Mar 01
1
Re: R-1.0.0 is released (PR#466)
Peter Dalgaard BSA <p.dalgaard@biostat.ku.dk> writes:
> I've rolled up R-1.0.0.tgz a short while ago.
>
I've build R-1.0.0 on my
>uname -a
Linux pchoel 2.2.14 #3 Mit Jan 5 08:57:39 MET 2000 i686 unknown
box. Calling "make check" fails with
...
make[4]: Entering directory `/opt/src/devel/R-1.0.0/tests/Examples'
updating base-Ex.R ...
make[5]: Entering
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
On Thu, 21 Jul 2005, Long Fei wrote:
> Does anyone know the "standard" commandline to compile and run spec95
> benchmarks ?
>
> I found some scripts in llvm test suite (External/SPEC/CINT95), but I am not
> sure if they are the *default ref* configurations. <Some of them seem to use
> smaller problem sizes.> SPEC95 was retired many years ago, so few people
2006 Oct 10
0
compiling error R-2.4.0
Hi there,
I am trying to install from the source R-2.4.0 on my mac (osx 10.4.8
G5 DP)
The error imply Tcl/Tk.
I install it by all the way I know: darwinport, the Tcl/Tk package
from the dmg available from CRAN but without success.
The PATH is correct.
tclConfig.sh is localised in /opt/local/lib and have those permission:
-rw-r--r-- 2 root admin 7K Oct 9 09:49 tclConfig.sh
Here is
2005 Jul 22
0
[LLVMdev] Need help on SPEC 95 "standard" commandlines
On Thu, 21 Jul 2005, Long Fei wrote:
> which suggests the compiling command:
> gcc -DSPEC_CPU95 -O2 -o spec_go g2.c g22.c g23.c g25.c g26.c g27a.c g27b.c
> g28.c g29.c g2eye.c g2jlib2.c g2jos.c g2list.c g2reas.c g2s2.c g2s3.c g2shp.c
> and the running commandline:
> ./spec_go 50 9 2stone9.in
> < are these correct ? >
I believe that we only include test/train inputs for
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
Full_Name: Albrecht Gebhardt
Version: 0.99.0
OS: alpha, osf4.0
Submission from: (NULL) (143.205.180.40)
DEC cc doesn't like c++ style comments // like this one
Please use standard cc comments or #if 0 ... #endif
A quite large patch follows
(I hope it will pass mailing with not too much wrapped lines):
--- ./src/main/g_her_glyph.c.dec-cc.patch Mon Feb 7 14:48:10 2000
+++
2005 Mar 02
1
Addons Make Problems! HELP!
Hi all,
I have a server with an Athlon 64 3200 and Fedora Core 2 x86_64.
I have compiled and installed Asterisk 1.0.6 without any problems. When
I try to make asterisk-addons-1.0.6 it say me:
[root@server1 asterisk-addons-1.0.6]# make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory
2005 Mar 01
0
Addons compile errors
Hi all,
I have a server with an Athlon 64 3200 and Fedora Core 2 x86_64.
I have compiled and installed Asterisk 1.0.6 without any problems. When
I try to make asterisk-addons-1.0.6 it say me:
[root@server1 asterisk-addons-1.0.6]# make
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory
2005 Mar 25
1
asterisk-addons and 64bit make
Hi all, I have an Athlon 64 server with Fedora Core 2 x86_64. When I try
to make asterisk-addons-1.0.7 (and olders) it can't and it say me
[root@server1 asterisk-addons-1.0.7]# make install
./mkdep -fPIC -I../asterisk -D_GNU_SOURCE -I/usr/include/mysql `ls *.c`
make -C format_mp3 all
make[1]: Entering directory `/usr/src/asterisk-addons-1.0.7/format_mp3'
gcc -pipe -Wall
2005 Mar 19
2
Problem with asterisk-addons/OS X
Hi,
Having all sorts of troubles getting mysql cdr support under OS X.
Mysql, DBI and DBD all installed and running ok, privileges all set
correctly (I think). Latest asterisk-addons checked out of cvs. Keep
getting error on make install (implies gcc doesn't support -shared
linking, which is wierd):
Anyone got mysql cdr support running on OS X?
Cheers
Rob
2005 Mar 22
1
asterisk-addons / OS X woes (continued)
Hi,
Using Zack's -shared replacement posted earlier, addons now compiles.
For some reason though, when trying to load it cannot find
cdr_mysql.conf even though it's in the /etc/asterisk directory as it
should be.
Anyone with any ideas? There's still references to _i386 files that
are probably incorrect as well. Thanks
Rob
console messages:
apsvr1*CLI> reload
Mar 23
2005 Jan 18
2
problems compiling asterisk-addons
Hello maybe someone can help me?
I did the CVS checkout and then compiled asterisk
Then I tried to compile the addons and got the following (don't
understand what's wrong at all and can't find anything about this error
on google/wiki)
app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4
arguments, but only 3 given
app_addon_sql_mysql.c: In function
2005 Mar 22
2
Asterisk-addons/OS X woes
Hi,
Know there has been numerous posts on the subject of asterisk-addons
and OS X. We have other uses for MySQL on the machine so changing over
to Postgres at this point (which apparently works for CDRs) is not
really an option. Have also contemplated a cron job to simply poll the
csv cdrs and insert them into MySQL. Messy but gets over the short
term problem.
Compilation problem does
2004 Aug 06
2
compiling error
Hello Icecast group,
I have a problem with compiling lame or other programms, I get always the
message from stupid libtool
libtool is installed, I use Solaris9 (sunOS 5.9)
has any person a idea?
thank you for help
Daniel
# make
cd . \
&& CONFIG_FILES= CONFIG_HEADERS=config.h \
/bin/bash ./config.status
config.status: creating config.h
config.status: config.h is unchanged
2011 Dec 06
0
[LLVMdev] Assertion `PI && "Expected required passes to be initialized"' failed for AliasAnalysis.
Hi Alexander,
I had the same error:
sincos: /home/marcusmae/rpmbuild/BUILD/llvm/lib/VMCore/PassManager.cpp:635:
void llvm::PMTopLevelManager::schedulePass(llvm::Pass*): Assertion `PI
&& "Expected required passes to be initialized"' failed.
The solution was to add:
PassRegistry &Registry = *PassRegistry::getPassRegistry();
initializeCore(Registry);