Displaying 14 results from an estimated 14 matches for "source_codes".
Did you mean:
source_code
2008 Mar 11
1
syncing multiple instances of code in same tree
Hi - rsync newbie here.
I have a situation where I have multiple instances of CMS website code
living in the same root directory and having parallel dir structures, so
something like this:
/my_code/root_dir/instance_1
/my_code/root_dir/instance_2
/my_code/root_dir/instance_3
each instance_n has the same directory structure and owns the same files for
the most part with small isolated customer
2009 Nov 10
1
compiling R-2.10.0 on solaris - lib_I_dbg_gen.so.1: version `DBG_GEN_5.1' not found
...n.so.1": Sun
Debug Information DBG_GEN 5.1.17 gcc2ir_lang 2006/08/17
----------------------------
And here's the error I get during the make process:
begin installing recommended package cluster
* installing *source* package 'cluster' ...
** libs
gcc -std=gnu99 -I/home/jayoung/source_codes/R/R-2.10.0/solaris_6/R-
patched/include -I/usr/local/include -fPIC -g -O2 -c clara.c -o
clara.o
ld.so.1: cc1: fatal: lib_I_dbg_gen.so.1: version `DBG_GEN_5.1' not
found (required by file /opt/gcc/libexec/gcc/sparc-sun-
solaris2.10/4.0.3/cc1)
ld.so.1: cc1: fatal: lib_I_dbg_gen.so.1: o...
2009 May 21
0
problems building R-2.9.0 on solaris
...text html latex example
tk_messageBox text html latex
tk_select.list text html latex
tkpager text html latex
begin installing recommended package VR
ERROR unable to create '/home/jayoung/source_codes/R/R-2.9.0/
unpack_solaris3/R-patched/library/MASS'
*** Error code 1
The following command caused the error:
MAKE="make" R_LIBS= ../../../bin/R CMD INSTALL --no-lock -l "../../../
library" VR.tgz > VR.ts.out 2>&1 || (cat VR.ts.out && exit 1)
make: Fatal er...
2009 Sep 30
1
Installation problem from R 2.8.x
Dear Developers,
Since 2.8, R installation has got a bug in it such
that if a package has a "configure" file then it
cannot be installed without modification.
For example:
* Installing *source* package 'foreign' ...
ERROR: 'configure' exists but is not executable --
see the 'R Installation and Adminstration Manual'
* Removing
2007 Dec 21
0
RMySQL installation
Hi,
I am having trouble getting RMySQL running on a solaris machine.
[43] bedrock:/home/jayoung/source_codes/R/other_packages> uname -a
SunOS bedrock 5.10 Generic_118833-36 sun4v sparc SUNW,Sun-Fire-T200
I thought I had finally managed to get it installed, albeit with some
warnings that I didn't understand (it took me a while to find where
our mysql libraries were), but when I tried to load it...
2015 Mar 12
2
Joining a domain
On Thu, Mar 12, 2015 at 2:25 AM, Rowland Penny
<rowlandpenny at googlemail.com> wrote:
>> I'm sorry for being so daft, but I am asking you if I need/want to
>> join the domain. I do not know the answer. Reminder of my scenario:
>> samba is sharing files and users provide their Active Directory
>> usernames and passwords to log into to samba. I will call this
2010 Jan 13
0
[LLVMdev] invoke/unwind
If it helps, to see what is involved, outside of a pure IR context, see the example code, and doc at:
http://wiki.llvm.org/HowTo:_Build_JIT_based_Exception_mechanism#Source_Code:_exceptionDemo.cpp
Although this is a pure example that shows several test cases, including foreign exception interaction, it is
not an IR example, but rather a LLVM IR API example. It would be interesting to see a pure
2006 Nov 07
1
reading VERY large binary files
Hello,
I am trying to read in elements out of a very large binary file ... the
total file is 4 gigs. I want to select rows out of the file, and the
current procedure I run works but is prohibitively slow (takes more than
a day to run and still won't complete). Is there any faster way to
accomplish this?
My current procedure looks like this:
readHH <- function(file_name,
2010 Jan 13
5
[LLVMdev] invoke/unwind
I put invoke/unwind aside because I couldn't get them to work, but I'm
working on my evaluator now and it would be nice to figure this out so I
don't have to unwind the stack manually. This was the reason for my
earlier question about global declarations, and as that's cleared up I
can easily pass exception data...if I can make unwind return out of some
deep recursion.
The
2010 Jan 13
2
[LLVMdev] invoke/unwind
On 01/13/2010 04:08 AM, Garrison Venn wrote:
> If it helps, to see what is involved, outside of a pure IR context,
> see the example code, and doc at:
>
> http://wiki.llvm.org/HowTo:_Build_JIT_based_Exception_mechanism#Source_Code:_exceptionDemo.cpp
It does, although in the "let me show you why this is too much to
tackle" way.
> Although this is a pure example that
2015 Mar 12
0
Joining a domain
On 12/03/15 16:39, Chris Stankevitz wrote:
> On Thu, Mar 12, 2015 at 2:25 AM, Rowland Penny
> <rowlandpenny at googlemail.com> wrote:
>>> I'm sorry for being so daft, but I am asking you if I need/want to
>>> join the domain. I do not know the answer. Reminder of my scenario:
>>> samba is sharing files and users provide their Active Directory
2010 Jan 13
0
[LLVMdev] invoke/unwind
On Jan 13, 2010, at 12:46, Dustin Laurence wrote:
> On 01/13/2010 04:08 AM, Garrison Venn wrote:
>
>> If it helps, to see what is involved, outside of a pure IR context,
>> see the example code, and doc at:
>>
>> http://wiki.llvm.org/HowTo:_Build_JIT_based_Exception_mechanism#Source_Code:_exceptionDemo.cpp
>
> It does, although in the "let me show you
2010 Jan 14
0
installing RCurl when libcurl is in non-standard location
.../jayoung/traskdata/lib_linux/libcurl.so.4.1.1*
[11] zork20:/home/jayoung> printenv LD_LIBRARY_PATH
/home/btrask/traskdata/lib_linux:/home/jayoung/traskdata/bin_linux/qt/
lib:/home/btrask/traskdata/lib_linux/R/library/RSPerl/libs:/home/
btrask/traskdata/lib_linux/R/lib
[14] zork20:/home/jayoung/source_codes/R/other_packages> R CMD INSTALL
RCurl_1.3-1.tar.gz --configure-args='--libdir=/home/btrask/traskdata/
lib_linux --includedir=/home/btrask/traskdata/include'
* installing to library ?/home/btrask/traskdata/lib_linux/R/library?
* installing *source* package ?RCurl? ...
checking for curl...
2015 Mar 11
3
Joining a domain
Marc,
Thank you for taking the time to give me some complete answers. When
writing to lists like these I often struggle with how much or little
detail to give.... and I am eager to add more detail where you have
explicitly asked.
On Tue, Mar 10, 2015 at 2:13 PM, Marc Muehlfeld <mmuehlfeld at samba.org> wrote:
>> 1. Must "net join" be used?
>
> If you want to join the