On Wed, 24 Jul 2019 at 04:33, Zachary1234 <osgfo...@tevs.eu> wrote:

> I am using Windows 10 64 bit home edition.
> I am using the TDM Windows 64 bit c++ compiler.
> I have installed 64 bit Windows cmake, on my path.
>
> I find that when I type
>
> cmake .
>
> I am told the following, about a file that cmake does not possess:
>
> What should be done in face of this particular issue?
>

This is a pretty basic error, CMake not being able to find a C compiler.
So.... your either CMake itself is struggling to find things because they
aren't in standard paths or you simply don't have a compiler.  This isn't
something we can help with as you are the one with the non standard setup.
My recommendation would be to check the CMake forums to see what they say
about it. They also have support lists.

Robert.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to