similar to: Symlinks when building R on windows

Displaying 20 results from an estimated 300 matches similar to: "Symlinks when building R on windows"

2013 Sep 30
2
R-3.0.2 - Win7_64 - alone_decoder.c: Permission denied error
Hello. When trying to compile R-3.0.2 on Windows 7 64bit, I get an error relating to "alone_decoder.c: Permission denied." The entire error code is copied below. gcc -std=gnu99 -m64 -shared -o Riconv.dll Riconv.def win_iconv.o touch stamp gcc -std=gnu99 -m64 -I../../include -I. -Iapi -DLZMA_API_STATIC -DHAVE_CONFIG_H -DWIN32 -O3 -Wall -pedantic -march=core-avx-i -O3 --param
2011 Jan 07
1
Trouble compiling R-2.10.0
Hi, I am having trouble compiling R-2.10.0 on the Solaris x86_64 platform using the native solaris-studio cc/F99 compilers. I am pretty sure that I have all my environment set up for a 64-bit compile. However, when doing a make I get the following error: /opt/solstudio12.2/bin/cc -m64 -I./api -I. -I../../../src/include -I../../../src/include -I/usr/local/include -DHAVE_CONFIG_H -KPIC -xO3 -c
2002 Jun 03
2
FW: oplock break on excel files using samba 2.2.4
I'm having the same kind of problem too. Links to other excel workbooks are really breaking badly. One of them so bad that if I highlight the file through a windows explorer view; it kills the window immediately. I'm using RH 7.2 and Samba 2.2.4 -1 Please let me know if someone has some suggestions .... So far I've tried: veto oplock files = /*.mdb/*.MDB/*.ldb/*.LDB/*.xls/*.XLS
2013 Jan 24
4
Dependency Cycle with puppetlabs-mrepo
Hi, I''m gettinng a dependency cycle when using PE 2.7, puppetlabs::mrepo, "role classes" and hiera : I''m trying to mirror RHN repos : # ROLE CLASS > class site::yum_repository{ > > $repos = hiera(''site::yum_repository::repos'') > create_resources(mrepo::repo::rhn, $repos) > } > # HIERA DEFAULTS >
2002 Jun 03
1
oplock break on excel files using samba 2.2.4
Hi, I search for a solution about the "oplock break" problem that occurs sometimes on my RH7.0 / Samba 2.2.4 machine when accessing Excel files on a Samba share. I didn't find any solution on the Net or on this list about this. * Is there a solution without disabling oplock ? * Is it a RedHat or a Samba problem ? Thanks in advance for your help. --- Sylvain BARTHELEMY, Senior
2025 May 15
1
Different output type with as.Date
Hello, I'm encountering what seems to me to be an anomaly with the as.Date() function. If I fill in an origin or not, the function will not return the same type of object (integer or double). Here's a small example: ``` r as.Date(0L) |> typeof() #> [1] "integer" as.Date(0L, origin = "1970-01-01") |> typeof() #> [1] "double" ``` Is it a bug or
2006 Apr 05
3
how to install a patch on windows xp ??
Hello all, I need to install the following patch : http://dev.rubyonrails.org/ticket/4457 Unfortunately I don''t have any idea how to use/install it... I am on windows xp. Could someone help me, and sorry for my question which certainly is a bit stupid! Best regards, Barth -- Posted via http://www.ruby-forum.com/.
2006 Apr 02
2
Problem with lighttpd on mac
Hi, I followed the instructions I founded here : http://developer.apple.com/tools/rubyonrails.html I can run a small RoR application with webrick, everything is fine in this case. But when I try to use lighttpd i can access http://localhost:3000/images/rails.png for example but not a dynamic page. In the latter case I dont get any page, the browser is just waiting infinitely. If I force
2004 Jan 25
0
My story installing Samba-LDAP PDC (it has a happy en ding )
>fix the groupmap stuff last - it's one of the least important things. >It >has nothing to do with whether you can connect a windows computer to >the >domain. > >The most important thing is to get LDAP working correctly and if you >are >trying to learn LDAP and Samba at the same time, why would you not >expect your mind to go numb. LDAP is the single hardest
2006 Jul 14
1
Appending something to a Rails route?
Hello railslist, I''m trying to accomplish the following: The URL http://localhost:3000/page/news/edit should redirect to the URL http://localhost:3000/login I''ve accomplished this by setting up a route like: map.connect ''page/:name/edit'', :controller => "login" But this fails in the case of the following URL:
2006 Mar 28
1
acts_as_taggable plugin to tag multiple fields in a model
Hello, Is it possible to tag multiple fields in a model using either acts_as_taggable plugin or gem? If it is not possible out of the box, can anyone provide pointers on how I would achieve something like that? Say I have a ''Food'' model which has ''spices'' and ''healthiness'' attributes. I want to be able to tag on both those fields. Is that
2004 Jun 21
2
Joining NT4 workstations to a Samba 3 Domain
Linux: Fedora Core 2 Samba: 3.0.3 OpenLDAP: 2.1.29 I've noticed a couple of other messages in this month's archives that suggest they're having the same problem as I, but so far no resolution has been reported. I've got a new Samba domain up and running with LDAP that allows me to join Win2K and XP clients, but not NT4 workstations. I've added the machine account with the
2014 Feb 18
1
Books of Samba 4
Hello, We are currently working on a migration Samba 3 to Samba 4 and I would like to know if one or more books on Samba 4 exist ? Thanks you in advance, [image: Geovariances] Mickael GOYAT *Administration Syst?mes et R?seaux* Geovariances, 49bis avenue Franklin Roosevelt - 77215 Avon Cedex - FRANCE +33.1.60.74.74.58 | mobile: +33.6.27.89.52.83 | fax: +33.1.6422.8728 | www.geovariances.com
2015 Sep 07
2
Dovecot and IPA
Kanwar Ranbir Sandhu skrev den 2015-09-07 19:29: > I tried it for shits and giggles: no change. :( I'm still seeing the > same problem. dovecot is buildt with security in mind... using namebased gid or uid is not secure it might just still works, but its not secure
2002 Sep 21
2
need help for eval()
Hello, I need help, after hours trying to do it myself, to do the following: I have an object, named, say, F1 from a class "fichier" that I buildt. this F1 has a slot named datas ,which is a vector, so I can access to : F1 at datas[1], F1 at datas[2], ... Now I have a string s="F1 at datas[1]" and need to retreive the real content of F1 at datas[1] using s.
2008 Jul 19
3
PolarProTrainer
Program for heartrate registration devices and training programs made by www.Polar.fi Only to be used in Windows. But . . . The program delivered on the Polar product CD is outdated. Wine 1.0 in Ubuntu8.04 is able to open it But . . . The buildt in updatedevice over the internet do not funksjon. All I get is red cross over a logo appearing a short time on the bottom line. The Wine 1.1.1 may
2002 Jun 27
1
winbind problem on solaris (samba head)
Hello, I just buildt via cvs samba head. I used just the option --with-winbind (no pam). The first problem is that sessionid.tdb is missing after the build. I don't know how to make it make a new one (can I copy one from another server or is there something in it that would make that a bad idea?). The other problem is that wbinfo -t says secret is good, wbinfo -g/u return the correct
2008 May 27
6
IE7 Problems
I''ve recently been looking at Mapstraction as a way to make it easier for me to support more than one mapping service, mainly Google Maps and Microsoft''s Virtual Earth. However, I seem to be running into a lot of errors when trying to use Mapstraction with IE7 and Virtual Earth. As an example, I get a "Not Implemented" error when I load the many of the demos. This
2004 Sep 10
14
Asterisk newbie questions
Hi everyone. I'm a bit of a Linux newbie, but I've been doing tech stuff for ages. I'm also brand new to *. I've been reading the Voip.org wiki, and perusing the list archives for a while since I've been asked to investigate using IP telephone / soft phones for a call-center type scenario. People (marketing folks) have pointed me at Cisco, but I really don't wanna.
2011 Jan 31
1
Artifacts in One Channel of Stereo C55x Implementation
Hi guys, I am on a C55x stereo implementation of CELT 0.7.1; I am using 100 sample frame size and writing 58 Bytes per Packet. At the output of the decoder I see one channel reconstructed perfectly, but the other channel has random corruption that appears to be a sinusoid with a period of the frame size. The artifact is non-periodic and appears to happen randomly during the audio stream. Anyone