Hi everyone!
So I've cloned this project and I am trying to build it. I've converted it to a C/C++
autotools project and when i hit build, I get the following error message.. I already have a makefile.ni and makefile.am including.
Any ideas ?
13:58:56 **** Incremental Build of configuration Build (GNU) for project ci224-project ****
make all
make: *** No rule to make target `all'. Stop.
13:58:56 Build Finished (took 80ms)
S Morehouse Messages: 3 Registered: August 2013 Location: Seattle
Junior Member
I'm having the same problems with c/c++ autotools projects. I assume you can manage the builds entirely through the GUIs but as far as I can see this isn't the case. Looks like you have to use the command line and modify the autotool files directly. Is there anyone that can confirm or deny that we have the capability to fully manage the builds using eclipse autotools for c/c++ entirely through the GUI?