Giter VIP home page Giter VIP logo

Comments (7)

mjerris avatar mjerris commented on May 17, 2024

can you give me some more info on steps to reproduce for this myself?

from freeswitch.

MarioG-X avatar MarioG-X commented on May 17, 2024

To reproduce you must be on macOS Catalina 10.15 and install FS using macFI or manually:

  1. Install FS prerequisites from homebrew
  2. Download master or GA
  3. bootstrap if master
  4. ./configure
  5. make. <- fails in first 25 lines

I modified 1 files (attached) and got past the error although probably not a permanent solution:
freeswitch/make.in to move $(VISIBILITY_FLAG) to cflags.
libs/libvpx/Makefile: libs/libvpx/.update
cd libs/libvpx && CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS) $(VISIBILITY_FLAG)" CXXFLAGS="$(CXXFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure --enable-pic --disable-docs --disable-examples --disable-install-bins --disable-install-srcs --disable-unit-tests --size-limit=16384x16384
Makefile.in.txt

I modified **3 files
** (attached) to make sure Catalina 10.15 was detected:
libs/libvpx/configure to handle Catalina SSE
libs/libvpx/build/make/configure.sh to handle Catalina SSE
libs/libvpx/build/make/configure.sh to handle Catalina SSE

configure.txt
configure.sh.txt
iosbuild.sh.txt

And after all that, make now fails on what looks like an obsoleted compiler warning option. I found many instances on the web where '-Wno-extended-offsetof' is no longer valid and must be changed to '-Wno-invalid-offsetof'? [-Wunknown-warning-option] See attached make. If you want a separate problem opened then let me know

make 1.txt

from freeswitch.

mjerris avatar mjerris commented on May 17, 2024

#70

from freeswitch.

mjerris avatar mjerris commented on May 17, 2024

can you check out this PR please

from freeswitch.

MarioG-X avatar MarioG-X commented on May 17, 2024

Good!

from freeswitch.

MarioG-X avatar MarioG-X commented on May 17, 2024

I have been trying to figure out how to make pull changes, no luck so far. So extra mullah if you squeeze in my additions to three 3 Libvpx files above to go to darwin25 so Libvpx compiles with correct sse code.

from freeswitch.

andywolk avatar andywolk commented on May 17, 2024

Fixed by #70

from freeswitch.

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.