-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build source to intall on macos bigsur (11.2.3 m1 2020) failed !!! #1146
Comments
I strongly suspect that ./bootstrap.sh and ./configure are not using the correct directory for locating homebrew packages. Homebrew on M1 now uses /opt, and non-M1 still goes to /usr/local. Freeswitch has not been updated yet to detect M1 and search /opt. See the macOS status page for M1 status. Do a "brew list" to see if jpeg is installed, there is a homebrew arm64 version. You may want to consider using the macFI. For help post on the FreeSwitch Mailing List |
I repeated this building failed problem at my macOS14 M2 chip machine. Except the
signalwire/homebrew-signalwire#21
|
I was the one who created and maintained the macOS FS wiki for 12+years, I wrote macFI. However, after the wiki conversion to GitHub I no longer have update access! I asked but no dice. That means I cannot change text and cannot update the macFI (which I did here and it works fine). GitHub documentation is MUCH harder since it requires knowledge of Markdown, which I tried to learn. Additionally, the wiki conversion to GitHub conversion lost almost every format change I had to make it look nice. If they give me update access to the wiki someday, I would start updates soon afterward. But no more "pretty formatting". I considered making a copy in my own GitHub space and people can use that, but that's a big project due to all the links between macOS pages, and people may not find it anyway. |
@MarioG-X Everyone can still edit the FreeSWITCH docs. Please see https://github.com/signalwire/freeswitch-docs/tree/main/docs/FreeSWITCH-Explained/Installation/macOS. You might have stumbled upon the SignalWire developer docs. Those ones are private. |
Not a stumble, and everyone can edit but only in their own repo. You cannot change the data, or could be they need a commit which is rocket science to me every time I did one. Usually took a week to figure it out. Will take a look again since it's so out of date and I would like to upload the latest macFI. You need to understand I put a LOT of time (years) into that wiki and it's much more time consuming with the conversion to GitHub so need to evaluate the benefit. |
Describe the bug
When I execute "./configure " command then show the error message like this
"configure: error: no usable libjpeg; please install libjpeg devel package or equivalent"
To Reproduce
Expected behavior
Package version or git hash
The text was updated successfully, but these errors were encountered: