GS2 Fails to build

Issue #34 resolved
Ian Abel created an issue

runtime_tests.f90 (generated from utils/runtime_tests.fpp) contains the otherwise-unknown variable 'GIT_STATE', restuling in:

runtime_tests.f90:66:16:

 if(GIT_STATE.eq."clean")then
            1

Error: Symbol ‘git_state’ at (1) has no IMPLICIT type

Perhaps GIT_STATE should have been eliminated by the preprocessor? Anyway, fails to build using the standard debian makefile, which should be a major regression.

Comments (3)

  1. Ian Abel reporter

    Now compiles. Marking issue ans resolved, will open another one if the ensuing test failures aren't just my fault for not having my environment correctly set up.

  2. Log in to comment