similar to: Unable to compile encode.c

Displaying 20 results from an estimated 700 matches similar to: "Unable to compile encode.c"

2015 May 18
5
Writting 16-bit PCM data to Ogg.
Hi Developers, I have a 16-bit PCM data buffer, I want to write that to ogg file. Could you help me to understand how to write pcm data to the ogg? Thanks in advance. Arun balaji -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis-dev/attachments/20150518/6c8c9a63/attachment.htm
2015 May 19
0
Writting 16-bit PCM data to Ogg.
sorry for the mess created. So far I have installed these two library *libogg-1.3.2, libvorbis-1.3.4* successfully. When installing this *vorbis-tools-1.4.0 *: I am getting this error. Making install in man make[2]: Entering directory `/home/arunbalaji/Downloads/vorbis-tools-1.4.0/oggenc/man' make[3]: Entering directory `/home/arunbalaji/Downloads/vorbis-tools-1.4.0/oggenc/man' make[3]:
2006 May 11
6
Dynamic data passing thru Rails to Flash
Hi, I am using Flash Dashboard and 3 sets of listbox. When i change my first list box say name i need to dynamically change the second list box and from the second list box when i choose an name i need to change the content according to this in the third list box. How can i pass this datas from database in rails. thanx g.balaji -- Posted via http://www.ruby-forum.com/.
2003 Dec 22
4
MSN to GS - Call drops in 10 secs
Hi All, i dont what changes i made recently but i am unable to hold the call for more 10 secs between MSN and GS. PSTN to MSN and PSTN to GS and vice versa works fine. i am not behind NAT.Also MSN to MSN works fine too. my SIP details [general] port = 5060 bindaddr = 0.0.0.0 context = bogon-calls ;context = default disallow=all allow=ulaw allow=alaw allow=ilbc allow=gsm ;My SIP phone - GS
2008 Mar 13
4
Disabling zfs xattr in S10u4
Hi, I want to disable extended attributes in my zfs on s10u4. I found out that the command to do is zfs set xattr=off <poolname>. But, I do not see this option in s10u4. How can I disable zfs extended attributes on s10u4? I''m not in the zfs-discuss alias. Please respond to me directly. Thanks Balaji
2008 Jan 28
3
CentOS 4.4 and RHEL4 Update 3 Step-by-Step Text Mode Installation Screen Shots
Dear All, I need CentOS 4.4 and RHEL4 Update 3 Step-by-Step Text Mode Installation Screen Shots. Please send me the following Installation Screen Shots Details or link Regards -S.Balaji
2008 Aug 04
4
HP ILO Fence Configuration
Dear All, Currently i am using HP x6600 Server and I have installed RHEL4 Update 4 AS Linux and RHEL4 Update 4 Support Cluster Suite in my server I am new in fence and can any one help me how to configure HP ILO fence in my server and HP ILO Fence Functionality Regards -S.Balaji
2006 May 15
2
Flash & Rails Data passing
Hi, I am new to Rails and we are creating a web 2.0 app where we are integrating Rails and Flash. I dont know how to pass the values from flash to Rails to save in database. We have integrated the above specified with PHP and Rails. How to get the data from database and pass on the Flash thru Rails. Wht i exactly need is, We have 3 list box where when i select the first list box i need to
2008 Jun 13
2
cman stop failed
Dear All, I am using CentOS4 Update 3 Cluster Suite for i386 Architecture and my linux kernel version is 2.6.9-34.EL I have configured two node cluster My nodes are primary and secondary and I am using cluster to monitoring scripts During reboot or poweroff i am getting the problem is cman stop failed and I have verified the "/var/log/messages" log file and i getting the
2008 Jun 11
2
Required for CentOS4.4 ia64 Clustersuite package
Dear All, I am new in Itanium server Installation and I have installed all the CentOS4.4 ia64 CDs and kernel version is 2.6.9-42.EL and I need the Cluster Suite Package for the same. I tried to google-out and i can't find out the Clustersuite package for CentOS4.4 and I findout the CentOS4.5 Clustersuite package from CentOS Website can any one send me path of the Clustersuite
2008 Jul 31
2
Logrotate is not happing without -f option
Dear All, Currently i am using CentOS 4.4 Linux Logrotate is not happen without -f option I have executed the following logrotate /etc/logrotate.conf manually and Logrotate command exit without any error messages If i executed with -f option then Logrotate will happen I am not sure why this is happening. Can some one throw light on this. Regards -S.Balaji
2008 Jan 21
2
CentOS4.4 - Not booting up
Hi, I've been using an CentOS4.4 version. All was well till 2 days back. Suddenly when the PC was booted-up, it wouldn't bootup. It gets stuck displaying the following message. exec of init (/sbin/init) failed !!!: 80 umount /initrd/dev failed: 2 Kernel panic - not syncing: Attempted to kill init! I entered the rescue mode and attempted chroot /mnt/sysimage It spitted an error
2015 May 15
1
Extension to libvorbis for lossless volume changes
I added a new function to libvorbis that allows lossless changes of the volume to an vorbis_block. This can help to get reasonable loudness on hardware players that do not support the Replay Gain tags. int vorbis_gainadj(vorbis_block *vb, ogg_packet *op, float* dbgain); dbgain contains the relative adjustment for each channel. The trick is quite simple. I adjust the first 2 floor values for
2004 Dec 11
7
Installing Shorewall on Debian 3.0 r2
Hi All, i am trying to install Shorewall 2.0 on debian 3.0. But when i try apt-get i am getting older version i.e. 1.2. Can someone send me a pointer on how to install shorewall latest version on Debian 3.0 please. i searched google and on this site but could find any. i am not in this list, pl include me in ur replies. Appreciate ur help, -Balaji
2010 Feb 16
2
Problem in gdb
Dear All, We are running RHEL4 Update 4 AS IA-64 on a HP rx6600. We are running programs compiled in RHEL4 Update 4 AS in i386 architecture using the emul library(Intel IA-32 Execution Layer ) [admin at corviewsecondary ~]$ service ia32el status Intel IA-32 Execution Layer in use When we attempt to run a program using /usr/bin/gdb we are not able to hit the break point set. [admin at
2006 Oct 19
2
arraytake for extracting subarrays from multidimensional arrays
Hi, I recently encountered a problem with array subsetting and came up with a fix. Given an array of arbitrary dimensions, in which the number of dimensions is only known at runtime, I wanted to extract a subarray. The main issue with doing this is that in order to extract a subarray from an array of (say) 4 dimensions you usually specify something like this a.subarray <- a[,c(4,2),1:5,]
2007 Dec 13
1
Regd: iptables port forward and response from the forwarding port
Dear All, I am still new to iptables and need some clarification and My Current Setup is CentOS 4.4 I need to implement some sort of transparent proxy server for the rsync protocol. (In case you don't know: rsync uses tcp and the standard port 873). I want to port forward the rsync client request to server2 from server1 and Details are given below 1. I am Execute the rsync command from
2007 Dec 31
1
Regd: CentOS 4.4 Installtion Screen Shots
Dear All, I need CentOS 4.4 Step-by-Step Installation Screen Shots. Please send me the following Installation Screen Shots Details or link Regards -S.Balaji
2007 Aug 01
1
Reg:Checking HDD Badblocks on kickstart CentOS installation
Hi All, Is there a way to check the harddisk health before CentOS installation.? One way I used to do was by using --badblocks check in ks.cfg file while using RH 7.2. This is not working (atleast not with the same syntax as in RH 7.2) in CentOS. Is there an alternate (correct) syntax or is there a new (better) way to check harddisk health before CentOS installation? Please help me
2008 Mar 20
1
Regd: Info about supported Printer for CentOS and RHEL
Dear All, I am searched net info about CentOS and RHEL Supported Printer Details and i am not able to find out the Supported printer details from net. Please can any one send me the supported printer details document or link Regards -S.Balaji