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
{{ message }}
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
I am trying to build the latest stable verion 5.3.8 of earthenterprise using command
python2.7 /usr/bin/scons -j8 release=1 build
I am getting the following errors:
=============
NATIVE-REL-x86_64/third_party/skia/src/images/SkImageDecoder_libgif.cpp:17:21: fatal error: gif_lib.h: No such file or directory
#include "gif_lib.h"
^
compilation terminated.
scons: *** [NATIVE-REL-x86_64/third_party/skia/src/images/SkImageDecoder_libgif.o] Error 1
==========
NATIVE-REL-x86_64/third_party/skia/src/gpu/SkGr.cpp: In function 'GrTexture* GrLockAndRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams*)':
NATIVE-REL-x86_64/third_party/skia/src/gpu/SkGr.cpp:186:34: warning: left operand of comma operator has no effect [-Wunused-value]
bitmap.width(), bitmap.height());
^
scons: building terminated because of errors.
scons: *** [build] Error 2
scons: building terminated because of errors.
=================
To Reproduce
I have done clone of earthenterprise and running the build command from earthenterprise/earth_enterprise folder
Server OS: [RHEL 7.9]
Additional context
I am new to build and compilation procedure and following steps from website.