Displaying 20 results from an estimated 3302 matches for "autoconf".
2008 Apr 11
4
[LLVMdev] Setting up new project
...d project based on the sample
project (I'm following the instructions at
http://llvm.org/docs/Projects.html). In doing so, I hit a problem with
AutoRegen.sh which I worked around, and hit a problem with configure
that I don't know how to work around.
Below is what happens when I attempt to autoconf and configure the
sample project that ships with LLVM. This is on Mac OS X 10.5 with
autoconf 2.6.0. For reference, /opt/src-llvm is where my llvm sources
are, and where I built those sources. My project is in
/opt/src-llvm/projects/sample.
$ cd /opt/src-llvm/projects/sample
$ cd autoconf/
$ ./Au...
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/
> > ~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh
> > Regenerating aclocal.m4 with acl...
2008 Apr 11
0
[LLVMdev] Setting up new project
> Below is what happens when I attempt to autoconf and configure the
> sample project that ships with LLVM. This is on Mac OS X 10.5 with
> autoconf 2.6.0. For reference, /opt/src-llvm is where my llvm sources
> are, and where I built those sources. My project is in
> /opt/src-llvm/projects/sample.
>
> $ cd /opt/src-llvm/projects/...
2007 Feb 21
2
[LLVMdev] Trouble with sample project's autoconf
...ng Makefile commands
config.status: executing lib/Makefile commands
config.status: executing lib/sample/Makefile commands
config.status: executing tools/Makefile commands
config.status: executing tools/sample/Makefile commands
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/
~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh
Regenerating aclocal.m4 with aclocal
/usr/share/aclocal/sdlmm.m4:12: war...
2007 Sep 30
3
[LLVMdev] Compiling poolalloc
...vm-2.0/ --with-llvmobj=~/Documents/research/llvm/llvm-2.0/
(I've tried all of those with and without / at the end of the lines).
The error it reports is below. Any ideas what is causing this?
Thanks,
Ben Chambers
Error Report:
./config.status: line 1044:
~/Documents/research/llvm/llvm-2.0//autoconf/mkinstalldirs: No such
file or directory~/Documents/research/llvm/llvm-2.0//autoconf/install-sh:
~/Documents/research/llvm/llvm-2.0//autoconf/install-sh: No such file
or directoryconfig.status: executing lib/Makefile
commands./config.status: line 1046:
~/Documents/research/llvm/llvm-2.0//autoconf/m...
2007 Feb 23
0
[LLVMdev] Trouble with sample project's autoconf
...atus: executing lib/Makefile commands
> config.status: executing lib/sample/Makefile commands
> config.status: executing tools/Makefile commands
> config.status: executing tools/sample/Makefile commands
>
> 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/
> ~/programming/llvm-1.9/projects/zhe/autoconf $ ./AutoRegen.sh
> Regenerating aclocal.m4 with aclocal
> /usr/share...
2012 Jul 18
3
pecl install json on CentOS 5.8
.........done: 17,780 bytes
11 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20050922
Zend Extension Api No: 220051025
/usr/bin/phpize: /tmp/tmpJaaJaV/json-1.2.1/build/shtool: /bin/sh: bad
interpreter: Permission denied
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF
environment variable is set correctly and then rerun this script.
ERROR: `phpize' failed
[root at bom-bott ~]# ll /bin/sh
lrwxrwxrwx 1 root root 4 Mar 30 12:50 /bin/sh -> bash
[root at bom-bott ~]# echo PHP_AUTOCONF
PHP_AUTOCONF...
2008 Apr 11
3
[LLVMdev] Setting up new project
On Fri, Apr 11, 2008 at 12:35 PM, Tanya M. Lattner <tonic at nondot.org> wrote:
>
> > Below is what happens when I attempt to autoconf and configure the
> > sample project that ships with LLVM. This is on Mac OS X 10.5 with
> > autoconf 2.6.0. For reference, /opt/src-llvm is where my llvm sources
> > are, and where I built those sources. My project is in
> > /opt/src-llvm/projects/sample.
> >
>...
2005 Feb 14
2
[LLVMdev] Removing $(LLVM_SRC_ROOT)/autoconf dependensies in Stacker, llvm-java [PATCH]
...vm-java/llvm-java/Makefile.common.in
have line:
include $(LLVM_OBJ_ROOT)/Makefile.common
that have line:
include $(LLVM_OBJ_ROOT)/Makefile.config
(also $(LLVM_OBJ_ROOT)/Makefile.config used in llvm-test/Makefile.config.in)
and
llvm/Makefile.config.in have lines:
INSTALL_SH := $(LLVM_SRC_ROOT)/autoconf/install-sh
MKDIR := $(LLVM_SRC_ROOT)/autoconf/mkinstalldirs
But all this projects (LLVM, Stacker, sample, llvm-java) have
autoconf/install-sh and autoconf/mkinstalldirs in own sources.
I think at building, for example, llvm-java use
llvm-java/autoconf/install-sh is more correct (synchronized...
2016 Jan 12
8
[RFC] Removing autoconf from trunk
Now that 3.8 is imminently branching with the newly deprecated autoconf I think it is time to propose a process and timeline for removing autoconf support from trunk.
At this point I believe there should be no users of autoconf for Clang and LLVM that are not supported by CMake, so I would like to propose dropping autoconf support from the cfe and llvm repositories on...
2008 Apr 11
0
[LLVMdev] Setting up new project
...project (I'm following the instructions at
> http://llvm.org/docs/Projects.html). In doing so, I hit a problem with
> AutoRegen.sh which I worked around, and hit a problem with configure
> that I don't know how to work around.
>
> Below is what happens when I attempt to autoconf and configure the
> sample project that ships with LLVM. This is on Mac OS X 10.5 with
> autoconf 2.6.0. For reference, /opt/src-llvm is where my llvm sources
> are, and where I built those sources. My project is in
> /opt/src-llvm/projects/sample.
>
> $ cd /opt/src-llvm/proj...
2006 Apr 19
2
[LLVMdev] creating a project from sample project
Reid,
Thanks for the help. I am trying out the fixes you checked into CVS. I
seem to be getting some errors running AutoRegen.sh. I am a bit
inexperienced with autoconf and m4. The errors I'm getting are below.
Do you know what the problem is? I am using machines running FC3. The
autoconf version is 2.59, the aclocal version is 1.9.2, and the m4
version is 1.4.1.
/usr/share/aclocal/gob2.m4:7: warning: underquoted definition of GOB2_HOOK
run info '...
2010 Feb 19
5
autoconf error with Wine 1.1.39
I have got this error when trying to build Wine 1.1.39 in Fedora 12
Code:
+ autoreconf
configure:4993: error: possibly undefined macro: AS_VAR_APPEND
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1
In Fedora 12 installed autoconf-2.63.
2006 Apr 18
2
[LLVMdev] creating a project from sample project
...h script as is. However, that seems not
to be the case.
The reason my project is not in the LLVM projects directory is because
it is in a CVS directory as part of a different project I am working on.
Again thanks for the help.
Ryan
Reid Spencer wrote:
> It's complaining about the LLVM autoconf/m4 directory which contains the
> m4 macros that are used in your project's configure.ac. By convention,
> your project should be in the llvm/projects directory so that you have:
>
> 1. llvm/autoconf
> 2. llvm/projects/yourProj/autoconf
>
> The AutoRegen.sh in #2 is looki...
2006 Apr 14
2
[LLVMdev] creating a project from sample project
I am trying to create a project in my home directory based off the
instructions in http://llvm.org/docs/Projects.html. I have completed
step 4 requiring me to set the values in autoconf/configure.ac In step
5, when I run AutoRegen.sh, I get the following error:
Can't find the LLVM autoconf/m4 directory. The project should be checked
out to projects directory
So, I assumed that I set AC_CONFIG_AUX_DIR incorrectly in configure.ac.
I tried setting it to an absolute path a...
2014 Nov 01
2
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
Sent from my iPhone
> On Oct 31, 2014, at 17:40, Steve King <steve at metrokings.com> wrote:
>
>> On Fri, Oct 31, 2014 at 3:08 PM, Tom Stellard <tom at stellard.net> wrote:
>> - Is there any technical reason why the remaining autoconf users can't switch
>> to CMake?
>
> Last time I tried, the CMake build was missing some pieces required
> for the Gold plugin. Specifically, the --with-binutils-include
> option.
It is there. I build the plugin and haven't used autoconf in years.
> ________________...
2001 Sep 17
1
autoconf cleanup for AC_FUNC_GETPGRP and GETPGRP_VOID
> From: Akim Demaille <akim at epita.fr>
> Date: 17 Sep 2001 11:22:19 +0200
>
> | 2001-09-16 Tim Van Holder <tim.van.holder at pandora.be>
> | * lib/autoconf/functions.m4: (AC_FUNC_GETPGRP) Don't rely on
> | setpgrp() being present.
I looked into that problem a bit more. Several programs use
AC_FUNC_GETPGRP and GETPGRP_VOID, including Bash, Gawk, and OpenSSH,
but they use it only to decide whether they must pass an arg (either 0
or getpid()) t...
2005 Feb 15
0
[LLVMdev] Removing $(LLVM_SRC_ROOT)/autoconf dependensies in Stacker, llvm-java [PATCH]
Personally, I don't think LLVM projects should need much in the way of
autoconf stuff. They certainly don't need to replicate things like
install-sh and mkinstalldirs. I'd vote for taking these out of the
projects rather than making the makefiles deal with them. I think in
most cases these are just historical artifacts that have been with the
projects since long before...
2006 Apr 19
0
[LLVMdev] creating a project from sample project
Hi Ryan,
The output from autoconf doesn't look familiar (but then, does it
ever?).
Note that it thinks that AC_CONFIG_MAKEFILE isn't defined which is
likely if you didn't get the LLVM_SRC_ROOT correct. Here's the only
things I can think of:
1. You also need to cvs update llvm/autoconf/m4 to get the new
definition...
2006 Apr 15
0
[LLVMdev] creating a project from sample project
It's complaining about the LLVM autoconf/m4 directory which contains the
m4 macros that are used in your project's configure.ac. By convention,
your project should be in the llvm/projects directory so that you have:
1. llvm/autoconf
2. llvm/projects/yourProj/autoconf
The AutoRegen.sh in #2 is looking for #1. By convention that shoul...