Autoconf/Automake support
Posted: Wed Jan 06, 2010 5:59 pm
First, congratulations to Eran for creating this masterpiece. I currently use it on Linux, OS-X and Windows (Easier using a virtual machine than cross-compiling).
At work I am coding with NS2 (a network simulator), which uses autoconf/automake. I wanted a better editor than vi, so people suggested Eclipse. Stubborn as I am I tried CodeLite.
It was as simple as creating a new workspace, adding a new project. Setting the build commands (build -> make, clean -> make clean), importing all the C/H files under the root-directory and set it of to compile.
Since the compile lines of NS2 are a bit long, you just see the same line repeated in the compile-window, but it works. It took less than 2 minutes (1min 50s) and now I am a happy camper.
As an idea/request: Add a existing makefile importer, which does just that:
1. set the default build commands (make, make clean)
2. imports (or asks to import) all the C/H files under the root.
Again, congratulations and happy Newyear,
Martijn
At work I am coding with NS2 (a network simulator), which uses autoconf/automake. I wanted a better editor than vi, so people suggested Eclipse. Stubborn as I am I tried CodeLite.
It was as simple as creating a new workspace, adding a new project. Setting the build commands (build -> make, clean -> make clean), importing all the C/H files under the root-directory and set it of to compile.
Since the compile lines of NS2 are a bit long, you just see the same line repeated in the compile-window, but it works. It took less than 2 minutes (1min 50s) and now I am a happy camper.
As an idea/request: Add a existing makefile importer, which does just that:
1. set the default build commands (make, make clean)
2. imports (or asks to import) all the C/H files under the root.
Again, congratulations and happy Newyear,
Martijn