search for: librar

Displaying 20 results from an estimated 34 matches for "librar".

Did you mean: library
2006 Jun 08
1
Problems Building R-2.3.1 on Alpha server ES40 running Tru64 V5.1B PK#5
...building the Recommended packages. For MASS, The actual build seems to happen in /tmp, however, the next package expects the build somewhere else. Do I have to build the Recommended packages? If not, how do I avoid it? I suspect the unresolved symbols are OK, as they will get pulled in from shared libraries. make[2]: Entering directory `/usr/ruby-deploy/swkits/RUBY/SOFTWARE/3rdPartySW/R/R-2.3.1/build/src/li brary/Recommended' begin installing recommended package VR * Installing *source* package 'MASS' ... ** libs make[3]: Entering directory `/cluster/members/member0/tmp/R.INSTALL.OVYG...
2010 Jul 10
0
Librarized chain.c Portions
I have rebased my 'com32lib_disk' branch at git.zytor.com to compensate for Gert H.'s recent work. This purpose of this branch is to shift some things out of 'chain.c' and into library. Technically, I think Pierre's work in gpllib/ already has taken some of these things out of 'chain.c' and made them available. The licensing is different, though. Pierre and I spoke about duplication of effort... I sort of thought that those portions in gpllib/ that came from '...
1999 May 03
1
problems compiling R-0.63.3 on alpha
.../mn/vega/astro/local/src/rstat/R-0.63.3/src/main' make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/script s' make[2]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/scripts ' make[2]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/librar y' make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/librar y/base' Building R base package make[3]: Leaving directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/library /base' make[3]: Entering directory `/mn/vega/astro/local/src/rstat/R-0.63.3/src/librar y/eda...
2017 Mar 18
1
[PATCH] Fix recognition of keeppxe option
...xe option, and considering that the issue in v.5.+ is that 'IS_PXELINUX' is/was dead code, is there any chance that the code in: com32/modules/whichsys.c would help? I mean, as a different way of detecting the Syslinux variant. In fact, the original idea of having the code in whichsys.c librarized is probably still relevant. TIA, Ady.
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...re necessary for loading main program which will load # DLLs at runtime. HP-UX and Linux-elf are examples of platforms which # use this. These platforms are already taken care of by configure. # DLLFLAGS=3D # Any special flags which must be used when compiling C code to be # turned into a shared library. This is typically something like -fpic # or -fPIC. If this variable is left unspecified an attempt is made to # automatically detect the correct value by configure. # CPICFLAGS=3D # The following variable can be used to provide any PIC flags for the # FORTRAN compiler (if you are using one)....
2011 Dec 27
2
mysql compatibility error--already reported by another correspondent
C:/Ruby193/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11-x86- mingw32/lib/mysql2/mysql2.rb:2:in `require'': Incorrect MySQL client librar y version! This gem was compiled for 6.0.0 but the client library is 5.5.19. (RuntimeError) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@p...
2009 Oct 11
2
Bug#550622: xen-utils-3.4: NIC 82574L not working
...686 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages xen-utils-3.4 depends on: ii iproute 20080725-2 networking and traffic control too ii libc6 2.7-18 GNU C Library: Shared libraries ii libgl1-mesa-glx [libgl 7.0.3-7 A free implementation of the OpenG ii libncurses5 5.7+20081213-1 shared libraries for terminal hand ii libpci3 1:3.0.0-6 Linux PCI Utilities (shared librar ii libsdl1.2debian 1.2.13-2...
2010 Jun 12
1
[PATCH] ifcpuXX: Support multiple parameters with labels
...files changed, 12 insertions(+), 6 deletions(-) diff --git a/com32/modules/ifcpu.c b/com32/modules/ifcpu.c index 8a9a5f4..1e57f08 100644 --- a/com32/modules/ifcpu.c +++ b/com32/modules/ifcpu.c @@ -71,20 +71,23 @@ static unsigned char sleep(unsigned int msec) /* XXX: this really should be librarized */ static void boot_args(char **args) { - int len = 0; + int len = 0, a = 0; char **pp; const char *p; char c, *q, *str; for (pp = args; *pp; pp++) - len += strlen(*pp); + len += strlen(*pp) + 1; - q = str = alloca(len + 1); + q = str...
2009 Feb 02
1
Getting 'LinkingTo' to find the right library
...orting pointers to some of the functions in deSolve so that other packages may import them, using the 'R_RegisterCCallable' mechanism. I have added a header file and some other C code in inst/include of the deSolve source package that need to be accessible to other packages. I have a site-library set up in Rprofile.site where all installed packages go, and as long as my experimental version of deSolve is installed there, I'd like to install my modified copy of deSolve in a test library. However, when I try to install my test package (which includes both Depends: deSolve and LinkingTo...
2008 Nov 14
1
Bug#505698: r-base-core: dev2bitmap fails with gsexe related error (PR#13288)
...ell: /bin/sh linked to /bin/dash | | Versions of packages r-base-core depends on: | ii libatlas3gf-base [libl 3.6.0-22 Automatically Tuned Linear Algebra | ii libblas3gf [libblas.so 1.2-2 Basic Linear Algebra Subroutines 3 | ii libc6 2.7-16 GNU C Library: Shared libraries | ii libcairo2 1.6.4-6.1 The Cairo 2D vector graphics libra | ii libgfortran3 4.3.2-1 Runtime library for GNU Fortran ap | ii libglib2.0-0 2.16.6-1 The GLib library of C routines | ii libice6 2:1.0.4-1...
2010 Jul 01
2
[PATCH] ifplop.c32: Detect if PLoP USB/CD INT13h hook is enabled/disabled
...*/ + inregs.ebp.l = 0x43484b44; /* "CHKD" */ + + __intcall(0x13, &inregs, &outregs); + + /* eax will contain "yes " if PLoP INT13h hook is available */ + if (outregs.eax.l == 0x79657320) + return true; + + return false; +} + +/* XXX: this really should be librarized */ +static void boot_args(char **args) +{ + int len = 0, a = 0; + char **pp; + const char *p; + char c, *q, *str; + + for (pp = args; *pp; pp++) + len += strlen(*pp) + 1; + + q = str = alloca(len); + for (pp = args; *pp; pp++) { + p = *pp; + while ((c = *p++)) + *q++ =...
2017 Mar 07
2
[PATCH] Fix recognition of keeppxe option
On Sun, Mar 05, 2017 at 05:39:42PM -0500, Gene Cumm wrote: > Adam, how about https://github.com/geneC/syslinux/compare/keeppxe ? I > changed to using strstr() and a uint16_t (to match the called > function) Hi Gene, Looks fine. Thanks. -- Adam
2011 Jul 18
2
problems with 1.2.3 and World of Warcraft
...n for that directory, yet everything in that directory is still (a+rwx) since i copied it from a fat32 partition. also whatever files it had tried to use are now marked as (a-rwx, g+rwx). this happened with the wine that was shipped with debian squeeze (1.0.1) so i removed it and all associate wine librares, manualy installed the whole list of things needed when compiling from source on a debian machine and then compiled from source. notepad, and explorer seem to work fine, i have added any other tool, nor have i installed winetricks.
2012 Aug 09
4
[Bug 53283] Rendering problems in Sacred with Radeon and Nvidia
https://bugs.freedesktop.org/show_bug.cgi?id=53283 kh3095 at yandex.ru changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nouveau at lists.freedesktop.o | |rg -- Configure bugmail:
2012 Aug 21
0
Using Libvirt Java Bindings on Windows 7 64bit
..., Has anybody had any managed to use the libvirt java bindings on Windows 7 64bit (or similar configuration)? I am using Java 6. When I try to use the Test.class delivered with the bindings it always fails with the following error: C:\Users\fwilson\Desktop\libvirt-java-0.4.7>java "-Djna.library.path=C:/Program Files (x86)/Libvirt/lib/" -classpath .;target/classes;jars/* Test Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load librar y 'virt': The specified module could not be found. at com.sun.jna.NativeLibrary.loadLibrary(NativeLibra...
2011 May 13
0
Bug#626644: xen-utils-4.1: xl fails because /var/lib/xen is missing
...rchitecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-xen-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages xen-utils-4.1 depends on: ii e2fslibs 1.41.12-2 ext2/ext3/ext4 file system librari ii libbluetooth3 4.91-1 Library to use the BlueZ Linux Blu ii libc6 2.11.2-10 Embedded GNU C Library: Shared lib ii libgnutls26 2.10.5-1+b1 the GNU TLS library - runtime libr ii libncurses5 5.7+20100313-5 shared librar...
2008 Mar 03
3
finding mac address while in menusystem (com32)
Hi I have made myself a derivated menusystem based on the complex.c menu that cames with syslinux. And now I need to read a file, search for my pxebooted netcards mac address, and write some changes back to the same file. All the writing and reading I hopes will be of no trouble, but how can i find my own mac address? (and IP adress would be nice). I have searched the list, but I really cannot
2001 Feb 14
1
Troubles with Windows Me Registry in latest CVS
.... Not found, default Wine registry will be installed. Compiling regapi... gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -D_RE sr/X11R6/include -o regapi.o regapi.c ld -r regapi.o -o regapi.tmp.o strip --strip-unneeded regapi.tmp.o LD_LIBRARY_PATH="../../unicode:$LD_LIBRARY_PATH" ../../tools/winebuild/winebuild -fPIC -L../../dlls -sym regap egapi.spec.c -spec ./regapi.spec gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fPIC -DSTRICT -D_RE sr/X11R6/include -o regapi.spec.o regapi.spe...
2010 Feb 21
0
Bug#570764: dovecot-common: sieve should allow Return-path header for address test
...nked to /bin/bash > > Versions of packages dovecot-common depends on: > ii adduser 3.112 add and remove users and groups > ii libbz2-1.0 1.0.5-4 high-quality block-sorting file co > ii libc6 2.10.2-2 GNU C Library: Shared libraries > ii libcomerr2 1.41.9-1 common error description library > ii libdb4.8 4.8.26-1 Berkeley v4.8 Database Libraries [ > ii libgssapi-krb5-2 1.8+dfsg~alpha1-5 MIT Kerberos runtime libraries - k > ii libk5crypto3...
2000 Jul 17
1
Check errors
...ecting examples for package `base' ... make[5]: Entering directory `/export/old/usr/applic/packages/R/R-1.1.0/src/libra ry' >>> Building/Updating help pages for package `base' Formats: text example make[5]: Leaving directory `/export/old/usr/applic/packages/R/R-1.1.0/src/librar y' running code in base-Ex.R ... ./../bin/R --vanilla < base-Ex.R > base-Ex.Rout make[4]: *** [base-Ex.Rout] Error 1 make[4]: Leaving directory `/export/old/usr/applic/packages/R/R-1.1.0/tests/Exam ples' make[3]: *** [test-Examples] Error 2 make[3]: Leaving directory `/export/old/usr/...