search for: yourproj

Displaying 7 results from an estimated 7 matches for "yourproj".

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 should be located at ../../../autoconf/m4. AC_CONFIG_AUX_DIR has nothing to do with it, as that comes into play only when autoconf is run, not when AutoRegen.sh is running. Probably the only thing you're doing "wrong...
2006 Apr 18
2
[LLVMdev] creating a project from sample project
...cer 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 looking for #1. By convention that should be > located at ../../../autoconf/m4. AC_CONFIG_AUX_DIR has nothing to do > with it, as that comes into play only when autoconf is run, not when > AutoRegen.sh is running. > > Probably the only...
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
2006 Apr 18
0
[LLVMdev] creating a project from sample project
...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 should be > > located at ../../../autoconf/m4. AC_CONFIG_AUX_DIR has nothing to do > > with it, as that comes into play only when autoconf is run, not when > > AutoRegen.sh is running. &gt...
2006 Apr 19
2
[LLVMdev] creating a project from sample project
...g 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 should be >>>located at ../../../autoconf/m4. AC_CONFIG_AUX_DIR has nothing to do >>>with it, as that comes into play only when autoconf is run, not when >>>AutoRegen.sh is run...
2006 Apr 19
0
[LLVMdev] creating a project from sample project
.../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 should be > >>>located at ../../../autoconf/m4. AC_CONFIG_AUX_DIR has nothing to do > >>>with it, as that comes into play only when autoconf is run, not when > >&g...
2006 Apr 20
1
[LLVMdev] creating a project from sample project
...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 should be >>>>> located at ../../../autoconf/m4. AC_CONFIG_AUX_DIR has nothing to do >>>>> with it, as that comes into play only when autoconf is run, not w...