search for: makedepend

Displaying 19 results from an estimated 19 matches for "makedepend".

2019 Mar 16
0
[ANNOUNCE] makedepend 1.0.6
makedepend parses C source files to make dependency lists for Makefiles. This minor maintenance release fixes some bugs, lifts a limit, clears some compiler warnings, boosts performance, and includes other janitorial cleanups. Alan Coopersmith (8): Constify a pair of local string pointers Use do...
2010 Feb 23
1
makedepend in Mesa
...sually works, but rebuilding everything takes time. And regression testing needs a lot of rebuilding :) Anyway I found this IRC discussion yesterday quite interesting : 20:30 * jbarnes curses the mesa build system 20:31 < jbarnes> change intel_fbo.h, nothing rebuilds 20:32 < Dr_Jakob> makedepend installed? 20:33 < jbarnes> yeah but it looks like we don't symlink intel_fbo.h into i915 and include it in the makefile 20:33 < jbarnes> so I guess the deps don't get picked up 20:34 < Dr_Jakob> Hmm 20:34 < jbarnes> oh no I guess I don't have makedepend 20:34 -!...
2008 Jul 04
5
mkdep vs. makedepend
...ssignments is to bring this up to CentOS, but on my first effort, I ran into this interesting "feature." The original build process (FC1) uses mkdep to generate the dependency files that are subsequently used by the makes to build the app. mkdep does not exist in CentOS 5.2. There is a makedepend command that operates slightly differently. Can someone enlighten me on this, particularly w.r.t. 1) how do I use makedepend to generate the same files mkdep did and is this a good idea (my impression is that it's not really that hard but also not necessarily a good idea or 2) convert all the...
2008 Feb 28
2
Can't get xapian-core 1.05 to build under windows xp
....h.omega.win32..\..\xapian- omega-1.0.5\config.h cd ..\common nmake / CFG="" DEBUG="" Microsoft (R) Program Maintenance Utility Version 6.00.9782.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. if exist "..\win32\makedepend.exe" ..\win32\makedepend.exe -- -nologo -c -Zi -I.. -I..\include -I..\common -W3 - EHsc -D "WIN32" -D "__WIN32__" -D "_WIN32" -D "_WINDOWS" -D "HAVE_VSNPRINTF" -D "HAVE_STRDUP" -D "_USE_32BIT_TIME_T" -D_CRT_SECURE_NO_DEPRE...
2020 Apr 26
6
[PATCH] Use POSIX standardized options for head(1) and tail(1)
--- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 304d96cd..47e04c02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -353,7 +353,7 @@ depend-rebuild: rm -f config.h touch config.h makedepend -w1000 -Y. -f .depend *.c 2>/dev/null - (head -2 .depend; tail +3 .depend | sort) >.depend.tmp + (head -n 2 .depend; tail -n +3 .depend | sort) >.depend.tmp mv .depend.tmp .depend rm -f config.h -- 2.26.2
2007 Oct 23
1
[LLVMdev] llvm-gcc bootstrap failures
I've had failing llvm-gcc bootstraps on x86_64 for about a week now. It falls over when trying to link makedepend with a stage1 compiler: [x86_64-off-opt]: libcpp.a(charset.o): In function `init_iconv_desc': [x86_64-off-opt]: (.text+0xef7): undefined reference to `alloca' [And hundreds more of similar nature] Supposedly gcc doesn't inline alloca if -ansi or -fno-builtin is specified, but neither...
1998 Nov 17
1
Failure to rename files that have active file handles
...ried" about ditching our NFS solution completely. That is we seem to be unable to rename a file that has an open file handle (either owned by the same process doing the rename or a different process), this is not a problem on a local NT drive or on an NFS mounted drive. This showed up in "makedepend" which has code like this: fdin = fopen("Makefile",...) rename("Makefile","Makefile.bak") fdout = freopen("Makefile","w",stdout) The rename fails with "Permission denied". I have tried this with oplocks on and off (I couldn't se...
2012 Mar 12
1
Help, Wine isn't working
...Xcursor xorg-libXcursor xorg-libXdamage xorg-damageproto xorg-libXi xorg-libXi xorg-libXinerama xorg-xineramaproto xorg-libXinerama xorg-libXrandr xorg-randrproto xorg-libXrandr orbit2 libidl policykit eggdbus gnome-mime-data gstreamer gzip texinfo gstreamer libtheora libvorbis libogg orc lcms mesa makedepend xorg-dri2proto xorg-glproto xorg-libXmu xorg-libXt xorg-libsm xorg-libice xorg-libsm xorg-libXxf86vm xorg-xf86vidmodeproto ---> Building python27 Error: Target org.macports.build returned: shell command failed (see log for details) Error: Failed to install python27 Log for python27 is at: /opt/...
2008 Jan 08
2
have configure generate header dependencies automatically
Hi all. While working on something I got bitten by a mismatch between .o files due to a changed struct. This is easily prevented. Building proper dependency information into the Makefiles would be major surgery and require ongoing maintenance (although some of that could be automated by parsing the .depend files generated on OpenBSD). This patch is basically the brute-force approach: it will
2020 Jul 05
3
Makefile probably incorrect
I am a Manjaro user and was compiling libguestfs today from the AUR (it doesn't reside on Arch/Manjaro repos) and got the following error: "make[2]: Leaving directory '/home/matador/AUR/libguestfs-git/src/libguestfs/common/errnostring' Making all in common/protocol make[2]: Entering directory '/home/matador/AUR/libguestfs-git/src/libguestfs/common/protocol' make[2]: ***
2020 Jul 07
0
Re: Makefile probably incorrect
...ocol.x > > 5410:rpcgen -h -o guestfs_protocol.h-t guestfs_protocol.x > > 5749:rpcgen -h -o rc_protocol.h-t rc_protocol.x > > 5750:rpcgen -c -o rc_protocol.c-t rc_protocol.x > > > > So I think the solution would be to add *rpcsvc-proto* (provider of > > rpcgen) to makedepends. On feedback that it works I'll make this update. > > > > I installed *rpcsvc-proto *and indeed it created the missing files > (including the .c and .h file mentioned above) and it eliminated that > compiler error (just now I got a different one, which I'll try solving...
2010 Apr 02
1
help installing
...ror: Checksum (sha1) mismatch for freetype-2.3.12.tar.bz2 Error: Checksum (rmd160) mismatch for freetype-2.3.12.tar.bz2 Error: Target org.macports.checksum returned: Unable to verify file checksums Error: The following dependencies failed to build: fontconfig freetype jpeg libxml2 libxslt mesa glut makedepend pkgconfig xorg-xproto xorg-dri2proto xorg-glproto xorg-libXfixes xorg-fixesproto xorg-libX11 xorg-bigreqsproto xorg-inputproto xorg-kbproto xorg-libXau xorg-libXdmcp xorg-util-macros xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-xtrans xorg-libXi xorg-libXext xorg-libXmu xorg-libXt xor...
2008 Jul 22
4
"sleeping without queue" ?
Hello! My attempt to build openoffice.org-3 seems to be hanging. Pressing Ctrl-T produces: load: 0.11 cmd: tcsh 79759 [sleeping without queue] 0.00u 0.00s 0% 0k (tcsh is used by OOo's build-script). What is this "sleeping without queue" state, and why is process in it for so long? This is an 4-CPU amd64 system with 4Gb of RAM. Only 16% of the swap is currently in use and
2015 Nov 18
3
AddKeysToAgent break local forwarding (and possibly more)
Hello everybody, current git breaks local forwarding (and possibly more). Looks like the option in ignored completely. I bisected the issue and found this commit to be the culprit: commit f361df474c49a097bfcf16d1b7b5c36fcd844b4b Author: jcs at openbsd.org <jcs at openbsd.org> Date: Sun Nov 15 22:26:49 2015 +0000 upstream commit Add an AddKeysToAgent client option which can
2010 Sep 16
4
question about CIFS client glitches
Hello, Trying out a CIFS mount of a W2K8 x64 file system from CentOS 5.5 and running into problems, and trying to figure out how to proceed. I mount up the Windows share, then run a script that expands about ten TAR format archives containing a couple of hundred files with the 'pax' utility. Then it removes about two dozen files. The script is a primitive source-code version
2010 Feb 16
1
Build failure in Mesa
...NC_DIR@,/usr/include,' -e 's, at VERSION@,7.8.0,' -e 's, at DRI_DRIVER_DIR@,/usr/lib/dri,' -e 's, at DRI_PC_REQ_PRIV@,libdrm >= 2.4.15,' dri.pc.in > dri.pc gmake[5]: Entering directory `/usr/src/packages/BUILD/Mesa/src/mesa/drivers/dri/nouveau' running /usr/bin/makedepend gmake[5]: Leaving directory `/usr/src/packages/BUILD/Mesa/src/mesa/drivers/dri/nouveau' gmake[5]: Entering directory `/usr/src/packages/BUILD/Mesa/src/mesa/drivers/dri/nouveau' gmake[6]: Entering directory `/usr/src/packages/BUILD/Mesa/src/mesa/drivers/dri/nouveau' gcc -c -I. -I../../.....
2010 Nov 12
2
X11R7.6 Release Candidate 1
...libfontenc 1.0.5 1.1.0 libpciaccess 0.10.9 0.12.0 libxcb - 1.7 libxkbfile 1.0.6 1.0.7 luit 1.0.4 1.1.0 makedepend 1.0.2 1.0.3 mkfontdir 1.0.5 1.0.6 mkfontscale 1.0.7 1.0.8 pthread-stubs - 0.3 randrproto 1.3.1 1.3.2 recordproto 1.14 1.14.1...
2012 Aug 16
9
[Bug 2034] New: make fails
https://bugzilla.mindrot.org/show_bug.cgi?id=2034 Priority: P5 Bug ID: 2034 Assignee: unassigned-bugs at mindrot.org Summary: make fails Severity: critical Classification: Unclassified OS: FreeBSD Reporter: kris.universe at gmail.com Hardware: amd64 Status: NEW Version: 6.0p1
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine. I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15 Everything I have read says use the installer to load windows programs. Where is the installer? Thanks, -- Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA http://www.plansandprojects.com My hobby pages are here: