libint icon indicating copy to clipboard operation
libint copied to clipboard

Problems with compilation and preprocessing

Open spriti523 opened this issue 4 years ago • 2 comments

Hi, I have been trying to install libint in order to use it for molgw. I would like to add the following:

  1. The ULONGLONG_MAX is not responsive in the ~/libint/include/libint2/util/intrinsic_types.h
  2. Even after rectifying the above, the code would not still make.
  3. In the preprocessing step with the molgW it is giving me ~/libint/include/libint2/util/generated/libint2_params.h:26:38: fatal error: libint2/libint2_params.h: No such file or directory

include <libint2/libint2_params.h>

It will be really helpful, to know what is wrong with the compilation procedure. I have been following the exact steps as mentioned in INSTALL. And unfortunately, this compilation failure also affecting the molgw usability. Please if this could be addressed asap. Thanks in advance !

spriti523 avatar Aug 15 '21 02:08 spriti523

Please provide more details. Whether ULONGLONG_MAX is defined checked before use: https://github.com/evaleev/libint/blob/master/include/libint2/util/intrinsic_types.h#L46 . Are you compiling generated library only, or the entire compiler+library stack? Which version (or commit)?

evaleev avatar Sep 12 '21 22:09 evaleev

@spriti523 is this still relevant?

evaleev avatar Jan 13 '22 00:01 evaleev