search for: redifinitions

Displaying 7 results from an estimated 7 matches for "redifinitions".

Did you mean: redefinitions
2001 Feb 05
0
Problem compiling openssh on Solaris 2.6 with AFS-krb4
Heelo, I'm trying to copmpile openssh-2.3.0p1 against KTH-KRB dist. (ftp.pdc.kth.se/pub/krb/src) of kerberosIV and AFS 3.6. However, I get two errors: 1. redifinition of types, conflicting with krb.h (which #includes ktypes.h) - removing temporarily the u_int code from ktypes.h helped 2. send_afs_tokens() - in the sshconnect1.c show both problems, although the redefinition problems occured
1999 Nov 19
0
smbmount vs linux
In trying to install samba 2.0.6 on my mklinux system, I'm running into a lot of compiler messages about redifinitions while compiling any of the smbfs utils. The current state of mklinux is back several versions from the "regular" linux kernel, but is using glibc2.1. I understand smbsh is the preferred way to go instead of smbfs, but I also understand that smbsh is broken under glibc 2.1 systems. Most...
2005 Oct 10
1
Documenting newly created generic versions of non-generic base R functions
Hi, Following the Writing R Extensions manual, I created a method for the cor function. As cor is not a generic, I followed the advice of section 6.1 of the same manual and did the following: cor <- function(x, ...) UseMethod("cor") cor.default <- stats::cor cor.symcoca <- function{ some code } I used package.skeleton to create the basic set-up of my package, containing the
2001 Mar 06
0
Problem compiling openssh on Solaris 2.6 with AFS-krb4 (fwd)
-- | Damien Miller <djm at mindrot.org> \ ``E-mail attachments are the poor man's | http://www.mindrot.org / distributed filesystem'' - Dan Geer ---------- Forwarded message ---------- Date: Tue, 6 Mar 2001 22:28:52 +0100 (MET) From: "[iso-8859-2] Martin MOKREJ?" <mmokrejs at natur.cuni.cz> To: openssh at openssh.com Subject: Re: Problem compiling
2005 Apr 18
11
Create a pseudo-model from SQL query?
I''m having a hard time figuring out how to build my application using Rails. As i go along, simple questions occur to me like: are you supposed to have a separate model class (each in its own file, in the app/models directory) for each table in your database? You''d think that something as basic as this would be laid out in the introductory documentation but, alas, the
2008 Mar 29
2
GCC/ELF Visibility patch (fwd)
Hi, I've attached a patch against SVN r14645 which adds GCC visibility information to all symbols exported from libspeex.so and libspeexdsp.so. It includes a configure.ac change to test that both the compiler flags and __attribute__((visibility)) works, and if so will #define EXPORT __attribute__((visibility("default"))) and if not #define EXPORT I've attached a diff output
1999 Nov 21
3
SAMBA digest 2314
...ct: smbmount vs linux > Message-ID: <OF93B2CCE2.CF88422C-ON8625682E.004B9321@na.jci.com> > MIME-Version: 1.0 > Content-type: text/plain; charset=us-ascii > > > In trying to install samba 2.0.6 on my mklinux system, I'm running into a > lot of compiler messages about redifinitions while compiling any of the > smbfs utils. > > The current state of mklinux is back several versions from the "regular" > linux kernel, but is using glibc2.1. I understand smbsh is the preferred > way to go instead of smbfs, but I also understand that smbsh is broken > u...