Giter Site home page Giter Site logo

mavericks help about wallop HOT 7 CLOSED

maddox avatar maddox commented on August 9, 2024
mavericks help

from wallop.

Comments (7)

tmm1 avatar tmm1 commented on August 9, 2024

You'll need to install the command line utils. Try xcode-select --install

from wallop.

dvdgorila avatar dvdgorila commented on August 9, 2024

ok, ive made progress by reinstalling brew and running the command line tools but now libacc gives me an error

/autogen.sh --disable-dependency-tracking --prefix=/usr/local/Cellar/libaacplus/2.0.2 --disable-libtool-lock
==> make
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [aacplusenc] Error 1

from wallop.

maddox avatar maddox commented on August 9, 2024

Yup, I got that too. I'll investigate.

from wallop.

maddox avatar maddox commented on August 9, 2024
==> Installing ffmpeg dependency: libaacplus
==> Downloading http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz
######################################################################## 100.0%
==> Patching
patching file configure.ac
==> ./autogen.sh --disable-dependency-tracking --prefix=/usr/local/Cellar/libaacplus/2.0.2 --disable
==> make
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [aacplusenc] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

from wallop.

maddox avatar maddox commented on August 9, 2024

Building from scratch failed too.

wget http://217.20.164.161/~tipok/aacplus/libaacplus-2.0.2.tar.gz
tar xzf libaacplus-2.0.2.tar.gz
cd libaacplus-2.0.2
# libtool on osx is quite different from the gnu libtool, which is called glibtool on osx
sed -i '.bck' -e 's/libtool/glibtool/' autogen.sh
./autogen.sh
make && make install
main.c:89:46: warning: data argument not used by format string [-Wformat-extra-args]
      fprintf(stdout,"setting cfg failed\n", ret);
                     ~~~~~~~~~~~~~~~~~~~~~~  ^
1 warning generated.
mv -f .deps/main.Tpo .deps/main.Po
/bin/sh ../libtool  --tag=CC   --mode=link gcc  -g -O2   -o aacplusenc main.o ../src/libaacplus.la -lm 
libtool: link: gcc -g -O2 -o .libs/aacplusenc main.o  ../src/.libs/libaacplus.dylib -lm
Undefined symbols for architecture x86_64:
  "_AuChannelOpen", referenced from:
      _main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [aacplusenc] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

from wallop.

maddox avatar maddox commented on August 9, 2024

👍👍👍

from wallop.

iommi1 avatar iommi1 commented on August 9, 2024

Thanks! works great!

from wallop.

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.