Hi Konstantin I am following the procedure mentioned here http://code.google.com/p/votca/wiki/Development
and trying to build csg_fmatch netbeans project. But still there are few headers files that netbeans not able to locate... and I am getting an error <http://code.google.com/p/votca/wiki/Development>g++ -I/home/mashaya1/Apps/Gromacs4.5.1/include -DGMX=451 -c -g -I../../src/libcsg -I../../../tools/include -I/usr/include/libxml2 -I../../include -MMD -MP -MF build/Debug/GNU-Linux-x86/_ext/1332856960/gmx_version_check.o.d -o build/Debug/GNU-Linux-x86/_ext/1332856960/gmx_version_check.o ../../src/libcsg/modules/io/gmx_version_check.cc ../../src/libcsg/modules/io/gmx_version_check.cc:19:26: fatal error: votca_config.h: No such file or directory I am guessing there is some issue with gromacs version flag, can you please suggest me workaround for this issue? thanks sikandar On Wed, Jun 22, 2011 at 8:26 AM, Emiliano Brini <[email protected]>wrote: > Hi, > I followed the instruction in this mail and in the wiki, and using the > file fluctuation.cc as template I manage (hopefully) to write an analysis > tool. > I can build the program in netbeans, but now I don't understand what to do > now... for example: how do i call the program? > > Thanks > > Emiliano > > > On May 19, 2011, at 10:13 AM, Konstantin Koschke wrote: > > > Hi! > > > > On Wed, May 18, 2011 at 12:45 AM, Sikandar Mashayak > > <[email protected]> wrote: > >> Hi > >> So far I have been using in-built functionalities of votca. Sometimes I > need > >> to perform task which can not be done readily with default functions and > I > >> am thinking to start modifying/adding the code. > >> I tried creating projects in Netbeans and also in eclipse, but with no > >> success. It would be great if anyone could help me getting started with > >> this. > >> thanks > >> sikandar > >> > > > > Did you try following the guide on > > http://code.google.com/p/votca/wiki/Development > > > > Please let us know what you're actually trying. Do you need to modify > > VOTCA code? Most likely not. I would guess that you want to create a > > project that makes (heavy) use of VOTCA routines. The quickest way to > > get you started is: > > > > - make sure you have working VOTCA and GROMACS installations > > - source VOTCA.*rc and GMXRC and open Netbeans (i.e., Netbeans knows > > about VOTCA and GROMACS env vars) > > - create a new project (and add an example/template file, e.g. > > csg/share/template/template_threaded.cc or > > share/votca/template/template.cc) > > - Edit the project's properties: add "votca_csg" as a library and your > > VOTCA_INST_PATH/lib as a library path > > > > Your project should compile. > > (What's left to do: add VOTCA_INST_PATH/include to your project as an > > include path - this is not necessary for compilation, but allows > > Netbeans to fully resolve header information) > > > > Let me know where you're stuck. I will then also update the wiki entry > > to make it more complete. > > > > Cheers > > Konstantin > > > > > >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "votca" group. > >> To post to this group, send email to [email protected]. > >> To unsubscribe from this group, send email to > >> [email protected]. > >> For more options, visit this group at > >> http://groups.google.com/group/votca?hl=en. > >> > > > > -- > > You received this message because you are subscribed to the Google Groups > "votca" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > [email protected]. > > For more options, visit this group at > http://groups.google.com/group/votca?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google Groups > "votca" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/votca?hl=en. > > -- You received this message because you are subscribed to the Google Groups "votca" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/votca?hl=en.
