search for: inlcuded

Displaying 20 results from an estimated 83 matches for "inlcuded".

Did you mean: included
2009 Jul 27
1
3.2.11 not compiling on solaris 9 (libtalloc.so.1 error)
I am consistently getting "libtalloc.so.1: No such file or directory" when attempting to 'make' any version of samba. I've tried all of the suggestions from the list archives on this subject. Using Solaris 9 sparc. Current versions are: gcc 3.4.6 (sunfreeware pkg) samba-3.2.11 (and any other version of samba I try) Admittedly - compiling from source is not
2007 Oct 29
0
[PATCH] Add tboot.h to xen/inlcude/asm-x86
The subject says it all. Joe _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Aug 06
1
[LLVMdev] MSVC can't Inlcude *.inc files properly
I means visual studio c++ 2008, do you build clang+llvm with .sln files, and these files are generated by cmake? I do of that. And because vs c++ can't recognize path such a:/filepath/.. Properlyn it's recognized as a:/filepath So we need change /.. to /../ or /../. 2009/8/6, Daniel Dunbar <daniel at zuster.org>: > I don't understand this problem, I have built clang on
2005 Aug 04
2
drawing a network digraph
Dear R users, I have a matrix with 2 columns with the variables: "daughter index", "mother index". I would like to draw a network digraph using this data, where each daughter is connected to a mother and between the connections inlcude a circle with the information on the indices ("daughter index", "mother index"): i.e. something similar to graphs
2002 Jul 19
2
Update Samba
Hi, Newbie question: I've installed samba_2.2.5 and it works great, got winbind working have convinced boss types that it's a viable alternative to Windows for some filesharing, however I originally did the configure and make without specifying smbmount be included in the build but with some other options, inlcude winbind and pam. If I run ./configure --with-smbmount and do a make etc.
2003 Nov 14
2
[LLVMdev] Headers & Libraries
> So what they call "system" headers are basically installed > headers and user headers are internal ones. In the context of llvm every > header that is under inlcude is a "system" header (because when we write an > install target it will end up in /usr/include/llvm) otherwise it is a user > header. We don't want a user to compile a new copy of LLVM using
2003 Nov 14
3
[LLVMdev] Headers & Libraries
On Fri, 14 Nov 2003, Alkis Evlogimenos wrote: > #include "" should only be used when headers are specified using relative > paths. In our case the majority of header inclusions (if not all) use > relative paths so we may want to consider either converting all our #include > "" to #include <> or change header file inclusions to use relative paths. I >
2015 Apr 24
3
Title case in DESCRIPTION for package where a word is a function name
On 24.04.2015 22:44, Ben Bolker wrote: > Prof J C Nash (U30A <nashjc <at> uottawa.ca> writes: > >> >> I was preparing a fix for a minor glitch in my optimx package and R CMD >> check gave an error that the title was not in title case. > > [snip] to make Gmane happy ... > >> I have found >> >> A Replacement and Extension of the
2017 Jan 13
3
input en markdown
Hola lista: Una duda rápida (espero). ¿Se puede hacer un "inlcude" o un "input" en markdown? sin emplear Rmarkdown o knitr.... solo puro markdown, de modo que por ejemplo github lo interprete o un visor básico de markdown. la idea es q un file muestre(contenga) todo pero tener la info distribuida en varios files. Gracias. -- Antonio Maurandi López Sec. Apoyo
2003 Apr 01
1
using Rmath standalone
Hi, I am a c/c++ programmer attempting to utilise the Rmath library (looks VERY useful). I have downloaded the Rsource and compiled the library as recommened (compiled on windows 98 using the cygwin environment). But whenever i try to use functions from the library i get similar error messages - eg. using the function dnorm(double, double...... etc ) i get the message : "undefined
2010 Dec 10
1
Todd Denniston - a second "thanks, again"
Almost there on getting the current US fed PIV cards working properly (and *not* pulling up the idiot coolkey stuff), and I was just looking for where ssh-agent is started automagically when you log in... and I found the thread I started early last April... and that inlcuded you, Todd, mentioning where it's started (/etc/X11/xinit/xinitrc-common), so, a second tip o' th' hat to you. mark
2011 May 12
1
Patch for Samples6 zones
Hi, Attached is patch for correcting zones in Samples6 for iv6 Thanks Togan ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters.
2013 Jul 31
2
S3 internal and group generics
Hi all, I've noticed a couple of small bugs/documentation errors related to S3 internal and group generics: * In ?S3groupGeneric, log2 and log10 are not listed as group generics, even though they are in the equivalent S4 groups, and are the source code for do_log1arg contains DispatchGroup("Math", ...) * As well as log2 and log10, tools:::.get_internal_S3_generics() fails to
2011 May 16
1
Proper use of MASQ in Multi-ISP config
I am wanting to verify that I am properly using the MASQ for a series of hosts. I have 2 providers, and my providers file has the contents: #NAME NUMBER MARK DUPLICATE INTERFACE GATEWAY OPTIONS COPY l3 1 100 main eth0.100 1.18.139.1 track,loose,fallback eth1 ws 2 200 main eth0.101 1.155.136.193
2004 Mar 29
1
White background in PS pictures
Hi all I am using R to produce postscript pictures via the postscript command. I have never had any problems... until now, when I want to inlcude my .ps file is a LaTeX document *without* a white background. (If it's important, I'm using the prosper class with the whitecross option, so the background in blue.) I would like my .ps file to have a white background. If I read the help
2003 Dec 10
1
pcnet32 and copybreak condition
The main modifications in the PCnet32 ethernet driver seems to be macro that test if COPYBREAK is define. I notice that for network driver which were written for Xen the main modifications was around the copybreak and also some adjustments with include files. Is it true if I say that the port of network device from Linux to Xen is quite "easy" and that the majority of the modifications
2011 Nov 04
2
Sabayon hvm domU problems: the Windows Manager doesn't start
Hello, I set up a Sabayon Linux domU as hvm guest and I completed the installation successfully. The problem is that when KDE is going to start, I see a blank screen. I use vncviewer but I don''t think this problem is related to vnc. Then I''ve read the minimal system requirements and I have seen this: 1) i686 Processor (starting from AMD K6 and Intel Pentium II) 2) 512 MB of RAM
2003 Nov 14
2
[LLVMdev] Headers & Libraries
> > While LLVM is slowly moving that direction, we are not yet considered to > > be required by the "system". > > Yes they define as "system" headers files that declare interfaces to parts of > the OS (cpp info, section Header Files). Of couse what is defined as OS is > not mentioned anywhere so you can define that as you like. Personally I > believe
2006 Oct 31
1
Fedora Core 6 (FC6) and Asterisk-1.2.13 and Zaptel-1.2.10 compile problems
All, I have upgraded by home machine from Fedora Core 5 (FC5) to the recent FC6 and am struggling to build Zaptel-1.2.10 and Asterisk-1.2.13 on the box... which is an Intep P4 2.8GHz HT processor box with 845 chipset, hence the kernel installed is 2.6.18-1.2798.fc6-i686 so we hve this: [root@gate zaptel-1.2.10]# uname -a Linux gate.tubby.org 2.6.18-1.2798.fc6 #1 SMP Mon Oct 16 14:54:20
2015 Apr 25
2
Title case in DESCRIPTION for package where a word is a function namei
> On 25 Apr 2015, at 13:11 , Prof J C Nash (U30A) <nashjc at uottawa.ca> wrote: > > Hendrik pointed out it was the parentheses that gave the complaint. > Single quotes and no parentheses seem to satisfy R CMD check. Perhaps > that needs to be in the WRE. Well, it is in ?toTitleCase: ...However, unknown technical terms will be capitalized unless they are single