Displaying 20 results from an estimated 202 matches for "depcomp".
2005 Aug 26
0
Installing Ices on OSX 10.4.2
...Error: Target com.apple.build returned: shell command "cd
"/opt/local/var/db/dports/build/file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_audio_ices2/work/ices-2.0.0"
&& make all" returned error 2
Command output: depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char
-I/opt/local/include -I/opt/local/include/libxml2 -I/opt/local/include
-g -O2 -c `test -f 'encode.c' || echo './'`encode.c
source='playlist_basic.c' object='playlist_basic.o' libtool=no \
depfile='....
2006 Aug 17
2
dovecot on OSF/1 4.0
...ool, buf.f_fstypename);
because f_fstypename is undeclared on this OS.
Also the following errors occur with the DEC C compiler (which
compiles the other files just fine):
source='file-cache.c' object='file-cache.o' libtool=no DEPDIR=.deps
depmode=none /usr/bin/posix/sh ../../depcomp cc -std -DHAVE_CONFIG_H
-I. -I. -I../.. -I/usr/pkg/include -ieee -O2 -I/usr/pkg/include -
I/usr/pkg/include -c file-cache.c
cc: Error: file-cache.c, line 70: In this statement, "cache-
>mmap_base" and "(-1)" may not be compared for equality or inequality....
2001 Oct 24
3
Almost there...
...[localhost:ecc/Sources/vorbis-tools] root# make
Making all in include
make[1]: Nothing to be done for `all'.
Making all in share
source='charset.c' object='charset.o' libtool=no \
depfile='.deps/charset.Po' tmpdepfile='.deps/charset.TPo' \
depmode=gcc /bin/sh ../depcomp \
cc -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0rc2\" -I. -I.
-I../include -fno-common -O4 -Wall -fsigned-char -ffast-math -c
`test -f charset.c || echo './'`charset.c
source='iconvert.c' object='iconvert.o' libtool=no \
depfile='.deps/iconvert....
2006 Apr 05
2
g++ missing
...led (or was not provided) in the CentOS
distribution 4.2. Should this be present or must it be installed manually?
I'm attempting to build gnu bison, and get:
source='calc++-scanner.cc' object='calc++-scanner.o' libtool=no \
DEPDIR=.deps depmode=none /bin/sh ../../build-aux/depcomp \
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -c -o calc++-scanner.o
calc++-scanner.cc
../../build-aux/depcomp: line 512: exec: g++: not found
make[4]: *** [calc++-scanner.o] Error 127
make[4]: Leaving directory `/root/bison-2.1/examples/calc++'
make[3]: *** [all] Error 2
make[3]: Leaving director...
2006 Feb 21
2
building in AIXV5.3 using the IBM C for AIX compiler V6.0
...r the memb
ers of an enumeration.
"/usr/include/sys/types.h", line 156.1: 1506-137 (E) Declaration must declare at least one declarator, tag, or the memb
ers of an enumeration.
source='hostpid.c' object='hostpid.o' libtool=no DEPDIR=.deps depmode=aix /bin/sh ../../depcomp /usr/vac/bin/
xlc -DHAVE_CONFIG_H -I. -I. -I../.. -g -c hostpid.c
"/usr/include/sys/types.h", line 136.25: 1506-115 (E) Duplicate type specifier "unsigned" ignored.
"/usr/include/sys/types.h", line 136.1: 1506-137 (E) Declaration must declare at least one declar...
2004 Sep 10
0
flac-1.0.3_beta released
...ation breaks for me with message:
make[3]: Entering directory
`/home/andrei/tmp/123/flac-1.0.3_beta/src/libFLAC'
source='bitbuffer.c' object='bitbuffer.lo' libtool=yes \
depfile='.deps/bitbuffer.Plo' tmpdepfile='.deps/bitbuffer.TPlo' \
depmode=none /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile gcc -DPACKAGE=\"flac\"
-DVERSION=\"1.0.3_beta\" -DHAVE_DLFCN_H=1 -DHAVE_GETOPT_LONG=1
-DFLAC__CPU_IA32=1 -DFLAC__ALIGN_MALLOC_DATA=1 -DFLAC__HAS_OGG=1
-DFLAC__HAS_NASM=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLI...
2007 Oct 20
2
Live Streaming and embeding into webpage on OSX
...9;.
Making all in log
make[3]: Nothing to be done for `all'.
Making all in timing
make[3]: Nothing to be done for `all'.
source='auth_url.c' object='auth_url.o' libtool=no \
depfile='.deps/auth_url.Po' tmpdepfile='.deps/auth_url.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char -I/
usr/include/libxml2 -I/opt/local/include -D_THREAD_SAFE -I/opt/local/
include -O2 -c `test -f 'auth_url.c' || echo './'`auth_url.c
auth_url.c: In function 'auth_get_url_auth':
auth_url.c:521: error: &...
2009 Jan 15
2
Xapian core build failure under gcc 2.95
...an almost-solution there already, but it's
conditionally disabled.
if VPATH_BUILD
# We need this so that generated sources can find non-generated
headers in a
# VPATH build from SVN.
INCLUDES += -I$(top_srcdir)/queryparser
if MAINTAINER_MODE
# We need this because otherwise, if depcomp is being used (as it will
be for a
# build with gcc-2.95), depcomp will be unable to find
queryparser_token.h.
# This may be a bug in depcomp, but it certainly happens with
automake-1.10.
INCLUDES += -I$(top_builddir)/queryparser
endif
endif
If instead it unconditionally set: INCLUDES...
2008 Jun 19
3
Compile failure on Dovecot 1.1-rc12
I am getting this failure when trying to compile dovecot on Sparc Solaris 8:
make[4]: Entering directory
`/home/systems/looneytr/dovecot-1.1.rc12/src/lib'
source='str-find.c' object='str-find.o' libtool=no \
DEPDIR=.deps depmode=gcc /bin/bash ../../depcomp \
gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/openssl/include -g
-O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
-Wchar-subscripts -Wformat=2 -Wbad-function-cast -c str-find.c
str-find.c:17: field `goodtab' has incomplete type
make[4]: *** [str-find.o] Erro...
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
...-2.0/src'
Making all in avl
gmake[3]: Entering directory `/usr/local/src/libshout-2.0/src/avl'
source='avl.c' object='libiceavl_la-avl.lo' libtool=yes \
depfile='.deps/libiceavl_la-avl.Plo'
tmpdepfile='.deps/libiceavl_la-avl.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I./.. -Wall -ffast-math -fsigned-char
-D_THREAD_SAFE -pthread -I/usr/local//include -I/usr/local//include -g -O2
-c -o libiceavl_la-avl.lo `test -f 'avl.c' || echo './'`avl.c
mkdir .libs
gcc -DHAVE_CONFI...
2004 Aug 06
3
libshout2 compiling problems under FreeBSD?
Hi,
I couldn't find anything about this subject from archive - are there known
problems with compiling libshout2 under FreeBSD 5.1 or 4.8 (both are up to
date). I downloaded libshout2 latest nightly snapshot and tried to compile
it on 5.0 and then later on 4.8. Both failed (problems were mostly around
sock.c, sock.h, resolver.c - redeclaring and syntax errors). Thinking that
it might be a
2004 Aug 06
1
ices 0.3 on FreeBSD
I have successfully compiled Ices 0.3 on FreeBSD (4.7 and 4.9).
You need to make sure that ALL the dependicies are installed (some depend on
others) and when compiling them, that they compile with no problems.
<p>Include some output of what errors you are getting and I #should# be able to
help you on your way.
<p>>From: "dave" <dmehler26@woh.rr.com>
2007 Dec 19
1
V1.1beta11 compile problem
...M's C for AIX V9 with Ralf Becker's AIX adaption, I see this:
+ exec /usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/freeware/include/
openssl -g -c close-keep-errno.c -M
source='compat.c' object='compat.o' libtool=no DEPDIR=.deps depmode=aix
/bin/sh ../../depcomp /usr/local/dovecot/dovecot-cc -DHAVE_CONFIG_H -I. -I. -I
../.. -I/opt/freeware/include/openssl -g -c compat.c
+ exec /usr/vac/bin/xlc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/freeware/include/
openssl -g -c compat.c -M
"compat.c", line 64.71: 1506-275 (S) Unexpected text ';' e...
2007 Dec 29
0
building dovecot-sieve against installed dovecot
...ECTS)
@HAVE_DOVECOT_LIBS_TRUE at sieved_DEPENDENCIES = libsieve.la \
@HAVE_DOVECOT_LIBS_TRUE@ $(dovecotdir)/src/lib/liblib.a
+ at HAVE_DOVECOT_LIBS_FALSE@sieved_DEPENDENCIES = libsieve.la \
+ at HAVE_DOVECOT_LIBS_FALSE@ $(dovecotdir)/liblib.a
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@@ -267,10 +271,16 @@ noinst_HEADERS = \
@HAVE_DOVECOT_LIBS_TRUE at sievec_LDADD = \
@HAVE_DOVECOT_LIBS_TRUE@ libsieve.la \
@HAVE_DOVECOT_LIBS_TRUE@ $(dovecotdir)/src/lib/liblib.a
+ at HAVE_DOVECOT_LIBS_FALSE@sievec_LDADD = \
+ at H...
2007 Nov 28
1
autogen.sh fails -> "required file `./config.rpath' not found"
...] 154,427 115.09K/s
08:45:56 (114.82 KB/s) - `wiki-export.tar.gz' saved [154427/154427]
configure.in:16: required file `./config.rpath' not found
configure.in:5: installing `./missing'
configure.in:5: installing `./install-sh'
src/auth/Makefile.am: installing `./depcomp'
autoreconf: automake failed with exit status: 1
per advice,
"gettext-related test failures: config.rpath presence"
http://www.mail-archive.com/automake-patches at gnu.org/msg00426.html
a simple
touch config.rpath
./autogen.sh
fixes the problem.
hth
2009 Sep 11
1
[PATCH] .gitignore: Ignore a couple of auto-generate m4 scripts
---
.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index a6caaf9..ae3b16d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,7 @@ daemon/install-sh
daemon/missing
daemon/names.c
daemon/stubs.c
+daemon/m4/stddef_h.m4
depcomp
.deps
df/virt-df.1
@@ -114,6 +115,7 @@ libtool
*.lo
localconfigure
ltmain.sh
+m4/gnulib-cache.m4
m4/intmax.m4
m4/libtool.m4
m4/lt~obsolete.m4
--
1.6.2.5
2012 Jan 25
1
problem compiling imaptest under solaris
...ried to compile imaptest under solaris 10 with studio 11
compiler and got the following error:
gmake[2]: Entering directory
`/net/fileserv/export/sunsrc/src/imaptest-20111119/src'
source='client.c' object='client.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/local/include/dovecot
-I/usr/local/include -fast -xarch=v8plusa -I/usr/sfw/include -c
client.c
"/opt/local/include/dovecot/imap-util.h", line 6: warning: useless
declaration
"client-state.h", line 6: warning: useless declar...
2008 Nov 16
2
[nut-commits] svn commit r1557 - trunk
...east, I hope it is), this
change severely broke compilation here. I had to add '--force' to my
autoreconf line to make this compile again. In the process, it
re-created quite a couple of other files, so I don't think we should
distribute these either:
config.guess
config.sub
depcomp
install-sh
ltmain.sh
missing
It also modified the INSTALL file, but I have my doubts that we really
want that (maybe the information in it should be moved to another
file). Can someone more familiar with libtool comment on this?
Best regards, Arjen
--
Please keep list traffic on the list
2004 Nov 30
1
Problem compiling speex 1.1.6
...1]: Entering directory `/tmp/speex-1.1.6'
Making all in libspeex
make[2]: Entering directory `/tmp/speex-1.1.6/libspeex'
source='nb_celp.c' object='nb_celp.lo' libtool=yes \
depfile='.deps/nb_celp.Plo' tmpdepfile='.deps/nb_celp.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-I../include -s -O3 -march=i686 -O3 -msse -c -o nb_celp.lo `test -f
'nb_celp.c' || echo './'`nb_celp.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -s -O3 -march=i686 -O3
-msse -c nb_celp.c -MT nb_celp.lo...
2016 May 13
2
2.2.24 ldap-client.c compile failing on Solaris 10
...I'm trying to compile 2.2.24 on Solaris 10 with SolarisStudio 12.4
compiler. Looks like BerVarray is totallly missing from Solaris ldap.
BR,
Tomppa
Making all in lib-ldap
source='ldap-client.c' object='ldap-client.lo' libtool=yes \
DEPDIR=.deps depmode=none /bin/bash ../../depcomp \
/bin/bash ../../libtool --tag=CC --mode=compile cc -std=c11
-DHAVE_CONFIG_H -I. -I../.. -I../../src/lib -I../../src/lib-test
-I../../src/lib-settings -I../../src/lib-master
-I../../src/lib-ssl-iostream -I/usr/local/include -I/usr/sfw/include
-xO4 -xtarget=ultra4 -xcache=64/32/4:8192...