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
- Modify the /nemsiogfs.dir/build.make file.
- Open the /nemsiogfs.dir/build.make file.
vi /path/to/NCEPLIBS/NCEPLIBS-1.2.0/build/CMakeFiles/nemsiogfs.dir/build.make
- 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)
- Press Esc, type :wq!, and press Enter to save the file and exit.
- Open the /nemsiogfs.dir/build.make file.
- Perform the compilation again.
make
Parent topic: Troubleshooting
