Git Product home page Git Product logo

opencore-amr-ios's People

Contributors

feuvan avatar kevinchl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opencore-amr-ios's Issues

build_ios_xcode10.sh is not building in xCode10.2.1

I am trying to run the script its giving following error
Manishs-MacBook-Pro:opencore-amr-iOS-master manishkumar$ ./build_ios_xCode10.sh
2019-07-09 12:50:52.666 xcodebuild[1452:55631] [MT] DVTSDK: Warning: SDK path collision for path 'DVTFilePath:0x7f9719111030:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk'': SDK with name 'iphoneos12.2' being superseded by SDK with 'iphoneos12.2'.
2019-07-09 12:50:53.706 xcodebuild[1466:55682] [MT] DVTSDK: Warning: SDK path collision for path 'DVTFilePath:0x7fdd20c4d480:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk'': SDK with name 'iphoneos12.2' being superseded by SDK with 'iphoneos12.2'.
make: *** No rule to make target `clean'. Stop.

Note: It's able to make framework but it does not contain header file in it. PFA
Screenshot 2019-07-09 at 12 56 11 PM

Usage

Hi Feuvan,

I am using your opencore-amr-iOS to try to decode a sound on an ios device.
I have manage to build and import the library in to the iOS project with no problem.
I inclue the #include "interf_dec.h" in to my .m file and I initialize a decoder void *amr = Decoder_Interface_init();, but when i try to use Decoder_Interface_Decode I get an error from Xcode saying that "No matching function for call to "Decoder_Interface_Decode"" even if I do a cmd+click on the method it will take me to its definition it the interf_dec.h.
Have you experienced such thing? Can you help me to use the Decoder_Interface_Decode?
Any advice, link, book is well come.
Thanks for all your work to create the opencore-amr-iOS git project.

Best regards,
Alex Terente

build_ios_xcode6.sh can not build xcode 10.1

This is config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by opencore-amr configure 0.1.3, which was
generated by GNU Autoconf 2.68. Invocation command line was

$ ./configure --prefix=/Users/yu.zuo/codes/opencore-amr-iOS/opencore-amr-iOS --disable-shared

---------

Platform.

---------

hostname = yuzuos-iMac.local
uname -m = x86_64
uname -r = 18.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 18.2.0: Mon Nov 12 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 18.2.0: Mon Nov 12 20:24:46 PST 2018; root:xnu-4903.231.4~2/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 371 tasks, 1693 threads, 8 processors
Load average: 2.12, Mach factor: 5.86
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /Applications/Wireshark.app/Contents/MacOS

-----------

Core tests.

-----------

configure:2576: checking for a BSD-compatible install
configure:2644: result: /usr/bin/install -c
configure:2655: checking whether build environment is sane
configure:2705: result: yes
configure:2846: checking for a thread-safe mkdir -p
configure:2885: result: ./install-sh -c -d
configure:2898: checking for gawk
configure:2914: found /usr/local/bin/gawk
configure:2925: result: gawk
configure:2936: checking whether make sets $(MAKE)
configure:2958: result: yes
configure:3033: checking how to create a ustar tar archive
configure:3046: tar --version
bsdtar 2.8.3 - libarchive 2.8.3
configure:3049: $? = 0
configure:3089: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar
configure:3092: $? = 0
configure:3096: tar -xf - <conftest.tar
configure:3099: $? = 0
configure:3112: result: gnutar
configure:3130: checking whether make supports nested variables
configure:3147: result: yes
configure:3161: checking whether to enable maintainer-specific portions of Makefiles
configure:3170: result: no
configure:3189: checking build system type
configure:3203: result: x86_64-apple-darwin18.2.0
configure:3223: checking host system type
configure:3236: result: x86_64-apple-darwin18.2.0
configure:3449: checking for C++ compiler version
configure:3458: xcrun --sdk iphonesimulator clang++ -arch i386 -miphoneos-version-min=6.0 --version >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: i386-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3469: $? = 0
configure:3458: xcrun --sdk iphonesimulator clang++ -arch i386 -miphoneos-version-min=6.0 -v >&5
Apple LLVM version 10.0.0 (clang-1000.11.45.5)
Target: i386-apple-darwin18.2.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: warning: argument unused during compilation: '-miphoneos-version-min=6.0' [-Wunused-command-line-argument]
configure:3469: $? = 0
configure:3458: xcrun --sdk iphonesimulator clang++ -arch i386 -miphoneos-version-min=6.0 -V >&5
clang: error: argument to '-V' is missing (expected 1 value)
clang: error: no input files
configure:3469: $? = 1
configure:3458: xcrun --sdk iphonesimulator clang++ -arch i386 -miphoneos-version-min=6.0 -qversion >&5
clang: error: unknown argument: '-qversion'
clang: error: no input files
configure:3469: $? = 1
configure:3489: checking whether the C++ compiler works
configure:3511: xcrun --sdk iphonesimulator clang++ -arch i386 -miphoneos-version-min=6.0 conftest.cpp >&5
clang: warning: libstdc++ is deprecated; move to libc++ with a minimum deployment target of iOS 7 [-Wdeprecated]
warning: include path for stdlibc++ headers not found; pass '-std=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]
1 warning generated.
ld: library not found for -lstdc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3515: $? = 1
configure:3553: result: no
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME "opencore-amr"
| #define PACKAGE_TARNAME "opencore-amr"
| #define PACKAGE_VERSION "0.1.3"
| #define PACKAGE_STRING "opencore-amr 0.1.3"
| #define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
| #define PACKAGE_URL ""
| #define PACKAGE "opencore-amr"
| #define VERSION "0.1.3"
| /
end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3558: error: in /Users/yu.zuo/codes/opencore-amr-iOS': configure:3560: error: C++ compiler cannot create executables See config.log' for more details

----------------

Cache variables.

----------------

ac_cv_build=x86_64-apple-darwin18.2.0
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='xcrun --sdk iphonesimulator clang++ -arch i386 -miphoneos-version-min=6.0'
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-apple-darwin18.2.0
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes
am_cv_prog_tar_ustar=gnutar

-----------------

Output variables.

-----------------

ACLOCAL='${SHELL} /Users/yu.zuo/codes/opencore-amr-iOS/missing --run aclocal-1.11'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMRNB_DECODER_FALSE='#'
AMRNB_DECODER_TRUE=''
AMRNB_ENCODER_FALSE='#'
AMRNB_ENCODER_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH=''
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR=''
AUTOCONF='${SHELL} /Users/yu.zuo/codes/opencore-amr-iOS/missing --run autoconf'
AUTOHEADER='${SHELL} /Users/yu.zuo/codes/opencore-amr-iOS/missing --run autoheader'
AUTOMAKE='${SHELL} /Users/yu.zuo/codes/opencore-amr-iOS/missing --run automake-1.11'
AWK='gawk'
CC=''
CCDEPMODE=''
CFLAGS=''
COMPILE_AS_C_FALSE='#'
COMPILE_AS_C_TRUE=''
CPP=''
CPPFLAGS=''
CXX='xcrun --sdk iphonesimulator clang++ -arch i386 -miphoneos-version-min=6.0'
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EXAMPLES_FALSE=''
EXAMPLES_TRUE='#'
EXEEXT=''
FGREP=''
GCC_ARMV5_FALSE=''
GCC_ARMV5_TRUE='#'
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LIPO=''
LN_S=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /Users/yu.zuo/codes/opencore-amr-iOS/missing --run makeinfo'
MANIFEST_TOOL=''
MKDIR_P='./install-sh -c -d'
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OPENCORE_AMRNB_VERSION=''
OPENCORE_AMRWB_VERSION=''
OTOOL64=''
OTOOL=''
PACKAGE='opencore-amr'
PACKAGE_BUGREPORT='http://sourceforge.net/projects/opencore-amr/'
PACKAGE_NAME='opencore-amr'
PACKAGE_STRING='opencore-amr 0.1.3'
PACKAGE_TARNAME='opencore-amr'
PACKAGE_URL=''
PACKAGE_VERSION='0.1.3'
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.1.3'
ac_ct_AR=''
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__nodep=''
am__quote=''
am__tar='tar --format=ustar -chf - "$$tardir"'
am__untar='tar -xf -'
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin18.2.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin18.2.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin18.2.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin18.2.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /Users/yu.zuo/codes/opencore-amr-iOS/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/Users/yu.zuo/codes/opencore-amr-iOS/opencore-amr-iOS'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

-----------

confdefs.h.

-----------

/* confdefs.h */
#define PACKAGE_NAME "opencore-amr"
#define PACKAGE_TARNAME "opencore-amr"
#define PACKAGE_VERSION "0.1.3"
#define PACKAGE_STRING "opencore-amr 0.1.3"
#define PACKAGE_BUGREPORT "http://sourceforge.net/projects/opencore-amr/"
#define PACKAGE_URL ""
#define PACKAGE "opencore-amr"
#define VERSION "0.1.3"

configure: exit 77

Minor issue

Please, either add the file compile to sources or exclude it from the line #2919

Auxiliary files required by this configure script.

ac_aux_files="config.guess config.sub ltmain.sh compile missing install-sh"

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.