Hi Chamila, if "make" works fine in the terminal then it may be an issue with the paths in your eclipse project settings. You can always configure the builders for your project ;-).
I'm not sure about the process, but since Eclipse relies on other software to build your project, autotools in this case, you might want to read the CDT documentation[1][2] since it covers that part. Cheers [1]http://www.eclipse.org/cdt/documentation.php [2]http://www.ibm.com/developerworks/opensource/library/os-eclipse-stlcdt/ On Jul 2, 2013, at 10:37 PM, Chamila Adhikarinayake <[email protected]> wrote: > Hi all, > Can I use eclipse CDT as the IDE for development.Do i have to add any plug > ins. > At the moment i built the project (gnote) separately (./autogen.sh , make) > and imported that project as Makefile Project. when i try to run it run it > using eclipse i got this message > > error while loading shared libraries: libgnote-3.9.so.1: cannot open shared > object file: No such file or directory > > do i have to import the project without building (i tried and got make: *** > no rule to make target 'all' message.) > > is here any separate procedure you guys use to edit and test the code. > > Thank you > chamila > > > _______________________________________________ > gnome-love mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/gnome-love Marco Antonio Islas Cruz [email protected]
_______________________________________________ gnome-love mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gnome-love
