search for: loadlib

Displaying 18 results from an estimated 18 matches for "loadlib".

2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
...HONY: all all: xentop diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -41,19 +41,19 @@ testcode: xs_test xenstored_test xs_rand testcode: xs_test xenstored_test xs_random xenstored: $(XENSTORED_OBJS) - $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl -o $@ + $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxenctrl $(SOCKET_LIBS) -o $@ $(CLIENTS): xenstore-%: xenstore_%.o libxenstore.so - $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -L. -lxenstore -o $@ + $(LINK.o) $< $(LOADLIBES) $(LDLIBS) -L. -lxenstore $(SOCKET_LIBS) -o $@ $(CL...
2010 Mar 26
1
cacheSweave fails when used in conjunction with rjags
...the problem: *** JAGS model file; name=j.bug *** model { mu ~ dnorm(0,1.0E-5) sigma ~ dunif(0,100) for(i in 1:length(y)) { y[i] ~ dnorm(mu,sigma) } } *** *** .Rnw file; name=testCacheSweave-jags.Rnw *** \documentclass[12pt]{article} \usepackage{Sweave} \begin{document} <<loadLib>>= library(rjags) @ <<testJags,cache=T>>= y <- rnorm(100) m <- jags.model("j.bug") update(m,100) res <- coda.samples(m,c("mu","sigma"),n.iter=1000) @ <<plotResults,fig=T>>= plot(res) @ \end{document} *** When I run Sweave with...
2009 Dec 13
1
odfWeave produces output file that OO can't open
Dear R-helpers, I'm trying to learn how to use odfSweave. Here is my source file (in /Users/mk/myTeach/2010-1-7720/odfWeave): **************************************** Analysis of the iris Data Created on \Sexpr{date()} <<loadLibs, echo = FALSE, results = hide>>= # I usually load the libraries first so that any output produced by loading the library does not end up in the document library(MASS) library(lattice) library(grid) data(iris) @ This famous (Fisher's or Anderson's) iris data set gives the measurement...
2014 Jun 03
2
Undef symbol FAIL: luaL_checklstring in vesa.c32
...ntly (with /extlinux as install path and PATH /lua specified in the config): > print (package.cpath) /lua/?.c32;/lua/?/init.c32;/extlinux/?.c32;/extlinux/?/init.c32;./?.c32 The question marks above are replaced by the argument of require(). This variable is preset by setpath() at com32/lua/src/loadlib.c:674, where some string could be inserted before the question marks, or LUA_CPATH_DEFAULT (in luaconf.h) could be set to _lua.c32 instead of simply .c32 to have some extra suffix. -- Regards, Feri.
2014 Jun 05
1
Undef symbol FAIL: luaL_checklstring in vesa.c32
...cified in the config): >> >> > print (package.cpath) >> /lua/?.c32;/lua/?/init.c32;/extlinux/?.c32;/extlinux/?/init.c32;./?.c32 >> >> The question marks above are replaced by the argument of require(). >> This variable is preset by setpath() at com32/lua/src/loadlib.c:674, >> where some string could be inserted before the question marks, or >> LUA_CPATH_DEFAULT (in luaconf.h) could be set to _lua.c32 instead of >> simply .c32 to have some extra suffix. > > Please avoid using file names longer than really necessary. Just as > an exam...
2007 Jun 25
1
eps in odfWeave
...ibrary(odfWeave) plotInfo <- getImageDefs() plotInfo$type = "eps" #plotInfo$device = "postscript" setImageDefs(plotInfo) odfWeave("simple.odt", "simpleOut.odt") #----- # Writing to file content_1.xml # Processing code chunks ... # 1 : term hide(label=loadLibs) # 2 : term xml(label=showOutputList) #Error in check(options) : invalid value for 'type' : eps Version: 0.5.9 Date: 2007-20-06 platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 2 minor 5.0 year...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...llex.c | 366 +- com32/lua/src/llex.h | 27 +- com32/lua/src/llimits.h | 221 +- com32/lua/src/lmathlib.c | 98 +- com32/lua/src/lmem.c | 45 +- com32/lua/src/lmem.h | 28 +- com32/lua/src/loadlib.c | 613 +-- com32/lua/src/lobject.c | 251 +- com32/lua/src/lobject.h | 460 +- com32/lua/src/lopcodes.c | 31 +- com32/lua/src/lopcodes.h | 106 +- com32/lua/src/loslib.c | 166 +- com32/lua/src/lparse...
2012 Apr 22
2
Cisco AnyConnect on 6.2 32-bit?
...ConnectMessage: false AutoConnectOnStart: true MinimizeOnConnect: true LocalLanAccess: false AutoReconnect: true AutoUpdate: true ProxySettings: Native PPPExclusion: Disable PPPExclusionServerIP: EnableScripting: false TerminateScriptOnNextEvent: false Apr 22 14:53:50 keyhole vpnui[3122]: Function: loadLibs File: Certificates/NSSCertUtils.cpp Line: 1348 Invoked Function: getNSSDllPath Return Code: -31391726 (0xFE210012) Description: CERTSTORE_ERROR_NSS_LIBRARIES_NOT_FOUND Unable to locate library libplc4.so Apr 22 14:53:50 keyhole vpnui[3122]: Function: CNSSCertUtils File: Certificates/NSSCertUtils.c...
2008 Aug 13
0
[Bioc-devel] EBImage: Devel version on Windows not building
...uild: > >> > >> * creating vignettes ... ERROR > >> Error in inDL(x, as.logical(local), as.logical(now), ...) : > >> unable to load shared library > >> > 'D:/biocbld/bbs-2.3-bioc/tmpdir/Rinst415629052/EBImage/libs/EBImage.dll': > >> LoadLibrary failure: The specified procedure could not be found. > >> > >> Error: processing vignette 'AnalysisWithEBImage.Rnw' failed with > >> diagnostics: > >> chunk 1 (label=loadlib) > >> Error : package/namespace load failed for 'EBImage'...
2014 Jun 03
0
Undef symbol FAIL: luaL_checklstring in vesa.c32
...l path and PATH /lua specified in the config): > > > print (package.cpath) > /lua/?.c32;/lua/?/init.c32;/extlinux/?.c32;/extlinux/?/init.c32;./?.c32 > > The question marks above are replaced by the argument of require(). > This variable is preset by setpath() at com32/lua/src/loadlib.c:674, > where some string could be inserted before the question marks, or > LUA_CPATH_DEFAULT (in luaconf.h) could be set to _lua.c32 instead of > simply .c32 to have some extra suffix. > -- > Regards, > Feri. > Please avoid using file names longer than really necessary. Ju...
2014 Jun 03
3
Undef symbol FAIL: luaL_checklstring in vesa.c32
Testing Syslinux 6.03-pre13 in a BIOS 32-bit VM, boot: vesa.c32 Undef symbol FAIL: luaL_checklstring Failed to load COM32 file vesa.c32 boot: Is there a Lua-related issue? Is vesa.c32 expecting some kind of argument? TIA, Ady.
2008 Oct 28
2
A question about the API mkchar()
Hi guys, I've got a question about the API mkchar(). I have met some difficulty in parsing utf-8 string to mkchar() in R-2.7.0. I was intending to parse an utf-8 string str_jan (some Japanese characters such as?, whose utf-8 code is E381B5) to R API SEXP mkChar(const char *name) , we only need to create the SEXP using the string that we parsed. Unfortunately, I found when parsing the
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...6 +- > com32/lua/src/llex.h | 27 +- > com32/lua/src/llimits.h | 221 +- > com32/lua/src/lmathlib.c | 98 +- > com32/lua/src/lmem.c | 45 +- > com32/lua/src/lmem.h | 28 +- > com32/lua/src/loadlib.c | 613 +-- > com32/lua/src/lobject.c | 251 +- > com32/lua/src/lobject.h | 460 +- > com32/lua/src/lopcodes.c | 31 +- > com32/lua/src/lopcodes.h | 106 +- > com32/lua/src/loslib.c | 166...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...lex.c | 369 +-- com32/lua/src/llex.h | 27 +- com32/lua/src/llimits.h | 221 +- com32/lua/src/lmathlib.c | 98 +- com32/lua/src/lmem.c | 45 +- com32/lua/src/lmem.h | 28 +- com32/lua/src/loadlib.c | 641 +++-- com32/lua/src/lobject.c | 251 +- com32/lua/src/lobject.h | 460 +++- com32/lua/src/lopcodes.c | 31 +- com32/lua/src/lopcodes.h | 106 +- com32/lua/src/loslib.c | 166 +- com32/lua/src/lp...
2005 Jun 16
9
Re: dom0 bootstrap for xenstore
...store/Makefile 2005-06-16 14:46:51.000000000 +1000 @@ -82,18 +82,22 @@ stresstest: xs_stress xenstored_test rm -rf $(TESTDIR)/store export $(TESTENV); PID=`./xenstored_test --output-pid`; ./xs_stress 10000; ret=$$?; kill $$PID; exit $$ret +xs_dom0_test: xs_dom0_test.o utils.o + $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxc -o $@ + TAGS: etags `find . -name ''*.[ch]''` tarball: clean cd .. && tar -c -j -v -h -f xenstore.tar.bz2 xenstore/ -install: xenstored libxenstore.a +install: xenstored libxenstore.a xs_dom0_test $(INSTALL_DIR) -p $(DESTDIR)/var/run/xenstored...
2005 Aug 04
0
[PATCH 6/11] Xenstore watch rework
...put-pid --trace-file=/tmp/trace`; ./xs_stress 5000; ret=$$?; kill $$PID; exit $$ret - rm -rf $(TESTDIR)/store $(TESTDIR)/transactions - export $(TESTENV); PID=`./xenstored_test --output-pid`; ./xs_watch_stress; ret=$$?; kill $$PID; exit $$ret xs_dom0_test: xs_dom0_test.o utils.o $(LINK.o) $^ $(LOADLIBES) $(LDLIBS) -lxc -o $@ diff -r ba5d5bd28edf -r b0de1894df67 tools/xenstore/testsuite/07watch.sh --- a/tools/xenstore/testsuite/07watch.sh Thu Aug 4 10:43:03 2005 +++ b/tools/xenstore/testsuite/07watch.sh Thu Aug 4 11:39:03 2005 @@ -3,20 +3,20 @@ # Watch something, write to it, check watch has f...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...420 0 0.02 155420 llubenchmark.ll 5 27605 0 0.01 27583 0 0.01 27583 lmathlib.ll 29 34963 0 0.01 34948 0 0.02 33539 lmem.ll 3 12468 0 0.01 12453 0 0.00 12453 loadbins.ll 1 74518 0 0.01 74485 0 0.01 74485 LoadCodecs.ll 20 151022 0 0.02 150987 0 0.02 149972 loadexe.ll 1 16807 0 0.01 16777 0 0.01 16777 loadlib.ll 24 68858 0 0.01 68843 0 0.01 68843 load.ll 5 38589 0 0.01 38569 0 0.01 38569 loadpg.ll 2 73982 0 0.01 73949 0 0.01 73949 lobject.ll 12 62363 0 0.01 62348 0 0.01 62348 LockedStream.ll 7 16832 0 0.01 16800 0 0.01 16800 long_term.ll 4 66031 0 0.01 66001 0 0.01 66001 lookup.ll 2 68844 0 0.01 68813 0...