Skip to content

Linux Makefile Compile Errors #95

@EvanRuiz

Description

@EvanRuiz
   ./Source/FileReader.hpp:19:32: error: ‘uint8_t’ was not declared in this scope
   19 |         FileReader_t(std::span<uint8_t> Data) 
In file included from ../Source_TestApp/PopJsonCpp/PopJson.cpp:1:
../Source_TestApp/PopJsonCpp/PopJson.hpp: In member function ‘int PopJson::Json_t::GetInteger()’:
../Source_TestApp/PopJsonCpp/PopJson.hpp:165:186: error: invalid use of incomplete type ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’}
  165 |         int                                     GetInteger() 
/usr/bin/ld: ../Build/libPopH264.so: undefined reference to `Hevc::IsNaluHevc(std::span<unsigned char, 18446744073709551615ul>)'
collect2: error: ld returned 1 exit status

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