Hi All!
WinXP. In the nim file.cfg has the line
@if nimbabel: babelpath="$home/.babel/pkgs/" nimblepath="$home/.nimble/pkgs/" @end
When compiling an error occurs
> D:\Nim\bin\nim.exe c --listFullPaths D:\Nim\examples\hallo.nim d:\nim\config\nim.cfg(53, 3) Hint: added path: 'C:\Documents and Settings\MyFolder\.babel\pkgs\'[Path] d:\nim\config\nim.cfg(54, 3) Hint: added path: 'C:\Documents and Settings\MyFolder\.nimble\pkgs\'[Path] Hint: used config file 'D:\Nim\config\nim.cfg' [Conf] Hint: system [Processing] Hint: hallo [Processing] CC: hallo Error: unhandled exception: cannot find the file specified. [OSError] > Process terminated with exit code 1
In Win8 there is no this error and everything compiles fine.
Question
1.What is "$home/.babel/pkgs/ ' and ' $home/.nimble/pkgs/"?
2.Where can I get them to put in $home (C:Documents and SettingsMyFolderin my case)?