Dear Oscar, Thanks for the clarification - thats what I expected, and that is how it works on my Linux computer. However, I am still having problems on Mac OS X with headers not being installed. Is the person who put together the CMake build files available to diagnose the problem? Maybe I should try it on another Mac... I only have one however. Kind regards, Samuel On 1/10/2010, at 3:02 PM, Óscar Fuentes wrote:> The following message is a courtesy copy of an article > that has been posted to gmane.comp.compilers.llvm.devel as well. > > Samuel Williams <space.ship.traveller at gmail.com> writes: > > [snip] > >> Could there be some additional option required for development files? >> Currently, I have CMAKE_BUILD_TYPE=Release - maybe this doesn't >> install headers? > > `make install' installs everything, always, no options required.
Samuel Williams <space.ship.traveller at gmail.com> writes: [snip]> However, I am still having problems on Mac OS X with headers not being > installed. > > Is the person who put together the CMake build files available to > diagnose the problem? > > Maybe I should try it on another Mac... I only have one however.I'm the person who put together the CMake build files, but sadly I have less Macs than you :-/ That said, you are the first one who reports this problem, and there are quite a few OSX users here. So I tend to suspect that something specific of your machine triggers a bug in CMake.
Dear Óscar, Do many other Mac users use CMake from the command line? Are you able to tell me the exact process that installs the headers, so I have somewhere to start to debug the issue? Kind regards, Samuel On 1/10/2010, at 4:14 PM, Óscar Fuentes wrote:> I'm the person who put together the CMake build files, but sadly I have > less Macs than you :-/ > > That said, you are the first one who reports this problem, and there are > quite a few OSX users here. So I tend to suspect that something specific > of your machine triggers a bug in CMake.