compiler construction - can compile c++ in eclipse - Cannot run program "autoreconf": Launching failed -


i installed eclipse helios week ago. first installed without cdt. today installed cdt along autotool (this can seen in list of possible updates). afterwards, installed mingw (wascana) written in manual of cdt. after create hello world project in eclipse error (blinking non stopable) in console tab:

invoking autoreconf in build directory: d:/eclipse/proj/workspace/testcpp

configuration failed error (cannot run program "autoreconf": launching failed)

can me this? else need install or config cdt work?

thanks, eli

the autotools plug-in doesn't work on windows yet. there fix in place upcoming indigo eclipse release.

the main problem windows doesn't know how run shell scripts (which autoreconf is). have launch shell manually , ask run it. , that's fix is.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -