<div dir="ltr">Dear Andreas , <div><br></div><div>Thanks for your reply . </div><div>I added libxc directory to the FCFLAGS : </div><div>.......</div><div><div>FCFLAGS    = $(DFLAGS) -O2 -ffast-math -ffree-form -ffree-line-length-none\</div><div>             -ftree-vectorize -funroll-loops\</div><div>             -mtune=native\</div><div>             -I$(ACML_INC) -I$(FFTW_INC) -I$(LIBINT_INC) -I$(LIBXC_INC) <b><font color="#ff0000">-I[/home/saeed/libxc-2.2.2/]/INCLUDE</font></b></div><div>.....</div><div><br></div><div>But I get that error again . Do i make a mistake ? </div><div>Thanks for your attention.</div><div>Regards,</div><div>Saeed.</div><br>On Monday, January 11, 2016 at 8:31:38 PM UTC+9, Andreas Glöss wrote:<blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div dir="ltr">Dear Saeed,<br><br>Due to the changes made in the LIBXC interface, CP2K requires the xc_version.h header file and the library itself needs to be compiled with the same compiler (to get compatible *.mod files). <br>You will need to add '-I[YOUR_LIBXC_DIR]/include' to the FCFLAGS in your CP2K arch-file.<br><br>Best regards,<br>Andreas<br></div></blockquote></div></div>