search for: rfc1738

Displaying 16 results from an estimated 16 matches for "rfc1738".

Did you mean: rfc1730
2006 Sep 14
1
[LLVMdev] use LLVM to convert C++ code to C code
...> gccld(main+0xb23)[0x82a6dd7]<br> /lib/tls/libc.so.6(__libc_start_main+0xe3)[0xbd4e33]<br> gccld(__gxx_personality_v0+0x121)[0x82a1965]<br> llvm-g++: Internal error: Aborted (program gccld)<br> Please submit a full bug report.<br> See <a class="moz-txt-link-rfc1738" href="http://llvm.cs.uiuc.edu"><URL:http://llvm.cs.uiuc.edu></a> for instructions.<br> <br> <br> <div class="moz-signature">-- <br> <p> <table border="0" cellpadding="0" cellspacing="0" wid...
2007 Aug 10
2
available.packages (PR#9841)
Full_Name: Zivan Karaman Version: 2.5.1 OS: Windows XP SP2 Submission from: (NULL) (195.6.68.214) I think that I have encountered a bug in the function "available.packages" when using a local repository (file:// ) on Windows. Version information: platform i386-pc-mingw32 arch i386 os mingw32 system
2005 May 02
2
"Special" characters in URI
Hello! I am crossposting this to R-help and BioC, since it is relevant to both groups. I wrote a wrapper for Entrez search utility (link for this is provided bellow), which can add some new search functionality to existing code in Bioconductor's package 'annotate'*. http://eutils.ncbi.nlm.nih.gov/entrez/query/static/esearch_help.html Entrez search utuility returns a XML document
2006 Nov 06
3
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
I was having video problems, so upgraded my Linux box from SUSE 9.3, where LLVM frontend 4 source built fine, to SUSE 10.1, where I got the error message: ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:541: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://llvm.org/bugs> for instructions. This version of SUSE
2008 Apr 01
1
access networked PCs directories/files with R ?
access networked PCs directories/files with R ? Dear group, I would like to know if there is an "easy" way to access several networked PCs directories/files from one PC with R ? Concerned OS is windows. I can for instance use dir() on my current PC. Is there a way to do dir() on a connected PC ? (Is there a special syntax for the path ?) (read.table() or readLines() work with URLs I
2008 Apr 01
3
HTML entities in URLs and urlencoding
...that involves extra work. So I went to check what other implementations do [2] and discovered that every one escapes with html entities. Is there something I'm missing or is this a bug? As far as I can tell, the "&amp;" breaks the query string. [1]: http://www.rfc-editor.org/rfc/rfc1738.txt [2]: http://babelmark.bobtfish.net/?markdown=%5BLink%5D%28http%3A%2F%2Fwww.site.com%2F%3Fparam1%3Dvalue1%26param2%3Dvalue1%29&normalize=on&src=1&dest=2 -- ---- Waylan Limberg waylan at gmail.com
2007 Apr 14
2
Form.serialize: correctness and speed
The following link does a comparison of some popular libraries and their ability to correctly serialise a form: <URL: http://www.malsup.com/jquery/form/comp/ > Any comments? -- Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to
2006 Nov 06
1
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
Hi Robert, Please make sure that you: 1. Completely rebuild LLVM (make clean; make reconfigure; make tools-only) 2. Completely rebuild llvm-gcc (wipe out the build dir with rm -rf, configure llvm-gcc and rebuild it) If you've done that, then please enter the debugger and get a stack trace for us. You will need to: 1. Capture the xgcc compile command that failed 2. Run that command
2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
.../../llvm-gcc4-1.8-source/gcc/libgcc2.c -o libgcc/./_muldi3.o<br> ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:541: internal compiler error: Segmentation fault<br> Please submit a full bug report,<br> with preprocessed source if appropriate.<br> See <a class="moz-txt-link-rfc1738" href="http://llvm.org/bugs"><URL:http://llvm.org/bugs></a> for instructions.<br> make[2]: *** [libgcc/./_muldi3.o] Error 1<br> make[2]: Leaving directory `/home/mykland/llvm-gcc/obj/gcc'<br> make[1]: *** [libgcc.a] Error 2<br> make[1]: Leav...
2011 Jan 06
8
Accessing data via url
# Can anyone suggest why this works datafilename <- "http://personality-project.org/r/datasets/maps.mixx.epi.bfi.data" person.data <- read.table(datafilename,header=TRUE) # but this does not? dd <- "https://sites.google.com/site/jrkrideau/home/general-stores/trees.txt" treedata <- read.table(dd, header=TRUE)
2006 Nov 06
2
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
Hi Robert, On Mon, 2006-11-06 at 12:45 -0800, Robert Mykland wrote: > Reid, > > Here's the backtrace you asked for: > > (gdb) bt > #0 0x0862d65c in llvm::LiveVariables::runOnMachineFunction () Hmm, this is a little strange. Your LLVM build is non-debug (there's no line numbers or arguments in any of the llvm related calls). However, your llvm-gcc build seems to have
2006 Nov 06
0
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
...-fvisibility=hidden -DHIDE_EXPORTS -c ../../llvm-gcc4-1.8-source/gcc/libgcc2.c -o libgcc/./_muldi3.o ../../llvm-gcc4-1.8-source/gcc/libgcc2.c:541: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See <a class="moz-txt-link-rfc1738" href="http://llvm.org/bugs"><URL:http://llvm.org/bugs></a> for instructions. make[2]: *** [libgcc/./_muldi3.o] Error 1 make[2]: Leaving directory `/home/mykland/llvm-gcc/obj/gcc' make[1]: *** [libgcc.a] Error 2 make[1]: Leaving directory `/home/mykland/llvm-gcc/ob...
2006 Nov 06
4
[LLVMdev] Problems building cfrontend 4 source on SUSE 10.1
This is an libpath problem. When xgcc runs it wants to dynamically link the libgcc.so. When you run it from the command line it will find your system libgcc.so (which works) and so you don't see the segfault. When you run xgcc from the Makefile, it will have set LD_LIBRARY_PATH to get your <cfebuilddir>/gcc directory which will find the libgcc.so that it just built, which is the one
2013 May 17
2
Continued compilation errors with samba 3.6.15
...ing ../lib/util/util_net.c Compiling ../lib/util/become_daemon.c Compiling ../lib/util/system.c Compiling ../lib/util/tevent_unix.c Compiling ../lib/util/tevent_ntstatus.c Compiling ../lib/util/tevent_werror.c Compiling ../lib/util/smb_threads.c Compiling ../lib/util/util_id.c Compiling ../lib/util/rfc1738.c Compiling ../lib/util/select.c Compiling ../lib/util/util_pw.c Compiling ../lib/crypto/crc32.c Compiling ../lib/crypto/md5.c Compiling ../lib/crypto/hmacmd5.c Compiling ../lib/crypto/arcfour.c Compiling ../lib/crypto/md4.c Compiling ../lib/crypto/sha256.c Compiling ../lib/crypto/hmacsha256.c Comp...
2010 May 11
1
Samba 3.5.2 compile on AIX
...ompiling ../lib/util/talloc_stack.c Compiling ../lib/util/genrand.c Compiling ../lib/util/util_net.c Compiling ../lib/util/become_daemon.c Compiling ../lib/util/system.c Compiling ../lib/util/tevent_ntstatus.c Compiling ../lib/util/smb_threads.c Compiling ../lib/util/util_id.c Compiling ../lib/util/rfc1738.c Compiling ../lib/crypto/crc32.c Compiling ../lib/crypto/md5.c Compiling ../lib/crypto/hmacmd5.c Compiling ../lib/crypto/arcfour.c Compiling ../lib/crypto/md4.c Compiling ../lib/crypto/sha256.c Compiling ../lib/crypto/hmacsha256.c Compiling ../lib/crypto/aes.c Compiling ../lib/crypto/rijndael-alg-...
2010 May 02
2
samba4 make error - drsblobs.so
...Compiling ../lib/util/xfile.c Compiling ../lib/util/debug.c Compiling ../lib/util/fault.c Compiling ../lib/util/signal.c Compiling ../lib/util/system.c Compiling ../lib/util/time.c Compiling ../lib/util/genrand.c Compiling ../lib/util/dprintf.c Compiling ../lib/util/util_str.c Compiling ../lib/util/rfc1738.c Compiling ../lib/util/substitute.c Compiling ../lib/util/util_strlist.c Compiling ../lib/util/util_file.c Compiling ../lib/util/data_blob.c Compiling ../lib/util/util.c ../lib/util/util.c:38:1: warning: macro "UID_WRAPPER_REPLACE" is not used Compiling ../lib/util/blocking.c Compiling ....