Hi,<br><br>here's another error<br><br>g95  -c -cpp -O3 -ffast-math -march=pentium4 -fomit-frame-pointer -funroll-loops -I/usr/include qmmm_util.f90<br>/home/dmt/cp2k/cp2k/makefiles/../src/qmmm_util.F:253.60:<br><br>       "force mixing is active.  Skipping!"//CPSourceFileRef)<br>                                                            1<br>Error: Symbol 'cpsourcefileref' at (1) has no IMPLICIT type<br>/home/dmt/cp2k/cp2k/makefiles/../src/qmmm_util.F:143.62:<br><br>         "force mixing is active.  Skipping!"//CPSourceFileRef)<br>                                                              1<br>Error: Symbol 'cpsourcefileref' at (1) has no IMPLICIT type<br>make[1]: *** [qmmm_util.o] Error 1<br>make[1]: Leaving directory `/home/dmt/cp2k/cp2k/obj/Linux-i686-g95/sopt'<br>make: *** [build] Error 2<br><br>the CPSourceFileRef is from cp_common_uses.h and #define-d in it<br><br>i can find only one thread in the forum mentioning it (<a href="https://groups.google.com/forum/?fromgroups#%21searchin/cp2k/cpsourcefileref/cp2k/fwY_KCZ2JNY/QXxpOm7AGH8J">something about ubuntu</a>) and I applied the changes from there (altho it was not mentioned as giving an error I guess it was), yet the problem stays the same. in fact i #define-d it in the qmmm_... file itself and it gave me the same error<br><br>Linux bol 2.6.37.6-smp #2 SMP Sat Apr 9 23:39:07 CDT 2011 i686 Intel(R) Pentium(R) 4 CPU 2.80GHz GenuineIntel GNU/Linux<br>GCC 4.5.2<br>Slackware 13.37<br><br>I'm not proficient in fortran and I have no idea what am I doing<br>the cp2k is from current svn trunk from a week ago<br>I checked this specific file from the current current and it's the same<br>