Hi Andy,

This is only a guess, but it looks like a CMake issue to me, such as
the Cmake build assuming that its called from a script that defines
COLOR.  Call it the way it expects and this will probably just work.
The COLOR is probably relate to the colouring of the command line
outline when building.

Perhaps a search of CMake website/mailing list archives will reveal a
bit more info.

Robert.

On 7/18/07, Andy Skinner <[EMAIL PROTECTED]> wrote:




On all of my builds, I get lots of warnings about COLOR being undefined in
the makefile.  It doesn't seem to hurt the build, but I"m curious why it
happens, and would like to clean it up.



For example, src/osg/CMakeFiles/osg.dir/build.make has bits
like:

    @$(CMAKE_COMMAND) -E cmake_echo_color –switch=$(COLOR) –green "Building
CXX object src/osg/CMakeFiles/osg.dir/AlphaFunc.o"



Why is COLOR undefined here?



I don't remember if it comes out that way with my out-of-the-box builds.  I
don't think it does.



Sometimes I'll see if $(COLOR) has a value in my makefile that starts the
OSG build.



andy


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to