c++ - Cannot compile c code on netbeans windows -
i not able complile c code in netbeans getting following error.
cannot run program "c:\cygwin64\bin\makeinfo" (in directory "c:\users\prjwl\documents\netbeansprojects\hearts"): createprocess error=5, access denied
i have followed netbeans intallation guidelines , cygwin seems working command line.
i have checked missing dll's , checked settings in tools->options->c++ see if build tools set
if knows doing wrong, me
makeinfo
not part of c compilation process, documentation generator, used in conjunction gnu autools.
you should able install installing texinfo
cygwin package.
note makeinfo
not make
, far. if need make
, install cygwin package well, , set "make command" c:\cygwin64\bin\make.exe
(in case).
Comments
Post a Comment