Go 1.9
bachmeier via Digitalmars-d
digitalmars-d at puremagic.com
Tue Jul 4 14:45:41 PDT 2017
On Tuesday, 4 July 2017 at 03:41:35 UTC, jmh530 wrote:
> I just gave it a try. Got an error. As far as I can tell, the
> problem is that my user name has a space in it
> (firstname[space]lastname).
>
>> library(embedrwin)
>> setwd("C:\\test\\")
>> compile("librtest",
>> "C:\\D\\ldc2\\ldc2-1.3.0-beta1-win64-msvc\\bin")
> [1]
> "\"C:\\D\\ldc2\\ldc2-1.3.0-beta1-win64-msvc\\bin\\ldmd2.exe\"
> -shared -m64 librtest.d
> C:/Users/firstname[space]lastname/Documents/R/win-library/3.3/embedrwin\\embedrwin\\r.d -version=inline R.lib"
> [1] "Error: module firstname is in file
> 'C:\\Users\\firstname.d' which cannot be read"
> [2] "import path[0] =
> C:\\D\\ldc2\\LDC2-1~1.0-B\\bin\\..\\import\\ldc"
> [3] "import path[1] =
> C:\\D\\ldc2\\LDC2-1~1.0-B\\bin\\..\\import"
Thanks. I forgot a pair of quotes.
It's probably better to file issues on Bitbucket or use Gitter[1]
if possible. Or send an email to me at the address here[2].
Someone will get upset with me for using this mailing list for my
package.
[1] https://gitter.im/dlang-embedr/Lobby
[2] http://www.k-state.edu/economics/staff/bios/bachmeier.html
More information about the Digitalmars-d
mailing list