Displaying 20 results from an estimated 23 matches for "underquoted".
2004 Aug 01
1
autogen.sh of vorbis trunk complains of missing files
...ecking for automake...
checking for libtool... libtoolize
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Generating configuration files for vorbis, please wait....
aclocal
/usr/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION
run info '(automake1.8)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
/usr/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS
/usr/share/aclocal/wxwin.m4:36: warning: underquoted definitio...
2004 Aug 06
1
Compiling SVN code
...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 definition of XIPH_PATH_CURL
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
m4/ogg2.m4:10: warning: underquoted definition of XIPH_PATH_OGG
/usr/share/aclocal/vorbis.m4:9: warning: underquoted definition of XIPH_PATH_VO...
2005 Dec 29
7
Building PHP PECL modules
...The php-devel package is installed (so I do have phpize command). It's
just that it is failing. If I unpack the files into directory, and do
"pear build" or "pear install", I'm getting a bit more verbose error:
$ pear build
running: phpize
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
confi...
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:
<http://sources.redhat.com/automake/automake.html#Extending%20aclocal>
2007 Feb 16
2
Centralion Blazer 2000VA USB-HID
Hi again,
I've succeeded in compiling the svn trunk with the automake tools and wish
to say thank you to Charles Lepple for his help.
After fixing some parameters in the hotplug script I can now get access to
the UPS on /dev/usb/hiddev0 (I added productid and vendorid of my ups to the
usermap).
I've decided to try the newhidups driver with -x generic parameter and got
this response :
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 /usr/share/aclocal/libmcrypt.m4:17:
warning: underquoted definition of AM_PATH_LIBMCRYPT run info
'(automake)Extending aclocal' or see...
2005 Dec 06
1
Dovecot w/ MySQL support and CentOS
I am converting a Debian box running Postfix, Courier and MySQL to a
CentOS box running Postfix, Dovecot and MySQL. I have the Postfix with
MySQL support taken care of with the RPM from the centosplus repo. It
appears that the stock RPM for Dovecot comes with Postgres, but not
MySQL support.
It looks like I need to download the source RPM and then rebuild it with
MySQL support. Could
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 after automake-1.4.
> Commenting out the offending line allows a successful build with
> automake-1.4.
am 1....
2007 Feb 21
2
[LLVMdev] Trouble with sample project's autoconf
...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/
~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh
Regenerating aclocal.m4 with aclocal
/usr/share/aclocal/sdlmm.m4:12: warning: underquoted definition of AM_PATH_SDLMM
/usr/share/aclocal/sdlmm.m4:12: run info '(automake)Extending aclocal'
/usr/share/aclocal/sdlmm.m4:12: or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
Regenerating configure with autoconf 2.5x
~/programming/llvm-1.9/projects/zhe/auto...
2007 Feb 23
1
[LLVMdev] Trouble with sample project's autoconf
...> same as the 2.5[0-9] versions), the configure no longer works:
> > ~/programming/llvm-1.9/projects/zhe $ cd autoconf/
> > ~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh
> > Regenerating aclocal.m4 with aclocal
> > /usr/share/aclocal/sdlmm.m4:12: warning: underquoted definition of AM_PATH_SDLMM
> > /usr/share/aclocal/sdlmm.m4:12: run info '(automake)Extending aclocal'
> > /usr/share/aclocal/sdlmm.m4:12: or see
> > http://sources.redhat.com/automake/automake.html#Extending-aclocal
>
> This one is because you're using 2.61....
2007 Feb 23
0
[LLVMdev] Trouble with sample project's autoconf
...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/
> ~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh
> Regenerating aclocal.m4 with aclocal
> /usr/share/aclocal/sdlmm.m4:12: warning: underquoted definition of AM_PATH_SDLMM
> /usr/share/aclocal/sdlmm.m4:12: run info '(automake)Extending aclocal'
> /usr/share/aclocal/sdlmm.m4:12: or see
> http://sources.redhat.com/automake/automake.html#Extending-aclocal
This one is because you're using 2.61. This kind of thing i wh...
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 aclocal'
/usr/share/aclocal/oaf.m4:4: or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
Does this require any action?
Kind Regards,
Libor
2009 Jul 29
2
[PATCH] build: fix test for --nocompress option
The test for febootstrap-to-initramfs' --nocompress option
was always failing for me on F11. Here's why:
$ bash ~/w/co/libguestfs:210-comment-fix
$ t=`febootstrap-to-initramfs 2>&1`
[Exit 1]
$ if ! echo $t|grep -sq -- --nocompress; then echo not found; fi
not found
Notice: without quotes, the [--nocompress] term expands to "k",
2012 Apr 27
4
Is my developer dodgy?
...ot; and that for us to have the desired
flexibility that we required and originally requested they would need
to have a new admin system built from scratch and we would be looking
at a cost of 3 to 4 thousand dollars.
Since this time they have expressed on numerous occasions that they
have greatly underquoted on our project and they been under financial
pressure to the point where they was not certain if they could
continue their business. They have now emailed us a quote to build a
new admin site. The quote is for 13 thousand dollars but states that
because they can use the design and css files from t...
2004 Sep 15
1
building from svn
...er... aclocal
checking for libtool... libtoolize
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Generating configuration files for theora, please wait....
aclocal
/usr/local/share/aclocal/vorbis.m4:9: warning: underquoted definition of
XIPH_PATH_VORBIS
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal
aclocal:configure.ac:39: warning: macro `AM_PROG_LIBTOOL' not found in library
autoheader
libtoolize --automake
automake --add-mis...
2006 Apr 19
2
[LLVMdev] creating a project from sample project
...toRegen.sh. I am a bit
inexperienced with autoconf and m4. The errors I'm getting are below.
Do you know what the problem is? I am using machines running FC3. The
autoconf version is 2.59, the aclocal version is 1.9.2, and the m4
version is 1.4.1.
/usr/share/aclocal/gob2.m4:7: warning: underquoted definition of GOB2_HOOK
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Regenerating configure with autoconf 2.5x
configure.ac:25: error: possibly undefined macro: AC_CONFIG_MAKEFILE
If this token and others are l...
2006 Jun 16
1
building dovecot lda on solaris 9
...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: underquoted definition
of AM_PATH_LIBMCRYPT
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
autom4te: unknown language: Autoconf-without-aclocal-m4
aclocal: autom4te failed with exit status: 1
autoheader: `lda-config.h.in' is unch...
2006 Apr 19
0
[LLVMdev] creating a project from sample project
...inexperienced with autoconf and m4. The errors I'm getting are below.
> Do you know what the problem is? I am using machines running FC3. The
> autoconf version is 2.59, the aclocal version is 1.9.2, and the m4
> version is 1.4.1.
>
> /usr/share/aclocal/gob2.m4:7: warning: underquoted definition of GOB2_HOOK
> run info '(automake)Extending aclocal'
> or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
> Regenerating configure with autoconf 2.5x
> configure.ac:25: error: possibly undefined macro: AC_CONFIG_MAKEFILE
> If th...
2006 Apr 20
1
[LLVMdev] creating a project from sample project
...autoconf and m4. The errors I'm getting are below.
>> Do you know what the problem is? I am using machines running FC3. The
>> autoconf version is 2.59, the aclocal version is 1.9.2, and the m4
>> version is 1.4.1.
>>
>> /usr/share/aclocal/gob2.m4:7: warning: underquoted definition of GOB2_HOOK
>> run info '(automake)Extending aclocal'
>> or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
>> Regenerating configure with autoconf 2.5x
>> configure.ac:25: error: possibly undefined macro: AC_CONFIG_MAKEFILE
&...
2020 Mar 27
2
[PATCH v2 5/5] Clean up clang warnings
- Convert the "old style" GNU field designator extension to the new
style.
- Use proper indexing into a string literal.
- Use "%s" for the format string in "fmtstr".
- Add or remove casts of the "void *" argument of ioctl.
- Convert "if (!exitstatus == isor)" to "if ((!exitstatus) == isor)"
which retains the current semantics, but may