[LLVMdev] Circular Deps from CMake build using makefile
Samuel Crow
samuraileumas at yahoo.com
Fri Jan 14 18:07:54 PST 2011
Sorry I wasted your time Óscar and the rest of the mailing list,
I discovered the problem: I was building in one directory but generating the
CMake build scripts in an identically named folder in the parent directory. I
was using stale build scripts. That's why they looked the same each time
despite my having regenerated the build-scripts with the CMake GUI. Once I got
the scripts generated in the right directory, they built 100% correctly.
My apologies,
--Sam Crow
----- Original Message ----
> From: Óscar Fuentes <ofv at wanadoo.es>
> To: Samuel Crow <samuraileumas at yahoo.com>
> Cc: Óscar Fuentes <ofv at wanadoo.es>; LLVM Developers Mailing List
><llvmdev at cs.uiuc.edu>
> Sent: Fri, January 14, 2011 6:20:23 PM
> Subject: Re: Circular Deps from CMake build using makefile
>
> Samuel Crow <samuraileumas at yahoo.com> writes:
>
> > I have attached the logfiles here.
>
> I think you didn't set CMAKE_BUILD_TYPE while configuring the cmake
> build. On your build directory, please do:
>
> make clean
> cmake -DCMAKE_BUILD_TYPE=Debug path/to/your/llvm/source/root
> make
>
> If that doesn't work, show the exact command lines you used for invoking
> cmake and the `configure' script.
>
More information about the llvm-dev
mailing list