[ghemical-devel] support for MPQC v2 was added

Michael Banck mbanck@gmx.net
Mon, 20 May 2002 14:08:11 +0200


> make[1]: Entering directory `/home/mbanck/src/ghemical-test/src/common'
> g++ -DPRIMARY_PATH=\"/usr/local/share/ghemical/\"
> -DFORMAT_PATH=\"/usr/local/share/ghemical/0.83\" -c -g -O2
> -I../../src/graphics -I../../src/common -I../../openbabel
> -I/home/mbanck/src/ghemical-test/src -I/usr/include/sc ./qm1mdl.cpp
> In file included from ./qm1mdl.cpp:15:
> qm1e_mpqc.h:40: namespace `sc' undeclared
> make[1]: *** [qm1mdl.o] Error 1
> 
> any hints?

That's because I was using mpqc-2.0.4, not mpqc-2.1.0

namespace sc apparently got introduced with mpqc-2.1.0, d'oh.

So, do we need finer granularity of the mpqc-version or do we outlaw
2.0.x?

Michael