-
Notifications
You must be signed in to change notification settings - Fork 418
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
Error building native on OSX 13.1 Ventura **solved** #667
Comments
after removing the check for python (which is installed) i just removed Libunistring was not found i also had to remove libflite: error: implicit declaration of function 'indic_digit_to_offset' is invalid in C99 |
i had to disable a few more modules to end up here:
gettext, gnutls and some other mods got removed. the build_ffmpeg() succeeded and produced a working static compile.. for some weired reason this only works on my intel mac machines. if i try to run this on my M1 machines i got no C compiler found message. maybe it is because of the arm architecture? or should this also work native ? |
when i try to perform a shared build i get linker problems for the ffmpeg dylib's:
anyone know what is going on here? static builds fine, but not the shared version. i would like to use the dylib a c++ program i made. |
this is building native? possibly related: https://stackoverflow.com/questions/11317637/linker-error-when-unit-testing-ld-illegal-text-relocation-to-cstring-in-fr |
I solved the most recent post about |
what command line for the script? was this native? |
even after installing all dependencies with
brew install ragel wget cvs yasm autogen automake autoconf cmake libtool xz pkg-config nasm bzip2 autoconf-archive p7zip coreutils meson llvm texinfo python
Could not find the following execs (svn is actually package subversion, makeinfo is actually package texinfo if you're missing them): python
when i search for python i found [email protected] installed and python-build also
when i comment the check out, the script runs... but not far
no output file specified ?
The text was updated successfully, but these errors were encountered: