I am using a tutorial about behavioral trees found on angryant.com and when I try to compile it in Step 7 of the tutorial I get this error:
"System.ComponentModel.Win32Exception: ApplicationName='gmcs', CommandLine='/target:library /debug- /optimize+ /out:"Assets/NewBehaveLibrary0Build.dll" /r:"/Users/kpastorek/New Unity Project/Assets/Behave/Behave.dll" /r:"/Users/kpastorek/Unity.app/Contents/Frameworks/UnityEngine.dll" /resource:"/var/folders/JJ/JJDWPDeGFi4USuU2HCKgf++++TM/-Tmp-//LibraryData" -- "/var/folders/JJ/JJDWPDeGFi4USuU2HCKgf++++TM/-Tmp-/323acff6/74ef94bf.0.cs" ', CurrentDirectory='', PATH='/usr/bin:/bin:/usr/sbin:/sbin' at System.Diagnostics.Process.Start_noshell (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] at System.Diagnostics.Process.Start_common (System.Diagnostics.ProcessStartInfo startInfo, System.Diagnostics.Process process) [0x00000] at System.Diagnostics.Process.Start () [0x00000] at (wrapper remoting-invoke-with-check) System.Diagnostics.Process:Start () at Mono.CSharp.CSharpCodeCompiler.CompileFromFileBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] at Mono.CSharp.CSharpCodeCompiler.CompileFromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] sources) [0x00000] at Mono.CSharp.CSharpCodeCompiler.CompileAssemblyFromSourceBatch (System.CodeDom.Compiler.CompilerParameters options, System.String[] sources) [0x00000] at System.CodeDom.Compiler.CodeDomProvider.CompileAssemblyFromSource (System.CodeDom.Compiler.CompilerParameters options, System.String[] fileNames) [0x00000] at BehaveLibrary.Compiler.Compile (Boolean debug) [0x00000] UnityEngine.Debug:LogError(Object) BehaveLibrary.Compiler:Compile(Boolean) BehaveLibrary.Compiler:Compile(LibraryAsset, String, Boolean) BehaveMenu:Compile() (at Assets/Editor/BehaveMenu.cs:38)"
I am going through the tutorial at "http://eej.dk/angryant/behave/documentation/tutorial-1-getting-started/" just to try and learn how this stuff works, but can't proceed because of this error. Is there a substitute for Compiler or some setting I need to adjust? Any answers are appreciated.