[CMake] Can't build cmake 2.8.1 out of source

Bill Hoffman bill.hoffman at kitware.com
Thu Jun 24 12:25:06 EDT 2010


On 6/24/2010 12:15 PM, j s wrote:
> I bootstrapped a version of cmake, and used it to build itself.  This
> didn't work until I removed /opt/local/bin (Macports) from my path.
>
> I then built cmake with the Macports version of cmake, and it also
> worked after removing /opt/local/bin.
>
> So how is FundamentalType.h generated?  I think that cmake may have an
> issue, because when I use it to build something external, it uses
> /usr/bin/c++.  However, it decides to use /opt/local/bin/gcc when it is
> building its tests.
>
So, what gcc does it use when /opt/local/bin is not in your path?
> I assume posting all this stuff to the list is an acceptable alternative
> to a bug report, so I guess I don't have to file one now.
>

Can you send this stuff:
>
>     Please post the CMakeError.log and CMakeOutput.log files.   Sounds
>     like check type size is failing for some reason.
>
>     Also, you should post the whole output from running cmake.
>

-Bill



More information about the CMake mailing list