search for: objc_translate

Displaying 3 results from an estimated 3 matches for "objc_translate".

2009 Jan 15
0
[LLVMdev] [cfe-dev] Testing and CMake
Hello Steve. steve naroff <snaroff at apple.com> writes: > For development, CMake is working great for me. I rarely get build > errors related to the project file being out-of-date. > > Is it true that CMake only generates absolute paths? Any idea on the > difficulty of generating relative paths? I consider this a pretty big > obstacle... Well, the fact that you
2009 Jan 15
1
[LLVMdev] [cfe-dev] Testing and CMake
...is. It isn't appropriate to ask B&I engineers to use "cmake". That said, I want to generate the VS solution files on my local machine and then copy them to a B&I machine and have everything "just work". For example: snaroffBook% ls /Volumes/Data/WindowsShared/objc_translate-9/ llvm vs2005-build The VS solution files located in "vs2005-build" were built with the following command "cmake ../llvm". Since I am using a relative path on the command line, I assumed it would use relative paths (my bad assumption). Another point...I have no need to...
2009 Jan 15
5
[LLVMdev] [cfe-dev] Testing and CMake (was: win32/llvm.sln, win32/clang.sln)
Hi Oscar, For development, CMake is working great for me. I rarely get build errors related to the project file being out-of-date. Is it true that CMake only generates absolute paths? Any idea on the difficulty of generating relative paths? I consider this a pretty big obstacle... Thanks for all your hard work on this, snaroff On Jan 15, 2009, at 9:46 AM, Óscar Fuentes wrote: >