Foro de elhacker.net

Programación => Programación C/C++ => Mensaje iniciado por: Verenguela en 29 Septiembre 2010, 15:00 pm



Título: Mensaje que no entiendo al instalar Dev-C/C++
Publicado por: Verenguela en 29 Septiembre 2010, 15:00 pm
Hola, cuando estoy a punto de finalizar la instalación de Dev-C/C++ en windows 7 me aparece un mensaje que no acabo de comprender. Es el siguiente:
There doesn´t seem to be GNU Make file in PATH or in Dev-C++'s Bin path. Please make sure that you have GNU Make and akjust Bin setting or system PATH environment variable and that make setting in Compiler Option contains correct file name, otrherwise you sill not be able to compile anything.
Espero que me podais ayudar.


Título: Re: Mensaje que no entiendo al instalar Dev-C/C++
Publicado por: Littlehorse en 29 Septiembre 2010, 16:42 pm
Para este tipo de cosas lo mejor que podes hacer es intentar googlear el mensaje de error:

There doesn't seem to be ... (http://www.google.com.ar/#hl=es&source=hp&biw=1152&bih=677&q=There+doesn%27t+seem+to+be+GNU+Make+file+in+PATH+or+in+Dev-C%2B%2B+Bin+Path.Please+make+sure+that+you+have+GNU+Make+and+adjust+Bin+setting+or+system+PATH+enviroment+variable+and+that+make+setting+in+Compiler+Option+contains+correct+filename%2Cotherwise+you+will+not+be+able+to+compile+anything.&aq=f&aqi=&aql=&oq=&gs_rfai=&fp=bf206b6e13faa1af)

Hay varios links con posibles soluciones. En lo personal, te recomendaría que instales otro entorno de trabajo:

  • Visual C++ Express (http://www.microsoft.com/express/Downloads/#2010-Visual-CPP)
  • Code::Blocks (http://www.codeblocks.org/)

Saludos


Título: Re: Mensaje que no entiendo al instalar Dev-C/C++
Publicado por: Verenguela en 29 Septiembre 2010, 21:53 pm
Muchas gracias. Eso haré.