Displaying 20 results from an estimated 30000 matches similar to: "make uninstall"
2008 May 11
1
Wine uninstall problem
hello
I have been installed Wine 9.59 from it's source code .
Then i installed wine 9.25 and it's packages form debian source see this
photo :http://i25.tinypic.com/6h10fq.png
Now i want use Wine 9.25 ,I wanted to uninstall Wine 9.59 but it gives An
error :
rm -f /usr/local/share/aclocal/wine.m4
rmdir /usr/local/share/wine /usr/local/share/aclocal
rmdir: /usr/local/share/wine: No such
2004 Aug 01
1
autogen.sh of vorbis trunk complains of missing files
I did a check-out of vorbis trunk (revision 7445), but I'm getting
problems with the autogen.sh. It complains that the required files
vorbis{,enc,file}-uninstalled.pc.in are not present.
$ ./autogen.sh
checking for autoconf...
checking 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
2013 Mar 22
1
additional compiler hardening flags
Hi all.
Any reason not to turn these on if the system supports them? They're
cheap but not free (a bit under 1% slower to run the complete regress
suite in a completely unscientific test).
They're based on info from these places:
https://wiki.ubuntu.com/ToolChain/CompilerFlags
http://wiki.debian.org/Hardening
http://www.gentoo.org/proj/en/hardened/gnu-stack.xml
and I've attempted to
2004 Aug 06
1
Compiling SVN code
Hi:
Figured this would be the more appropriate place to write about this.
I'm 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
2012 Jun 08
1
[hivex] OS X: Augment pkg-config search path
Hello all,
I found OS X still has one remaining issue in the autotools. OS X does not include pkg-config by default, and whatever mechanism installs it places pkg.m4 in some location among:
/opt/local/share/aclocal/pkg.m4
/usr/local/share/aclocal/pkg.m4
PKG_CHECK_MODULES isn't defined if pkg.m4 isn't in /usr/share/aclocal, so ./configure dies without augmenting aclocal's search
2015 Dec 06
4
[Bug 11635] New: make fails for out-of-tree build
https://bugzilla.samba.org/show_bug.cgi?id=11635
Bug ID: 11635
Summary: make fails for out-of-tree build
Product: rsync
Version: 3.1.2
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: andrey.gursky
2009 Jul 25
1
compiling libtheora-1.1alpha2
i am trying to compile libtheora-1.1alpha2 on a ubuntu system
i cant understand what the error message is
"
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-1ubuntu1, but the
libtool: definition of this LT_INIT comes from libtool 2.2.4.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-1ubuntu1
libtool: and run autoconf again.
make[2]:
2009 Nov 02
3
PHP 5.2.x
I am trying to install GOsa and it seems to need PHP 5.2
So I searched CentOS Plus but no luck
So I downloaded the src RPM from Fedora 11 and tried to build but got
derailed early on in the process with these errors...
+ cat /usr/share/aclocal/libtool.m4 \
/usr/share/aclocal/ltoptions.m4 \
/usr/share/aclocal/ltsugar.m4 \
/usr/share/aclocal/ltversion.m4 \
/usr/share/aclocal/lt~obsolete.m4
2006 Jun 16
1
building dovecot lda on solaris 9
Trying to build the latest CVS code of LDA against dovecot beta 9.
Running autogen script 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:
2012 Jun 11
1
[hivex][PATCH] OS X, bootstrap: Locate pkg.m4
OS X does not include pkg-config by default. When installed, pkg.m4 tends
to end up in some place that is not the autotool-expected /usr/share/aclocal/.
Add to bootstrap a path check so pkg.m4 can be found, so ./configure does
not fail invoking PKG_CHECK_MODULES.
Signed-off-by: Alex Nelson <ajnelson at cs.ucsc.edu>
---
bootstrap | 7 ++++++-
1 files changed, 6 insertions(+), 1
2004 Sep 10
2
Re: 0.9 problems
On Sat, May 19, 2001 at 12:19:39PM +0000, Christian Weisgerber wrote:
> Christian Weisgerber <naddy@mips.inka.de> wrote:
>
> > Problems in FLAC 0.9:
>
> Also:
>
> ===> Building for flac-0.9
> cd . && aclocal
> aclocal: configure.in: 7: macro `AM_PROG_LIBTOOL' not found in library
> aclocal: configure.in: 22: macro `AM_PATH_XMMS' not
2009 Jul 31
6
Uninstall old wine version and install new version
I did a forum search and found 16 pages for uninstalling wine. Only one was semi-helpful.
What I got was:
>
> [Bakshara at Bakshara ~]$ rmdir ~/.wine
> rmdir: failed to remove `/home/Bakshara/.wine': Directory not empty
>
What do I need to do?
I want to uninstall wine 1.1.24 and install 1.1.26. I currently only have three apps installed. So any thing I will loose will be easy
2017 Aug 01
0
configure.ac
If you check developer.r-project.org, you'll find links to the scripts that we use for building releases and pre-releases of R. These are usually run on a Mac, but shouldn't require much change for Linux. In particular, notice this lead-in in the prerelease script:
rm -rf BUILD-dist
mkdir BUILD-dist
cd R
aclocal -I m4
autoconf
cd ../BUILD-dist
....etc....
-pd
> On 1 Aug 2017, at
2007 Feb 23
1
[LLVMdev] Trouble with sample project's autoconf
On 2/23/07, Reid Spencer <rspencer at reidspencer.com> wrote:
> > However, if I run the AutoRegen.sh script (after modifying it to
> > accept autoconf 2.61, 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/
> >
2017 Aug 16
0
Compiling problem on Debian Jessie with dovecot-2-2-32.rc1
I cant' do ./configure && make && make install on a Debian Jessie. How can I fix this?
#make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/local/src/dovecot-2.2.32.rc1/missing aclocal-1.15 -I . -I m4
/usr/local/src/dovecot-2.2.32.rc1/missing: line 81: aclocal-1.15: command not found
WARNING: 'aclocal-1.15' is missing on your system.
2011 Oct 06
2
Mock - Problems building Centos5 package on Centos6 - where can I ask for advice ?
Hi.
I am trying to use Mock to rebuild a .src.rpm file I have made for PHP 5.3.8
(for Centos6)
I have managed to install deps fine with mock.
When I try to rebuild the package though I get.
(from build.log)
---------------------------------------------------------------------------------------------------------
+ cat /usr/share/aclocal/libtool.m4 /usr/share/aclocal/ltoptions.m4
2017 Aug 01
3
configure.ac
Hi,
Just a quick mail to mention that I cannot generate a new configure script
using autoconf or autoreconf. I had edited the configure.ac and thought ...
"oh, that's my fault", but then I tried it on R-patched and R-3.4.1 without
touching configure.ac and had the same problems.
The "building R packages" documentation seems to suggest that "autoconf"
should take
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
Hi,
I had posted a similar question a few days back(but my mails started
bouncing back, when I tried to post to the newsgroup). So here is it
again.
My System: Rh 9.0 (2.4.20-13.9), openssl-0.9.7a-5, openssl-devel-0.9.7a-5
Autoconf tools: autoconf-2.57-3, automake-1.6.3-5
1. When I try to compile tinc-1.0 pre8 on my RH 9.0 system, it fails..
When I do a ./configure, it aborts saying:
2005 Feb 06
1
wine-20050111 - missing MSVCR71.dll
Hi,
Much older versions of Wine didn't seem to uncover this problem,
but newer versions (since 12/04 I think) do. What's the most likely
cause of this and how should I approach fixing it on my system? My
current setup is wine-20050111 from source. After it was built all
existing .wine directories were deleted and wine --version was run to
set them up. I have not used Winetools yet.
2007 Feb 23
0
[LLVMdev] Trouble with sample project's autoconf
Hello Scott,
On Wed, 2007-02-21 at 18:57 -0500, me22 wrote:
> I'm trying to follow docs/Projects.html to use llvm in a project of my own.
>
> If I just copy the sample directory, running configure in the new one
> works fine:
> ~/programming/llvm-1.9/projects $ cp -a sample/ zhe
> ~/programming/llvm-1.9/projects $ cd zhe/
> ~/programming/llvm-1.9/projects/zhe $