[Cmake] Borland compiler not found
William A. Hoffman
bill.hoffman at kitware.com
Thu Jan 30 16:55:28 EST 2003
Is it in your path for the environment that CMakeSetup is running in?
One quick way to test that is to create a cmake list file like this:
MESSAGE($ENV{PATH})
You could also run CMakeSetup from the command line where you run make
and see if it works.
The new try compile/run requires that the compiler and make both be in your
path
when cmake is running.
-Bill
At 04:44 PM 1/30/2003 -0500, Julien Jomier wrote:
>Hi,
>
>I'm trying to run CMake with bcc32 using the Windows GUI (CMake 1.6
>patch 0), but CMake is giving me the following error: "your C compiler:
>bcc32 was not found in your path [...] Please add the compiler to your
>PATH environment and re-run CMake." However,my compiler path is in my
>PATH environment.
>
>Does anyone have an idea ?
>
>Thanks.
>
>Julien
>
>
>
>_______________________________________________
>Cmake mailing list
>Cmake at public.kitware.com
>http://public.kitware.com/mailman/listinfo/cmake
More information about the CMake
mailing list