Giter VIP home page Giter VIP logo

Comments (5)

bjlockie avatar bjlockie commented on June 7, 2024

I tried to compile it on lubuntu (Ubuntu Linux derivative)
It should compile on Ubuntu, right?
The error is:

$ cmake -B build
CMake Error at /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
  Could NOT find RE (missing: RE_LIBRARY RE_INCLUDE_DIR)
Call Stack (most recent call first):
  /usr/share/cmake-3.25/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindRE.cmake:12 (find_package_handle_standard_args)
  CMakeLists.txt:39 (find_package)

from baresip.

bjlockie avatar bjlockie commented on June 7, 2024

I made a bit of progress.
I did sudo apt install libmosquitto-dev libopenaptx-dev libre-dev librem-dev

The new error is:

$ cmake -B build
-- Found RE: /usr/lib/x86_64-linux-gnu/libre.so  
CMake Error at CMakeLists.txt:95 (find_package):
  Could not find a package configuration file provided by "re" with any of                               
  the following names:                                                                                   
                                                                                                         
    reConfig.cmake                                                                                       
    re-config.cmake                                                                                      
                                                                                                         
  Add the installation prefix of "re" to CMAKE_PREFIX_PATH or set "re_DIR" to                            
  a directory containing one of the above files.  If "re" provides a separate                            
  development package or SDK, be sure it has been installed.                                             
                                                                                                         
                                                                                                         
-- Configuring incomplete, errors occurred!
See also "/storage/programming/baresip/build/CMakeFiles/CMakeOutput.log".

from baresip.

bjlockie avatar bjlockie commented on June 7, 2024

More progress. :-)
I git cloned the re repository from baresnip.

$ git clone https://github.com/baresip/re.git

from baresip.

bjlockie avatar bjlockie commented on June 7, 2024

I compiled and installed the baresip re.
When I try to compile I got a whole pile of error: unknown type name β€˜uint32_t’
I added
#include <stdint.h> to /usr/include/re/re_types.h

I'm getting a lot of errors which I will try to fix IF someone says it is worthwhile.
I doubt it should have problems compiling so I doubt I need to do anything with so many files:
cmake-build-log.txt

from baresip.

bjlockie avatar bjlockie commented on June 7, 2024

I found an Android project with a similar name.
That is what I want. :-)

from baresip.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.