search for: depfile

Displaying 20 results from an estimated 212 matches for "depfile".

Did you mean: depfiles
2005 Aug 26
0
Installing Ices on OSX 10.4.2
.../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='.deps/playlist_basic.Po' tmpdepfile='.deps/playlist_basic.TPo' \ 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 'playlist_basic.c' ||...
2001 Oct 24
3
Almost there...
...g vorbiscomment/Makefile creating vcut/Makefile creating ogginfo/Makefile creating debian/Makefile [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....
2004 Aug 06
2
libshout2 compiling problems under FreeBSD?
...e config.status: creating src/thread/Makefile config.status: creating src/avl/Makefile config.status: creating src/httpp/Makefile config.status: creating examples/Makefile config.status: creating shout-config config.status: creating shout.pc config.status: creating config.h config.status: executing depfiles commands ----- gmake outputs: ----- gmake all-recursive gmake[1]: Entering directory `/usr/local/src/libshout-2.0' Making all in include gmake[2]: Entering directory `/usr/local/src/libshout-2.0/include' Making all in shout gmake[3]: Entering directory `/usr/local/src/libshout-2.0/include...
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
2017 May 30
2
Should we split llvm Support and ADT?
> On May 30, 2017, at 3:52 PM, Joerg Sonnenberger <joerg at bec.de> wrote: > > On Tue, May 30, 2017 at 03:49:38PM -0700, Pete Cooper via llvm-dev wrote: >> Aw, but i had a list of issues, such as: >> - tablegen doesn’t generate .d files > > Actually, it does if asked to. Oh, thanks. Thats good to know. I don’t know if ninja uses the .d as the source of real
2005 Jul 29
1
move kbuild files to reflect dir structure in kernel
...ets += initramfs_data.cpio.gz - diff --git a/kernel/Kbuild.include b/kernel/Kbuild.include deleted file mode 100644 --- a/kernel/Kbuild.include +++ /dev/null @@ -1,52 +0,0 @@ -# -# Generic kbuild routines -# - -# The temporary file to save gcc -MD generated dependencies must not -# contain a comma -depfile = $(subst $(comma),_,$(@D)/.$(@F).d) - - -ifneq ($(KBUILD_NOCMDDEP),1) -# Check if both arguments has same arguments. Result in empty string if equal -# User may override this check using make KBUILD_NOCMDDEP=1 -arg-check = $(strip $(filter-out $(1), $(2)) $(filter-out $(2), $(1)) ) - -endif - -# I...
2007 Oct 20
2
Live Streaming and embeding into webpage on OSX
...p make[3]: Nothing to be done for `all'. Making all in net make[3]: Nothing to be done for `all'. 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...
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>
2017 Nov 05
2
Two-stage build w/ ninja - Tests still use stage1 compiler / linker ?
Folks, I am using a two-stagesimple build like this one: make -G Ninja -DCLANG_ENABLE_BOOTSTRAP=ON ../src ninja stage2-check-all Stage 1 gets built, and when looking at rules.ninja in the stage2-bins I see: rule CXX_COMPILER_AnalysisTests depfile = $DEP_FILE deps = gcc command = <stage1 build dir>./bin/clang++ $DEFINES $INCLUDES $FLAGS -MMD -MT $out -MF $DEP_FILE -o $out -c $in This is just an example, in fact all of the CXX_COMPILER_{unit tests} point to the the compiler and linker as per above example. Isn’t that the stage1 co...
2012 May 17
5
[PATCH 1/1] kbuild: sync with kernel 3.4-rc7
...comma := , squote := ' empty := space := $(empty) $(empty) ### +# Name of target with a '.' as filename prefix. foo/bar.o => foo/.bar.o +dot-target = $(dir $@).$(notdir $@) + +### # The temporary file to save gcc -MD generated dependencies must not # contain a comma -depfile = $(subst $(comma),_,$(@D)/.$(@F).d) +depfile = $(subst $(comma),_,$(dot-target).d) + +### +# filename of target with directory and extension stripped +basetarget = $(basename $(notdir $@)) + +### +# filename of first prerequisite with directory and extension stripped +baseprereq = $(basename $(not...
2005 Jul 30
3
kbuild updates to klibc
Hi Peter & others. Here are three patches that does the following: #1 - Update kbuild part of klibc so make clean works Adds gzip including a sample kbuild file #2 - Factor out definition of usr/ to two variables #3 - Move kbuild files to reflect location in the kernel As requested in earlier mail I need a bit of guidiance of what you expect from the kernel integrated parts of klibc.
2006 Apr 17
0
[PATCH] klibc: generate havesyscall in $(objtree) with make O=..
...gs = $(KLIBCAFLAGS) $(EXTRA_KLIBCAFLAGS) $(KLIBCAFLAGS_$(*F).o) +ifeq ($(KBUILD_SRC),) +_klibccflags = $(__klibccflags) +_klibcaflags = $(__klibcaflags) +else +_klibccflags = $(call flags,__klibccflags) +_klibcaflags = $(call flags,__klibcaflags) +endif klibccflags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(_klibccflags) klibcaflags = -Wp,-MD,$(depfile) $(NOSTDINC_FLAGS) $(_klibcaflags) diff --git a/usr/Kbuild b/usr/Kbuild index bc50c48..6ac1959 100644 --- a/usr/Kbuild +++ b/usr/Kbuild @@ -4,7 +4,7 @@ # # klibc definitions - to be moved to top-level Makefile later export...
2004 Nov 30
1
Problem compiling speex 1.1.6
# make make all-recursive make[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 gc...
2004 Aug 06
1
Compiling Darkice
I'm compiling Darkice on a FreeBSD 4.6.2 box. Everything works up to this point after I type "make"...then I get this error. Any ideas? Thanks, Matt teststream# make make all-recursive Making all in src source='TcpSocket.cpp' object='TcpSocket.o' libtool=no depfile='.deps/TcpSocket.Po' tmpdepfile='.deps/TcpSocket.TPo' depmode=gcc /bin/sh ../depcomp g++ -DHAVE_CONFIG_H -I. -I. -I.. -O2 -pedantic -Wall -c -o TcpSocket.o `test -f 'TcpSocket.cpp' || echo './'`TcpSocket.cpp TcpSocket.cpp: In method `unsigned int TcpSocket::wr...
2007 Apr 17
1
Install problem
.../home/riscphree/icecast-2.3.1/src/timing' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/riscphree/icecast-2.3.1/src/timing' make[3]: Entering directory `/home/riscphree/icecast-2.3.1/src' 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/local/include -I/usr/local/include/libxml2 -pthread -g -O2 -c `test -f 'auth_url.c' || echo './'`auth_url...
2002 Dec 13
1
Help compiling tinc in Solaris 2.6
...y `/home/raub/todo/tinc-1.0pre8/m4' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/raub/todo/tinc-1.0pre8/m4' Making all in lib make[2]: Entering directory `/home/raub/todo/tinc-1.0pre8/lib' source='xmalloc.c' object='xmalloc.o' libtool=no \ depfile='.deps/xmalloc.Po' tmpdepfile='.deps/xmalloc.TPo' \ depmode=gcc3 /bin/ksh ../depcomp \ [...] sparc-sun-solaris2.6-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I. -I.. -g -O2 -I/usr/local/ssl/include -I/usr/local/include -c `test -f 'fake-getaddrinfo.c' || echo './'`fake-ge...
2007 Oct 19
2
Live Streaming and embeding into webpage on OSX
hello free streamers, after i had not much luck with " Darwin streaming server" ( because of a lack of NAT implementation ) i got a hint from a Wireless mailing list to try OGG/Theora streaming. I ?ve found a great site here <http://www.oddsock.org/guides/video.php> and downloadet and installed "icecast" and the theora libs with success on my macintosh mini ,
2011 Jun 17
1
speex on arm
...d speex-1.2rc1 with same result: vcpbx:~/arm/speex-1.1.6# make make all-recursive make[1]: Entering directory `/root/arm/speex-1.1.6' Making all in libspeex make[2]: Entering directory `/root/arm/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 arm-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -g -O2 -c -o nb_celp.lo `test -f 'nb_celp.c' || echo './'`nb_celp.c arm-linux-gcc -...
2004 Aug 06
1
Re: speex 1.1.4 compile fails/vq.h parse error
...tus: creating doc/Makefile > config.status: creating Speex.spec > config.status: creating win32/Makefile > config.status: creating win32/libspeex/Makefile > config.status: creating win32/speexenc/Makefile > config.status: creating win32/speexdec/Makefile > config.status: executing depfiles commands > Type "make; make install" to compile and install Speex > ESTIMATED COMPILE TIME: 0:19.70. > Making all in libspeex > make[1]: Entering directory `/home/war/speex-1.1.4/libspeex' > if /bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" > -D...
2007 Mar 12
1
Problem with installation of littler-0.0.10. under Free BSD 6.2
...time... yes checking for R... /usr/local/bin/R checking if R was built as a shared library... yes checking for install_name_tool... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands MyBSD% make R_HOME= /usr/local/bin/R --silent --vanilla --slave < > autoloads.h Syntax error: redirection unexpected *** Error code 2 Stop in /home/ronggui/software/littler-0.0.10. Anyone knows why and any hints to the solution? Thanks in advance. -- Ronggui Huang Department of...