Displaying 19 results from an estimated 19 matches for "makedepends".
Did you mean:
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 { ... } while(0) idiom to make debug() macro safer
Fix bad indentation in
2010 Feb 23
1
makedepend in Mesa
While keeping up-to-date the nouveau mesa driver (either classic or
gallium), or doing regression testing, the big majority of my rebuilds
resulted in segfaults.
I am not talking about autogen or configure detection. I believe this
also works automatically in other projects and doesn't with mesa, but
forgetting to do this usually causes a build failure. Then
autogen/configure can be run and
2008 Jul 04
5
mkdep vs. makedepend
Where I work, we have an application that has been merrily running
away (and being built) on FC1 (yes, you read that right).
One of my assignments 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
2008 Feb 28
2
Can't get xapian-core 1.05 to build under windows xp
Here is the output I get from nmake.
I am not a guru at getting C programs to build under windows, I never had
any troubles I could not solve on OSX :-(
I am using the released sources, I have Visual Studio 2005, I have the make
files from lemur. I read ALL the readme.txt file before starting.
And this is what I get.
C:\Documents and Settings\jroberson\My Documents\DOWNLOADS\xapian-
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
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
1998 Nov 17
1
Failure to rename files that have active file handles
We have just installed Samba 1.9.18p10 on an Ultra Sparc, Solaris 2.5.1 .
So far we have been very impressed with the resilience and performance
of Samba in contrast to Hummingbird and Solstice NFS products while
doing large product builds on our NT4.0 sp4 machines.
However we have come across one little problem, which may be down to
configuration, that has left us "worried" about
2012 Mar 12
1
Help, Wine isn't working
I've followed the guide but when i try to install this comes up, please help (i don't know anything about this sh*t) i'm just trying to play Crusader Kings II and Dear Esther
Last login: Mon Mar 12 02:20:51 on ttys000
Nathans-MacBook-Pro:~ nathanbreedlove$ sudo port install wine
Password:
---> Computing dependencies for wine
---> Dependencies to be installed: apple-gcc42
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
hey im trying to install wine on snow leopard using this tutorial
http://davidbaumgold.com/tutorials/wine-mac/
but i am having problems firstly i get these errors....
---> Computing dependencies for wine-devel
---> Verifying checksum(s) for freetype
Error: Checksum (md5) mismatch for freetype-2.3.12.tar.bz2
Error: Checksum (sha1) mismatch for freetype-2.3.12.tar.bz2
Error: Checksum
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
Hi,
Ben Skeggs latest changes in Mesa cause a build failure (libdrm is latest git ...).
Thanks.
Johannes
gmake[3]: Entering directory `/usr/src/packages/BUILD/Mesa/src/mesa/drivers'
gmake[4]: Entering directory `/usr/src/packages/BUILD/Mesa/src/mesa/drivers/dri'
sed -e 's, at INSTALL_DIR@,/usr,' -e 's, at INSTALL_LIB_DIR@,/usr/lib,' -e 's, at
2010 Nov 12
2
X11R7.6 Release Candidate 1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
It's a bit after 11pm, on the 11th day of the 11th month of the year,
so what better time for a new release of X11!
Release Candidate 1 of X11R7.6 has been posted at:
http://www.x.org/releases/X11R7.6-RC1/
This includes all the source tar files for the versions of the modules
currently considered part of the core release set (aka the
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: