Displaying 5 results from an estimated 5 matches for "lib0".
Did you mean:
lib
2013 Jul 18
2
Help building OPUS library using FIXED_POINT option
...[exec] Compile x86 : 1 <= schur64_FIX.c
[exec] Compile x86 : 1 <= schur_FIX.c
[exec] Compile x86 : 1 <= solve_LS_FIX.c
[exec] Compile x86 : 1 <= vector_ops_FIX.c
[exec] Compile x86 : 1 <= warped_autocorrelation_FIX.c
[exec] StaticLibrary : lib0.a
[exec] StaticLibrary : lib1.a
[exec] StaticLibrary : lib0.a
[exec] StaticLibrary : lib1.a
[exec] StaticLibrary : lib0.a
[exec] StaticLibrary : lib1.a
[exec] SharedLibrary : libdmt_opus.so
[exec] SharedLibrary : libdmt_opus.so
[exec] SharedLibrary :...
2005 Mar 02
1
Error on Windows installing package to non-default library
...ot; "C:/falcon/sw/rw2010dev/library"
pkg = "c:\\falcon\\abind_1.1-0.zip"
install.packages(pkg, repos=NULL, lib=badLib)
package 'abind' successfully unpacked and MD5 sums checked
updating HTML package descriptions
Error in gsub("^URL: ../../../library", lib0, readLines(cfile)) :
invalid backreference 2 in regular expression
After looking at src/library/utils/R/windows/linkhtml.R, it seems the
error is that the "\\2" part of the path is interpreted by gsub as a
back reference.
Changing "\\" to "/" in the librar...
2007 May 23
1
(PR#9691) 'Bug'#424696: R CMD INSTALL -l <path> does not
...t('\n~~~', .libPaths()[1], '\n', sep = '')" | \
> | R_DEFAULT_PACKAGES=NULL "${R_EXE}" --no-save --slave | \
> | grep '^~~~' | sed 's/.*~~~//'`
> | message "Installing to library '$lib'"
> | else
> | lib0=${lib}
> | cd ${lib} <-------------- PROBLEM directory must not exist (call MKDIR_P before ?)
> | lib=`${GETWD}`
> | cd ${startdir}
> | fi
> |
> |
> | -- System Information:
> | Debian Release: lenny/sid
> | APT prefers stable
> | APT policy: (700,...
2013 Jul 18
0
Help building OPUS library using FIXED_POINT option
On 13-07-18 8:12 AM, Dubois-Rande, Antoine wrote:
> C:/android/android-ndk-r8e/toolchains/arm-linux-androideabi-4.6/prebuilt/windows/bin/../lib/gcc/arm-linux-androideabi/4.6/../../../../arm-linux-androideabi/bin/ld.exe: ./obj/local/armeabi/lib0.a(analysis.o): in function
> run_analysis:jni/src/libopus/src/analysis.c:636: error: undefined reference to
> 'optimize_framesize'
Don't include analysis.c, mlp.c or mlp_data.c in the fixed point build.
Those files are float-only.
I'd recommend parsing *_sources.mk from the...
2007 May 16
0
Bug#424696: R CMD INSTALL -l <path> does not create path (PR#9691)
...en
| lib=`echo "cat('\n~~~', .libPaths()[1], '\n', sep = '')" | \
| R_DEFAULT_PACKAGES=NULL "${R_EXE}" --no-save --slave | \
| grep '^~~~' | sed 's/.*~~~//'`
| message "Installing to library '$lib'"
| else
| lib0=${lib}
| cd ${lib} <-------------- PROBLEM directory must not exist (call MKDIR_P before ?)
| lib=`${GETWD}`
| cd ${startdir}
| fi
|
|
| -- System Information:
| Debian Release: lenny/sid
| APT prefers stable
| APT policy: (700, 'stable'), (650, 'testing'), (60...