You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Following build prescription in clasp.scm results missing dependency error, namely schubfach.hpp.
Expected behavior
Build proceeds successfully as previously observed for 2.6.0-32-g01cf28c..
Actual behavior
Build fails due to apparent missing dependency schubfach.hpp:
../src/core/float_to_digits.cc:36:10: fatal error: '../schubfach/schubfach.hpp' file not found
36 | #include "../schubfach/schubfach.hpp"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Code at issue & Potential solution
Added path for schubfach.hpp to clasp.scm file which resolved issue and resulted in a successful build for clasp@2.6.0-50-g09bd88a, see code snippet below:
Describe the bug
Following build prescription in
clasp.scm
results missing dependency error, namelyschubfach.hpp
.Expected behavior
Build proceeds successfully as previously observed for 2.6.0-32-g01cf28c..
Actual behavior
Build fails due to apparent missing dependency
schubfach.hpp
:Code at issue & Potential solution
Added path for
schubfach.hpp
toclasp.scm
file which resolved issue and resulted in a successful build for clasp@2.6.0-50-g09bd88a, see code snippet below:Context
The text was updated successfully, but these errors were encountered: