Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

scons: *** [build] Error 1 and Error 2 #1986

@jestinpaul

Description

@jestinpaul

Describe the bug

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.

Attaching the output with error:

error_capture.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions