Displaying 5 results from an estimated 5 matches for "gob2".
Did you mean:
gob
2006 Apr 19
2
[LLVMdev] creating a project from sample project
...me 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 '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
Regenerating configure with autoconf 2.5x
configure.ac:25: error: possibly undefined macro: AC_CONFIG_MAKEFILE
If...
2006 Apr 19
0
[LLVMdev] creating a project from sample project
.... 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 '(automake)Extending aclocal'
> or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
> Regenerating configure with autoconf 2.5x
> configure.ac:25: error: possibly undefined macro: AC_CONFIG...
2006 Apr 20
1
[LLVMdev] creating a project from sample project
Reid,
Thank you for all your help. I think that I have AutoRegen.sh working
now. (I still get the warning about GOB2_HOOK, but I'm assuming that's
not a problem.)
I'll explain the scenario that led to the problem. I copied the sample
project to ~/work/myproject/src/sample. Then I renamed it to
~/work/myproject/src/llvm, indicating that this was the llvm part of my
project. So the problem was t...
2006 Apr 18
0
[LLVMdev] creating a project from sample project
Ryan,
Rather than fix the documentation to match reality, I decided to fix
reality to match the documentation. I have just committed (CVS head)
changes to the sample project's AutoRegen.sh script that will prompt the
user for the path to the LLVM source root and the LLVM object root, if
it can't automatically determine the location (because your project is
not located in the llvm/projects
2006 Apr 18
2
[LLVMdev] creating a project from sample project
Thank you for the response. I guess the only thing that is confusing is
that the LLVM documentation, at http://llvm.org/docs/Projects.html under
the "Create a Project from the Sample Project" heading, indicates that
(1) you can place your project *anywhere* you want, and (2) that you are
supposed to use the AutoRegen.sh script as is. However, that seems not
to be the case.
The