similar to: autogen.sh of vorbis trunk complains of missing files

Displaying 20 results from an estimated 400 matches similar to: "autogen.sh of vorbis trunk complains of missing files"

2004 Aug 06
1
Compiling SVN code
Hi: Figured this would be the more appropriate place to write about this. I'm trying to compile the current SVN code on a Debian Sarge system with Automake 1.8.4. When I run ./autogen.sh I get the following: Checking for automake version found automake found aclocal Generating configuration files for icecast, please wait.... aclocal -I m4 m4/xiph_curl.m4:4: warning: underquoted
2007 Jun 18
1
libraw1394 and kino
Hi, How do I get a libraw1394 kernel module loaded? I tried # /sbin/modprobe raw1394 FATAL: Module raw1394 not found. # rpm -qa | grep 1394 libraw1394-devel-1.2.1-1.fc6 libraw1394-1.2.1-1.fc6 libdc1394-2.0.0-0.1.pre7.el5.rf libavc1394-0.5.3-1.fc6 # uname -r 2.6.18-8.1.6.el5 Thanks, Shawn
2005 Dec 29
7
Building PHP PECL modules
I'm attempting to build some PECL modules on fully updated CentOS 4.2 system. Preferably pack them into nice RPM packages. However, seems I'm missing something. For example, this is what I get for sqlite module: $ pear makerpm SQLite-1.0.3.tgz `phpize' failed The php-devel package is installed (so I do have phpize command). It's just that it is failing. If I unpack the
2007 Jan 30
2
error finding library when running test program
I''m new to Ruby and wxRuby, and I just installed Ruby 185-21 (I run WinXP), then used gem to install wxRuby2. When I try to run a short test program (included below), I get this error: C:\Documents and Settings\Mike\Desktop>ruby test.rb c:/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- wxruby (LoadError)
2003 Aug 22
1
README.mingw32
Hello to all! Since nobody replied and expressed desire to take over README.mingw32, I wrote short instructions how to build wxruby with MinGW compiler in MSYS environment. Considering that wxruby can be of interest to some Ruby users not so familiar with C++ and/or wxWindows (I''m one of them :-), I included some notes on installing MinGW & MSYS, building wxWindows library, Ruby ..
2004 Aug 24
0
libvorbis automake version dependency
Hi, > automake1.4 fails with error: > > vq/Makefile.am:9: invalid unused variable name: `AM_LDFLAGS' > > automake1.6 succeeds > > automake1.8 succeeds (with a bunch of "underquoted" warnings for > referenced macros) (the underquoted warnings are due to installed .m4 files being underquoted, and harmless) > it seems the AM_LDFLAGS magic was introduced
2007 Oct 10
2
autoreconf errors with latest git
Hi, autoreconf -i -f which is called by autogen.sh gives these errors with git 31c9f0582260817777348c96a3576e5955f44ab3: rm at eurasia:~/swfdec/swfdec$ autoreconf -i -f /usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of AM_PATH_LIBMCRYPT run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
2004 Aug 24
0
Underquoted macros in aclocal (was: MIME structure intermittently lost)
--On Monday, August 23, 2004 6:50 PM +0900 Jim Tittsler <jt at OnJapan.net> wrote: > You can get dovecot-0.99.10.9-1.FC3.2.src.rpm from the > Fedora Core development tree. (Seems to be working well for us.) I just built this and it has a lot of complaints about underquoted macros in aclocal. Red Hat refers developers to this reference:
2003 Nov 20
2
iaxComm new version installation problem
hi, i am trying to install iaxcomm-win-20031117.zip in my windows xp machine. i am really messed up with the wxwindows and the xrc support thing. can anyone give me links to which i need to download for this new version to work? i installed he older version succesfully... when i installed new version it just disappears.. i am missing something. i did download a 12 M wxWin file installed it and
2007 Feb 23
1
[LLVMdev] Trouble with sample project's autoconf
On 2/23/07, Reid Spencer <rspencer at reidspencer.com> wrote: > > However, if I run the AutoRegen.sh script (after modifying it to > > accept autoconf 2.61, which I think is fine as gentoo slots it the > > same as the 2.5[0-9] versions), the configure no longer works: > > ~/programming/llvm-1.9/projects/zhe $ cd autoconf/ > >
2006 May 20
2
Centos and 1394 firewire
Hello, Having a problem getting Centos to see my firewire connected camcorder. Here what I have thus far; Installed the kernek fron centos-plus and checked that libraw1394.x86_64 and libraw1394_8.x86_64 are installed Kernel i'm running is 2.6.9-34.106.unsupported here are some outputs from my machine; ~ $ lspci | grep -i firewire 00:07.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE
2006 Apr 27
4
Why?
Hello, I haven't installed anything other then what is in the Repos. Here are my Repo's: yum.repos.d $ cat atrpms.repo [atrpms] name= ATRPMS RPM Repository for Red Hat Enterprise Linux baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable gpgcheck=1 enabled=1 yum.repos.d $ cat CentOS-Base.repo # CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance
2008 Dec 17
2
[LLVMdev] AutoRegen.sh bug
Hi, I am just starting a new project. I found that the above script rejects Autoconf versions later than 2.59, whereas it ought to accept them, imho. I had to edit the scrip to be able to use it with Autoconf 2.61. Also, aclocal gave the following warning: /usr/share/aclocal/oaf.m4:4: warning: underquoted definition of AM_PATH_OAF /usr/share/aclocal/oaf.m4:4: run info '(automake)Extending
2007 Feb 23
0
[LLVMdev] Trouble with sample project's autoconf
Hello Scott, On Wed, 2007-02-21 at 18:57 -0500, me22 wrote: > I'm trying to follow docs/Projects.html to use llvm in a project of my own. > > If I just copy the sample directory, running configure in the new one > works fine: > ~/programming/llvm-1.9/projects $ cp -a sample/ zhe > ~/programming/llvm-1.9/projects $ cd zhe/ > ~/programming/llvm-1.9/projects/zhe $
2007 Feb 21
2
[LLVMdev] Trouble with sample project's autoconf
I'm trying to follow docs/Projects.html to use llvm in a project of my own. If I just copy the sample directory, running configure in the new one works fine: ~/programming/llvm-1.9/projects $ cp -a sample/ zhe ~/programming/llvm-1.9/projects $ cd zhe/ ~/programming/llvm-1.9/projects/zhe $ ./configure configure: creating ./config.status config.status: creating Makefile.common config.status:
2013 Jul 27
2
Firewire on Centos-6 ???
Hi all! I'm trying to use my first-ever firewire device, and just OOB I'm not getting very far, so advice would be appreciated. When I plug in the device I see some entries in /var/log/messages: Jul 27 14:50:30 fcshome kernel: firewire_core: phy config: card 0, new root=ffc1, gap_count=5 Jul 27 14:50:31 fcshome kernel: firewire_core: created device fw1: GUID 0003f300118123f9, S100
2004 Sep 15
1
building from svn
After downloading libogg-1.1.tar.gz, libvorbis-1.0.1.tar.gz, and libtheora-1.0alpha3.tar.gz; building and installing them in that order, and trying the alpha3 theora encoder, I decided to try to build theora from svn. Using svn to checkout theoratrunk worked ok. The first time I tried to execute ./autogen.sh, it complained that I didn't have automake. Mandrake 10.0 comes with automake
2006 Jun 16
1
building dovecot lda on solaris 9
Trying to build the latest CVS code of LDA against dovecot beta 9. Running autogen script I'm getting this message. I added the contents of /usr/local/share/aclocal/ to /usr/local/share/libtool/libltdl/aclocal.m4 #aclocaldir = /usr/local/share/aclocal/ aclocal_DATA = libmcrypt.m4 libtool.m4 ltdl.m4 but no luck. any advise ? /usr/local/share/aclocal/libmcrypt.m4:17: warning:
2004 Jun 10
2
Building wxruby-swig on WinXP
Sorry for the lameness, but I need things explained to me very slowly... -----Original Message----- Subject: RE: [Wxruby-users] wxGrid Question > > Yes, grab the latest tarball from the above location. Then, you should > install rubygems if you haven''t already: > http://rubyforge.org/projects/rubygems/ > > That should allow you to easily install rake: >
2012 Apr 27
4
Is my developer dodgy?
Hi! I need some help, my partner and I have hired an app development company to create an iPhone app that allows shops to list their inventory and advertise their specials, there is also a back end admin website that shop owners can login to that allows them to update their inventory and specials. The admin website communicates directly with the iPhone app so that any changes made are shown on