Rate This Document
Findability
Accuracy
Completeness
Readability

Error Reported When Compiling the nemsiogfs Module

Symptom

During the NCEPLIBS compilation and installation, the nemsiogfs module reports the following error:

Key Process and Cause Analysis

None

Conclusion and Solution

  1. Modify the /nemsiogfs.dir/build.make file.
    1. Open the /nemsiogfs.dir/build.make file.
      vi /path/to/NCEPLIBS/NCEPLIBS-1.2.0/build/CMakeFiles/nemsiogfs.dir/build.make
    2. Press i to enter the edit mode and modify the content in line 116.
      cd /path/to/NCEPLIBS/NCEPLIBS-1.2.0/build/nemsiogfs/src/nemsiogfs-build && sed -i "s/isystem/I/g" `grep -rl "isystem"` && $(MAKE)

      After performing 1.a, press Esc, type :set nu, and press Enter to display the line number.

    3. Press Esc, type :wq!, and press Enter to save the file and exit.
  2. Perform the compilation again.
    make