Displaying 20 results from an estimated 4451 matches for "2.4".
2012 Dec 17
3
mean of each month in data
Dear R users,
[in case the format of email is changed or you dont finf it easy to understand, i have attached a text file of my question]
i have the data in the following format and i want to convert it in the
format given at the end.
Ta ans Sa are the names of certain cities. there are 69 cities in my
data.
column 1 is representing station name (i am writing the data of only
two cities for
2004 Aug 12
1
zaptel wont compile
Trying to update to the latest cvs, but Asterisk complained that zaptel was
too old. Updating zaptel gives me this during the make. Any ideas, the
searches and Wiki gives me no hints.
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA -c -o
gendigits.o gendigits.c
cc -o gendigits gendigits.o -lm
./gendigits
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__ -DEXPORT_SYMTAB
2004 Apr 23
3
zaptel on Fedora (Core 1) RedHat Linux-2.4
Hi!
I have fresh installation of Fedora (Core 1) RedHat Linux-2.4.22-1.2115.nptl
The kernel source is in place /usr/src/linux-2.4.22-1.2115.nptl
The config file for the kernel is in place /boot/config-2.4.22-1.2115.nptl
As per zaptel instruction, i first created the kernel config file as follows:
# cd /usr/src/linux-2.4.22-1.2115.nptl; make menuconfig
(in the menu config window)
I loaded the
2004 Apr 22
2
Trouble Compiling "zaptel"
So I went to go compile the Zaptel library from the HEAD CVS and I get
some really really odd errors which don't make any sense. I've attached
the console output ... any idea why this is going on and how to fix
this?
Thanks,
Sam Bacsa
---------------- SNIP --------------------
[root@pbx zaptel]# make
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE -D__KERNEL__
-DEXPORT_SYMTAB
2004 May 13
0
zaptel does not compile on latest RHEL kernel
Hi
After updating some Red Hat Enterprise linux machines to the latest
RHEL kernel (RHEL crashes on vanilla kernels :)), I get tons of errors when
trying to compile zaptel:
In file included from tor2.c:30:
/usr/src/linux-2.4/include/linux/kernel.h:61: invalid suffix on integer
constant
/usr/src/linux-2.4/include/linux/kernel.h:61: syntax error before numeric
constant
2005 May 17
0
can't compile zaptel..
hello everyone!!
i want to compile the zaptel for my TE110P but i have
this error:
gcc -I/usr/src/linux-2.4/include -O6 -DMODULE
-D__KERNEL__ -DEXPORT_SYMTAB
-I/usr/src/linux/drivers/net -Wall -I.
-Wstrict-prototypes -fomit-frame-pointer
-I/usr/src/linux/drivers/net/wan -I
/usr/src/linux/include -I/usr/src/linux/include/net
-DMODVERSIONS -include
/usr/src/linux-2.4/include/linux/modversions.h
2004 Aug 26
0
Can't make zaptel on red hat 9
Hello,
I've followed the instructions here:
http://www.voip-info.org/wiki-Asterisk+Zaptel+Installation, but I get the
following when trying to make zaptel:
I've added the relevant symlinks:
[root@asterisk src]# ls -ld /usr/src/linux*
lrwxrwxrwx 1 root root 14 Aug 26 22:50 /usr/src/linux ->
linux-2.4.20-8
lrwxrwxrwx 1 root root 14 Aug 27 2004
2004 Jul 21
1
h323 call flow fails
HI ALL;
I have an ATA phone registered with GUNGK.I want to send a call to another ATA with has an extention in my * box.
my network looks like the following:
(h323 registration)
ATA1(h323
2003 May 15
4
Problems compiling zaptel
Hi All,
At the suggestion of Tilghman I'm trying to compile the zaptel dummy driver to
see if it fixes the stuttering mp3 problem.
I checked out zaptel from CVS but when I try to do a 'make' I get the
following output, which terminates with an error. (I'm using RedHat 9)
Can anyone suggest why it fails to compile?
cc -I. -O4 -g -Wall -DBUILDING_TONEZONE -DSTANDALONE_ZAPATA
2004 Jul 21
1
Error in compilation [URGENT].
I fixed this error on mine by creating a symbolic link in /usr/src with:
ln -s linux-2.4.21-15.0.3.EL linux-2.4
of course using your particular flavor of redhat kernel instead of linux-2.4.21-15.0.3.EL.
> -----Original Message-----
> From: asterisk-users-admin@lists.digium.com
> [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of
> Ricardo Maia Martins dos Santos
>
2004 Jul 02
0
Have problem install via cvs
Group
Following the information located on
http://www.asterisk.org/index.php?menu=download
I get the following error installing the zaptel
Any help would be great!!!
Thanks
[root@VoIPGW zaptel]# make clean; make install
rm -f torisatool makefw tor2fw.h
rm -f zttool
rm -f *.o ztcfg tzdriver sethdlc sethdlc-new
rm -f zonedata.lo tonezone.lo libtonezone.so.1.0 *.lo
rm -f *.ko *.mod.c .*o.cmd
rm
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
Anton,
With regard to the gfortran test cases which don't fail
on x86_64 Linux, these are the exact gfortran.log entries for them
under i686 Darwin9...
> FAIL: gfortran.dg/array_constructor_12.f90 -O0 (internal compiler error)
> FAIL: gfortran.dg/array_constructor_12.f90 -O0 (test for excess errors)
Executing on host:
2007 Feb 06
3
installing packages and windows vista
I installed R (R-2.4.1-win32.exe) on a new computer with Windows Vista
and a 64 bit operating system (hp dv9000 with intel core t7200). The
base R runs fine, but I can not get any of the packages to load. From
within R I choose install packages choose a site then a package. I
tried installing 2 packages and get similar errors (see below), I just
copied and pasted lines from R.
Can anyone
2009 Sep 25
6
[LLVMdev] JIT on ARM
Hello.
My goal is to use LLVM with JIT compiler for ARM on Android device.
Currently I have successfully built and executed LLVM bitcode with
interpreter on Android. Speed is not so great, that is why I want to
use JIT.
I tried building bitcode on windows with llvm-gcc that is provided on
llvm home page. Resulting bitcode runs great in interpreter, but it
doesn't use JIT. From what I
2009 Feb 13
2
[LLVMdev] llvm-gcc4.2-2.4 build failure in /gcc/java/lang.c
Hi, every body,
I get stuck when trying to build llvm-gcc4.2-2.4 on x86_64 Linux with
GCC-4.3.3. I meet this error:
make[3]: Entering directory `/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/gcc'
/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/xgcc
-B/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/
-B/usr/local/x86_64-unknown-linux-gnu/bin/ -c -g -O2 -DIN_GCC -W -Wall
-Wwrite-strings
2010 Mar 26
3
Create blocks or observations
Anyone who can help me with this?
I have 48 observations (I dont want to alter their order). I want to group
these observations into 16 blocks. So I should have 3 observations for each
block. This is what I did in R, but it has warnings.
> y #contains my 48 observations
[1] 2.4 2.4 2.4 2.2 2.1 1.5 2.3 2.3 2.5 2.0 1.9 1.7 2.2 1.8 3.2 3.2 2.7 2.2
2.2
[20] 1.9 1.9 1.8 2.7 3.0
2009 Oct 14
0
[LLVMdev] JIT on ARM
Forgot to mention. I don't know how well the canadian cross compile
stuff works in 2.5. We made some improvements in that area for 2.6. If
you have trouble with it, I'd suggest trying 2.6 (or even better, ToT
svn) and seeing if things are improved there.
-Jim
On Sep 25, 2009, at 2:04 AM, Martins Mozeiko wrote:
> Hello.
>
> My goal is to use LLVM with JIT compiler for ARM
2008 Jun 19
1
PrettyR (describe)
#is there a way to get NA in the table of descriptive statistics instead of
the function stopping Thank you in advance
#data
x.f <- structure(list(Site = structure(c(9L, 9L, 9L, 9L, 9L, 9L, 9L,
9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L, 9L,
9L, 9L, 9L, 9L), .Label = c("BC", "HC", "RM119", "RM148", "RM179",
"RM185",
2009 Feb 13
2
[LLVMdev] llvm-gcc4.2-2.4 build failure in /gcc/java/lang.c
I did follow the README.LLVM.
I configure like:
../llvm-gcc4.2-2.4.source/configure --program-prefix=llvm-
--enable-llvm=/home/wangtielei/TOOLS/llvm/llvm-obj/
--enable-language=c,c++ --disable-jit --disable-multilib
The error information is
/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/xgcc
-B/home/wangtielei/TOOLS/llvm/llvm-gcc-obj/./prev-gcc/
2003 Aug 18
1
zaptel does not compile anymore
Hi,
I updated kernel for RH8.0 and updated * from cvs. After that zaptel compile
exits with error. Is it because of new kernel or zaptel source code change?
In any case could somebody help me to fix this problem?
Thanks,
Serge
----------------------------------------
/usr/src/linux-2.4/include/linux/module.h:196: warning: parameter names
(without types) in function declaration
In file included