[LLVMdev] CMake "sudo make install" & headers
Samuel Williams
space.ship.traveller at gmail.com
Thu Sep 30 15:11:43 PDT 2010
Dear Sam,
Thanks for your detailed response, however I am using the command line tool.
The problem is that exactly the same arguments to CMake on Mac OS X and Linux give different results.
On Mac OS X, headers are not installed. On Linux, they are installed. I've tested this on Debian Linux and OS X 10.6.4 both with CMake >= 2.8.0
I am not sure how to debug this problem. Does anyone have any experience with CMake command line on Mac OS X?
Kind regards,
Samuel
On 1/10/2010, at 10:21 AM, Samuel Crow wrote:
> Hi Samuel,
>
> I always just click the icon for CMake on the Mac. Then you select a
> destination directory for the headers from the graphical user interface and the
> source where the cmakefile.txt root is. Then you click on the configure button
> at the bottom. It will ask you if you want to make Unix Makefiles or XCode
> Projects or Eclipse Projects or a couple of other options. Pick the one you
> want, then click the Okay button. It should start parsing the cmakefile.txt
> files and come up with some configuration options. The new ones are displayed
> in red. Select the settings for each red one and hit configure again. It may
> show more red ones the second time around. Keep setting the settings until the
> Generate button is highlighted. Clicking Generate will generate the makefiles
> or project files you requested.
>
> Yours truly,
>
> --Sam
More information about the llvm-dev
mailing list