Displaying 20 results from an estimated 700 matches similar to: "src/lib/Makefile.am: a trivial ``$(srcdir)'' patch"
2010 Mar 18
1
Dovecot 2.0 b13e01d82083
Hello,
I was trying to compile Dovecot 2.0 b13e01d82083, and I found this when
doing make:
Making all in lib
test -f UnicodeData.txt || wget
http://www.unicode.org/Public/UNIDATA/UnicodeData.txt
/bin/sh: wget: not found
I think it's probably not the best idea to assume everyone has wget
installed. Perhaps it is installed by default on linux, but probably not
on all other platforms. Why not
2007 Dec 31
4
1.1b13 build in FreeBSD fails using 'make'; 'gmake' apparently required
hi,
i'm doing a 1st build of dovecot in a freebsd 62R jail.
following instructions at
http://wiki.dovecot.org/CompilingSource
./configure
make
sudo make install
after an OK 'configure', @ 'make', i get
make
make all-recursive
Making all in src
Making all in lib
make: don't know how to make unicodemap.c. Stop
*** Error code 1
Stop in
2007 Dec 08
2
Great work!
I've just spent a happy couple of days writing a text file for formatting with
Markdown. The results are phenomenal! It's easy to write, and attractive to
read. I'll try to send a Christmas present to the writer :-)
But when I looked at the perl source, I also found that it was small and
well-structured. Of course, I couldn't resist adding a few things that appealled
to me.
2009 Nov 23
4
Upgrade Dovecot 1.2.7 to 1.2.8 on OS X (10.6.2)
Hi there, I've tried to update Dovecot to the latest version and have
come upon an error during make. Previous upgrades have all been very easy
(thank you!) and it appears that the updated make script includes a wget
command and unfortunately OS X does not come with wget by default (curl is
the default). Not being completely up to speed with the whole autoconf and
make process, I'm a
2008 Oct 17
1
Possible problems with the git repository.
Howdy,
I just did a git clone for the latest syslinux and when I entered the
make command the build ended with an error.
I also had to back level my git installation because "git clone url"
doesn't seem to want to work any more yet it's what was on the web page.
Regards,
George...
perl cptable.pl UnicodeData iso8859-8.txt iso8859-8.txt iso8859-8.cp
perl cptable.pl
2011 Apr 19
1
Running IMVU through Wine
Just switched to Ubuntu 2 days ago and trying to get the hang of Wine. I'm trying to run the IMVU client through it, but all that happens is that the login screen will come up and let me log in, but after that I get an IMVU icon in the upper right but no client to use. When running the command to execute IMVU through the terminal, I get the following:
Code:
env
2004 Oct 25
0
[PATCH] move iolist functions into separate file
Hello,
attached patch extracts iolist related functions into separate
file and makes it a little more generic. This functions will
be used by the new ioloop handler based on the BSD kqueue API.
Please consider applying.
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -udrpNX
2004 Oct 25
0
[PATCH] Request for testing: BSD kqueue ioloop handler
Hello,
attached patch adds experimental ioloop handler which uses BSD kqueue API.
It compiles and survives my small test program, but not thoroughly
tested because I have no suitable BSD machine to torture.
Brave owners of (Free|Net|Open)BSD please test and report results :)
Best regards.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
2004 Aug 30
0
[PATCH] [RFC] epoll based ioloop handler (now with patch)
Sorry, I forgot to attach patch to previous mail.
--
Andrey Panin | Linux and UNIX system administrator
pazke at donpac.ru | PGP key: wwwkeys.pgp.net
-------------- next part --------------
diff -urpNX /usr/share/dontdiff dovecot-cvs.vanilla/configure.in dovecot-cvs/configure.in
--- dovecot-cvs.vanilla/configure.in 2004-08-09 23:14:02.000000000 +0400
+++ dovecot-cvs/configure.in 2004-08-25
2003 Apr 16
1
PATCH Add support for kqueue in ioloop subsystem
Hey,
I noticed that there was an ioloop "module" (if we can call it that) for
select and poll and decided to add one for kqueue (aka kevent) BSDs high
performance descriptor multiplexing API. I haven't done any of the
configure glue stuff but the code is complete and works well. kqueue is
available on all recent versions of FreeBSD, NetBSD, OpenBSD and Darwin
(and therefore MacOS
2005 Dec 15
2
Patch: More of kqueue() support.
Hi,
the attached patch contains these changes:
2005-12-15 22:18 Vaclav Haisman <v.haisman@sh.cvut.cz>
* src/lib/ioloop-kqueue.c: Fix IO_ERROR behaviour.
* src/lib/ioloop-notify-kqueue.c: New file.
* configure.in: Improve kqueue detection and handling. Cleanup.
The configure.in changes that are not related to kqueue are there to make
autoconf 2.59, automake 1.9.6 and libtool 1.5.20
2014 Oct 22
0
Re: [PATCH] tests: rename $SRCDIR to $srcdir
On Wed, Oct 22, 2014 at 05:30:50PM +0200, Pino Toscano wrote:
> No functional changes to the tests.
> ---
> tests/guests/Makefile.am | 12 ++++++------
> tests/guests/guest-aux/make-debian-img.sh | 6 +++---
> tests/guests/guest-aux/make-fedora-img.pl | 10 +++++-----
> tests/guests/guest-aux/make-ubuntu-img.sh | 4 ++--
>
2009 Jan 18
1
codepage/UnicodeData: tcase() data
Three questions:
- Where did the file come from?
- Does tcase() stand for toggle case (or otherwise effectively the same thing)?
- Should uppercase characters like, the latin capital A, have tcase()
data in addition to the lcase() data?
-Gene
"No one ever says, 'I can't read that ASCII E-mail you sent me.'"
2016 Feb 28
2
UnicodeData
Hey guys,
there seem to be a problem with wget and/or the unicode webserver.
During the make process there are several files wich are download from
the unicode server.
I can access them manually but both curl and wget failing to get it.
Are they any other mirrors or anyone else expiring this bug?
Greetings
2014 Oct 22
2
[PATCH] tests: rename $SRCDIR to $srcdir
No functional changes to the tests.
---
tests/guests/Makefile.am | 12 ++++++------
tests/guests/guest-aux/make-debian-img.sh | 6 +++---
tests/guests/guest-aux/make-fedora-img.pl | 10 +++++-----
tests/guests/guest-aux/make-ubuntu-img.sh | 4 ++--
tests/guests/guest-aux/make-windows-img.sh | 6 +++---
5 files changed, 19 insertions(+), 19 deletions(-)
diff --git
2014 Nov 04
1
[PATCH] bash: fix build/clean when srcdir==builddir
Use CLEANFILES to remove the generated symlinks, and just ignore the
errors when copying the scripts in srcdir!=builddir situations.
Followup of commit 40ac54829d4e71b1bac76343872a2674a40c7ac0.
---
bash/Makefile.am | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/bash/Makefile.am b/bash/Makefile.am
index 780da64..ee9c10c 100644
--- a/bash/Makefile.am
+++
2005 Aug 29
0
[LLVMdev] Updatings With SRCDIR == OBJDIR
Folks,
If your build tree is the same as your source tree and you do a "cvs update",
you'll likely run into some issues as a result of PR614 changes I made over the
weekend. In this situation, cvs will complain that it can't update certain
files because there's a local copy in the way. This is a result of the fact
that generated flex/bison files are now checked into cvs.
2008 Apr 01
1
[LLVMdev] [PATCH] Running SPEC benchmark with objdir != srcdir
Hello,
I would like to run a SPEC benchmark from llvm-test, with objdir !=
srcdir. Right now it doesn't work because the config file
External/SPEC/Makefile.spec.config is not created by the configure
script in the target objdir.
The attached patch adds the above Makefile to the list of Makefile(s)
configure has to process. I have tested it on my local tree (needs to
regenerate configure).
2010 Jan 05
0
[LLVMdev] make fails to detect changes in case srcdir != objdir
On Tuesday 05 January 2010 03:38, Gregory Petrosyan wrote:
> LLVM makefiles can't detect source changes in case objdir != srcdir, e.g.
I haven't found that. I build with objdir != srcdir all the time.
> I've managed to get my pass listed in 'opt -help' only after removing opt
> subdir from objdir and running make again. Re-configuring LLVM also does
It sounds like
2010 Jan 05
0
[LLVMdev] make fails to detect changes in case srcdir != objdir
On Tuesday 05 January 2010 12:18, Gregory Petrosyan wrote:
> > It sounds like the dependencies for your pass are not correct. Where
> > did you put it in the LLVM tree and how did you change the Makefiles?
>
> One new .cpp file in lib/Transforms/IPO + RegisterPass<> + mention pass in
> LinkAllPasses.h; no changes in makefiles.
Hmm, that should certainly work. What