I’m running Juno for JuliaPro 0.5.1.1 on Windows 7 with boost C++ library installed. I’m getting this message when I run the first program from IDE, but the program seems to run fine:
Add-Type : (0) : Warning as Error: Invalid search path ‘C:\boost\stage\lib’ specified in ‘LIB environment variable’ –
'The system cannot find the path specified. ’
(1) : using System;
At C:\JuliaPro-0.5.1.1.atom\packages\julia-client\script\spawnInterruptible.ps1:18 char:13
- $Kernel32 = Add-Type -MemberDefinition $MethodDefinition -Name 'Kerne …
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidData: (Microsoft.Power…peCompilerError:AddTypeCompilerError) [Add-Type], Except
ion- FullyQualifiedErrorId : SOURCE_CODE_ERROR,Microsoft.PowerShell.Commands.AddTypeCommand
Add-Type : Cannot add type. Compilation errors occurred.
At C:\JuliaPro-0.5.1.1.atom\packages\julia-client\script\spawnInterruptible.ps1:18 char:13
- $Kernel32 = Add-Type -MemberDefinition $MethodDefinition -Name 'Kerne …
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : InvalidData: ( [Add-Type], InvalidOperationException
- FullyQualifiedErrorId : COMPILER_ERRORS,Microsoft.PowerShell.Commands.AddTypeCommand
You cannot call a method on a null-valued expression.
At C:\JuliaPro-0.5.1.1.atom\packages\julia-client\script\spawnInterruptible.ps1:21 char:1
- $status = $Kernel32::SetConsoleCtrlHandler($null, $true)
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException + FullyQualifiedErrorId : InvokeMethodOnNull