-
Notifications
You must be signed in to change notification settings - Fork 9
Description
A fatal error occurred during the installation of EDM. After installing the giflib library, the error was still reported.
The error code is as follows:
/usr/bin/g++ -D_GNU_SOURCE -D_DEFAULT_SOURCE -D_X86_64_ -DUNIX -Dlinux -O3 -Wall -std=c++0x -fpermissive -Wno-narrowing -Wno-write-strings -Wno-unused-but-set-variable- DSINGLE_THREADED=1 -D__epics__=1 -mtune=generic -m64 -fPIC -I. -I../O.Common -I. -I. -I.. -I../../../../ include/edm/compiler/gcc -I../../../../include/edm/os/Linux -I../../../../include/edm -I../ ../../../../base-3.15.8/include/compiler/gcc -I../../../../../base-3.15.8/include/os/ Linux -I../../../../../base-3.15.8/include -I/home/lytt/epics/extensions/include -I../../util -I.. /../lib -I/usr/include -I/usr/include -MM -MF gif.d ../gif.cc
In file included from ../gif.cc:31:
../gif.h:28:10: Fatal error: gif_lib.h: No such file or directory
#include "gif_lib.h"
Excuse me, how can this problem be solved? Thank you!